Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272651 - media-sound/muine-0.8.10 does not build w/ gtk-sharp-2.12.9
Summary: media-sound/muine-0.8.10 does not build w/ gtk-sharp-2.12.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 17:41 UTC by Peter Alfredsen (RETIRED)
Modified: 2009-08-22 22:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2009-06-04 17:41:37 UTC
Reminder bug for myself.

/usr/bin/gmcs -codepage:utf8  -target:winexe -out:muine.exe ./AddSongWindow.cs ./AddAlbumWindow.cs ./Global.cs ./PlaylistWindow.cs ./Song.cs ./Album.cs ./SongDatabase.cs ./About.cs ./Metadata.cs ./Player.cs ./FileSelector.cs ./StringUtils.cs ./KeyUtils.cs ./SkipToWindow.cs ./ProgressWindow.cs ./ErrorDialog.cs ./OverwriteDialog.cs ./VolumeButton.cs ./HandleView.cs ./HandleModel.cs ./StockIcons.cs ./ColoredCellRendererPixbuf.cs ./CoverDatabase.cs ./CoverGetter.cs ./MusicBrainz.cs ./GnomeProxy.cs ./CoverImage.cs ./MmKeys.cs ./GnomeMMKeys.cs ./FileUtils.cs ./SignalUtils.cs ./Database.cs ./DBusService.cs ./PluginManager.cs ./AddWindow.cs ./Config.cs ./DndUtils.cs ./Item.cs ./ThreadBase.cs ./AddWindowList.cs ./AddWindowEntry.cs ./Actions.cs ./ImportDialog.cs ./OpenDialog.cs ./SaveDialog.cs AmazonSearchService.cs Defines.cs -r:../PluginLib/muine-plugin.dll -r:../DBusLib/muine-dbus.dll -r:/usr/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:/usr/lib/mono/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll   -r:System.Web.Services -r:Mono.Posix -resource:../data/glade/PlaylistWindow.glade,PlaylistWindow.glade -resource:../data/glade/SkipToWindow.glade,SkipToWindow.glade -resource:../data/glade/ErrorDialog.glade,ErrorDialog.glade -resource:../data/glade/OverwriteDialog.glade,OverwriteDialog.glade -resource:../data/glade/AddWindow.glade,AddWindow.glade -resource:../data/glade/ProgressWindow.glade,ProgressWindow.glade -resource:../data/ui/PlaylistWindow.xml,PlaylistWindow.xml -resource:../data/images/muine-playing.png,muine-playing.png -resource:../data/images/muine-paused.png,muine-paused.png -resource:../data/images/muine-nothing.png,muine-nothing.png -resource:../data/images/muine-default-cover.png,muine-default-cover.png -resource:../data/images/muine-cover-downloading.png,muine-cover-downloading.png -resource:../data/images/muine-about.png,muine-about.png -resource:../data/images/muine-32.png,muine.png                                           -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/glade-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gconf-sharp.dll  
./PlaylistWindow.cs(169,25): warning CS0612: `Gtk.Tooltips' is obsolete
./VolumeButton.cs(55,17): warning CS0612: `Gtk.Tooltips' is obsolete
./PlaylistWindow.cs(885,40): warning CS0612: `Gtk.Tooltips' is obsolete
./About.cs(99,30): warning CS0618: `Gtk.AboutDialog.Name' is obsolete: `Use ProgramName instead'
./VolumeButton.cs(55,41): warning CS0612: `Gtk.Tooltips' is obsolete
./HandleModel.cs(113,38): warning CS0618: `GLib.ListBase.Managed' is obsolete: `Replaced by owned parameter on ctor.'
./HandleModel.cs(28,22): error CS0738: `Muine.HandleModel' does not implement interface member `Gtk.TreeModel.EmitRowsReordered(Gtk.TreePath, Gtk.TreeIter, int[])' and the best implementing candidate `Muine.HandleModel.RowChanged' return type `void' does not match interface member return type `void'
/usr/lib64/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
./HandleModel.cs(684,25): (Location of the symbol related to previous error)
./HandleModel.cs(340,29): warning CS0618: `GLib.DelegateWrapper.DelegateWrapper(object)' is obsolete: `Callback wrappers should be manually managed for persistence.'
./HandleModel.cs(1012,99): warning CS0618: `GLib.DelegateWrapper.DelegateWrapper(object)' is obsolete: `Callback wrappers should be manually managed for persistence.'
Compilation failed: 1 error(s), 8 warnings
Comment 1 Priit Laes (IRC: plaes) 2009-07-22 20:05:03 UTC
There will be a new muine release this week...
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2009-08-22 22:12:45 UTC
+*muine-0.8.10-r1 (22 Aug 2009)
+
+  22 Aug 2009; Peter Alfredsen <loki_val@gentoo.org>
+  +muine-0.8.10-r1.ebuild, +files/muine-0.8.10-gtk-sharp-2.12.9.patch:
+  Fix bug 272651, bugzilla.gnome.org bug 584702. Patch by Iain Lane.
+