Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 09:31:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   [Bug 191199] [PATCH] devel/monodevelop: update to 5.0.1
Message-ID:  <bug-191199-23699-qJtNDZ2jsa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191199-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191199-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D191199

Romain Tarti=C3=A8re <romain@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Open
                 CC|                            |romain@FreeBSD.org

--- Comment #1 from Romain Tarti=C3=A8re <romain@FreeBSD.org> ---
Hello,

Thank you for your patch, I've had monodevelop 5.0.1 running for some time =
now
but have not committed the update to the FreeBSD ports because the build fa=
ils
if monodevelop-5.0.1 is already installed:

Errors:
-------------------------------------8<-------------------------------------
/usr/home/romain/Projects/bsd-sharp/trunk/devel/monodevelop/work/monodevelo=
p-5.0.1/Main.sln
(default targets) ->
(Build target) ->
/usr/home/romain/Projects/bsd-sharp/trunk/devel/monodevelop/work/monodevelo=
p-5.0.1/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj
(default targets) ->
/usr/local/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->

    ClassDescriptor.cs(186,23): error CS0012: The type `GLib.IIcon' is defi=
ned
in an assembly that is not referenced. Consider adding a reference to assem=
bly
`gio-sharp, Version=3D3.0.0.0, Culture=3Dneutral, PublicKeyToken=3D35e10195=
dab3c99f'
    DND.cs(7,10): error CS0234: The type or namespace name `SideType' does =
not
exist in the namespace `Gtk'. Are you missing an assembly reference?
    DND.cs(9,10): error CS0234: The type or namespace name `WindowClass' do=
es
not exist in the namespace `Gdk'. Are you missing an assembly reference?
    editor/ActionGroupEditor.cs(60,24): error CS0506:
`Stetic.Editor.ActionGroupEditor.Dispose()': cannot override inherited memb=
er
`GLib.Object.Dispose()' because it is not marked virtual, abstract or overr=
ide
    editor/ActionItem.cs(92,24): error CS0506:
`Stetic.Editor.ActionItem.Dispose()': cannot override inherited member
`GLib.Object.Dispose()' because it is not marked virtual, abstract or overr=
ide
    editor/ActionMenu.cs(292,27): error CS0115:
`Stetic.Editor.ActionMenu.OnExposeEvent(Gdk.EventExpose)' is marked as an
override but no suitable method found to override
    editor/ActionMenuBar.cs(430,27): error CS0115:
`Stetic.Editor.ActionMenuBar.OnExposeEvent(Gdk.EventExpose)' is marked as an
override but no suitable method found to override
    editor/ActionMenuItem.cs(51,24): error CS0506:
`Stetic.Editor.ActionMenuItem.Dispose()': cannot override inherited member
`GLib.Object.Dispose()' because it is not marked virtual, abstract or overr=
ide
    editor/ActionMenuItem.cs(568,27): error CS0115:
`Stetic.Editor.CheckActionIcon.OnExposeEvent(Gdk.EventExpose)' is marked as=
 an
override but no suitable method found to override
    editor/ActionToolbar.cs(389,27): error CS0115:
`Stetic.Editor.ActionToolbar.OnExposeEvent(Gdk.EventExpose)' is marked as an
override but no suitable method found to override
    editor/ActionToolbar.cs(532,24): error CS0506:
`Stetic.Editor.CustomToolbarItem.Dispose()': cannot override inherited memb=
er
`GLib.Object.Dispose()' because it is not marked virtual, abstract or overr=
ide
    PropertyEditorCell.cs(123,31): error CS0246: The type or namespace name
`Drawable' could not be found. Are you missing an assembly reference?
    editor/Boolean.cs(23,32): error CS0234: The type or namespace name
`Drawable' does not exist in the namespace `Gdk'. Are you missing an assemb=
ly
reference?
    editor/CellRendererComboBox.cs(53,24): error CS0115:
`Stetic.Editor.CellRendererComboBox.GetSize(Gtk.Widget, ref Gdk.Rectangle, =
out
int, out int, out int, out int)' is marked as an override but no suitable
method found to override
    editor/CellRendererComboBox.cs(60,19): error CS0246: The type or namesp=
ace
name `CellEditable' could not be found. Are you missing an assembly referen=
ce?
    editor/Color.cs(13,32): error CS0234: The type or namespace name `Drawa=
ble'
does not exist in the namespace `Gdk'. Are you missing an assembly referenc=
e?
    editor/Enumeration.cs(29,3): error CS0234: The type or namespace name
`ComboBoxEntry' does not exist in the namespace `Gtk'. Are you missing an
assembly reference?
    editor/GroupPicker.cs(43,24): error CS0506:
`Stetic.Editor.GroupPicker.Dispose()': cannot override inherited member
`GLib.Object.Dispose()' because it is not marked virtual, abstract or overr=
ide
    editor/IconList.cs(145,27): error CS0115:
`Stetic.Editor.IconList.OnSetScrollAdjustments(Gtk.Adjustment, Gtk.Adjustme=
nt)'
is marked as an override but no suitable method found to override
    editor/IconSelectorItem.cs(40,27): error CS0115:
`Stetic.Editor.IconSelectorItem.OnSizeRequested(ref Gtk.Requisition)' is ma=
rked
as an override but no suitable method found to override
    editor/IconSelectorItem.cs(141,24): error CS0506:
`Stetic.Editor.IconSelectorItem.Dispose()': cannot override inherited member
`GLib.Object.Dispose()' because it is not marked virtual, abstract or overr=
ide
    editor/IconSelectorItem.cs(158,27): error CS0115:
`Stetic.Editor.IconSelectorItem.OnExposeEvent(Gdk.EventExpose)' is marked a=
s an
override but no suitable method found to override
    editor/IconSelectorItem.cs(277,27): error CS0115:
`Stetic.Editor.TipWindow.OnExposeEvent(Gdk.EventExpose)' is marked as an
override but no suitable method found to override
    editor/Image.cs(10,3): error CS0234: The type or namespace name
`ComboBoxEntry' does not exist in the namespace `Gtk'. Are you missing an
assembly reference?
    editor/ImageSelector.cs(11,3): error CS0234: The type or namespace name
`Drawable' does not exist in the namespace `Gdk'. Are you missing an assemb=
ly
reference?
    editor/IntRange.cs(36,32): error CS0234: The type or namespace name
`Drawable' does not exist in the namespace `Gdk'. Are you missing an assemb=
ly
reference?
    editor/ResponseId.cs(32,3): error CS0234: The type or namespace name
`ComboBoxEntry' does not exist in the namespace `Gtk'. Are you missing an
assembly reference?
    editor/ThemedIcon.cs(134,49): error CS0246: The type or namespace name
`SizeRequestedArgs' could not be found. Are you missing an assembly referen=
ce?
    Placeholder.cs(26,27): error CS0115:
`Stetic.Placeholder.OnSizeRequested(ref Gtk.Requisition)' is marked as an
override but no suitable method found to override
    Placeholder.cs(40,27): error CS0115:
`Stetic.Placeholder.OnExposeEvent(Gdk.EventExpose)' is marked as an override
but no suitable method found to override
    wrapper/ComboBoxEntry.cs(8,21): error CS0234: The type or namespace name
`ComboBoxEntry' does not exist in the namespace `Gtk'. Are you missing an
assembly reference?
    wrapper/Custom.cs(29,3): error CS0234: The type or namespace name `Pixm=
ap'
does not exist in the namespace `Gdk'. Are you missing an assembly referenc=
e?
    wrapper/Custom.cs(96,27): error CS0115:
`Stetic.Custom.OnExposeEvent(Gdk.EventExpose)' is marked as an override but=
 no
suitable method found to override
    wrapper/MenuBar.cs(253,24): error CS0506:
`Stetic.Wrapper.ActionPaletteItem.Dispose()': cannot override inherited mem=
ber
`GLib.Object.Dispose()' because it is not marked virtual, abstract or overr=
ide
    wrapper/OptionMenu.cs(63,3): error CS0234: The type or namespace name
`OptionMenu' does not exist in the namespace `Gtk'. Are you missing an asse=
mbly
reference?
-------------------------------------8<-------------------------------------

I could not yet investigate what makes the compilation succeed when Monodev=
elop
is not installed.  Can you check this on your side and confirm this problem=
 ?

I also had a few more patches to (try to) unbreak the Subversion addin and =
use
GNU Make instead of BSD Make to compile solutions using make.  I've pushed =
this
to BSD# Repo:

https://code.google.com/p/bsd-sharp/source/browse/trunk/devel/monodevelop/

Thanks !

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191199-23699-qJtNDZ2jsa>