[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#471631: marked as done (muine: FTBFS: ./PlaylistWindow.cs(179,25): error CS0104: `VolumeButton' is an ambiguous reference between `Gtk.VolumeButton' and `Bacon.VolumeButton')



Your message dated Sun, 01 Jun 2008 21:47:04 +0000
with message-id <E1K2vOK-0004gy-3K@ries.debian.org>
and subject line Bug#471631: fixed in muine 0.8.8-2
has caused the Debian Bug report #471631,
regarding muine: FTBFS: ./PlaylistWindow.cs(179,25): error CS0104: `VolumeButton' is an ambiguous reference between `Gtk.VolumeButton' and `Bacon.VolumeButton'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
471631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471631
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: muine
Version: 0.8.8-1
Severity: serious
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20080318 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
> make[3]: Entering directory `/build/user/muine-0.8.8/src'
> sed -e "s|\@prefix\@|/usr|g" 		\
> 	    -e "s|\@pkglibdir\@|/usr/lib/muine|g" 	\
> 	    -e "s|\@target\@|muine.exe|g" 		\
> 	    -e "s|\@mono\@|/usr/bin/mono|g"			\
> 	    -e "s|\@mono_flags\@||g"	\
> 	    < muine.in > muine
> MONO_XMLSERIALIZER_THS=no wsdl -namespace:Amazon ./AmazonSearchService.wsdl
> Mono Web Services Description Language Utility
> Writing file 'AmazonSearchService.cs'
> sed -e "s|\@version\@|0.8.8|"     \
> 	    -e "s|\@datadir\@|/usr/share|"     \
> 	    -e "s|\@pkglibdir\@|/usr/lib/muine|" \
> 	    < Defines.cs.in > Defines.cs
> /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/cli/ndesk-dbus-1.0/NDesk.DBus.dll -r:/usr/lib/cli/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/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glade-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll  
> ./PlaylistWindow.cs(163,25): warning CS0612: `Gtk.Tooltips' is obsolete
> ./PlaylistWindow.cs(179,25): error CS0104: `VolumeButton' is an ambiguous reference between `Gtk.VolumeButton' and `Bacon.VolumeButton'
> /usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
> ./VolumeButton.cs(48,18): (Location of the symbol related to previous error)
> ./VolumeButton.cs(55,17): warning CS0612: `Gtk.Tooltips' is obsolete
> Compilation failed: 1 error(s), 2 warnings
> make[3]: *** [muine.exe] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/03/18

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: muine
Source-Version: 0.8.8-2

We believe that the bug you reported is fixed in the latest version of
muine, which is due to be installed in the Debian FTP archive:

muine-plugin-inotify_0.8.8-2_powerpc.deb
  to pool/main/m/muine/muine-plugin-inotify_0.8.8-2_powerpc.deb
muine-plugin-trayicon_0.8.8-2_all.deb
  to pool/main/m/muine/muine-plugin-trayicon_0.8.8-2_all.deb
muine_0.8.8-2.diff.gz
  to pool/main/m/muine/muine_0.8.8-2.diff.gz
muine_0.8.8-2.dsc
  to pool/main/m/muine/muine_0.8.8-2.dsc
muine_0.8.8-2_powerpc.deb
  to pool/main/m/muine/muine_0.8.8-2_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 471631@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Albin Tonnerre <albin.tonnerre@gmail.com> (supplier of updated muine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 20:12:31 +0200
Source: muine
Binary: muine muine-plugin-trayicon muine-plugin-inotify
Architecture: source all powerpc
Version: 0.8.8-2
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Albin Tonnerre <albin.tonnerre@gmail.com>
Description: 
 muine      - Simple playlist based music player
 muine-plugin-inotify - INotify Plugin for the Muine music player
 muine-plugin-trayicon - TrayIcon Plugin for the Muine music player
Closes: 469895 471631
Changes: 
 muine (0.8.8-2) unstable; urgency=high
 .
   * QA Upload
   * Fix debian/rules to prevent FTBFS (Closes: #469895)
   * debian/patches/11_disambiguate_volumebutton.diff
     - Added, taken from upstream SVN, gnome bug 518828. Thanks Diego
       Escalante Urrelo. (Closes: #471631)
Checksums-Sha1: 
 4f2651cdc007d62cac9c5fc5ac8ece519c742c5e 1858 muine_0.8.8-2.dsc
 53b087a2a1fca0726df2ddcc1edce264ffb4ab75 9261 muine_0.8.8-2.diff.gz
 511e1056bcb0e29eb4e4047ac0e694b78fc60780 54444 muine-plugin-trayicon_0.8.8-2_all.deb
 1cc4190d3d6ccc2b2079d07f98a398bfa63df562 325890 muine_0.8.8-2_powerpc.deb
 d9cd077f61fe524c438f14dadba402228e77b7bb 57462 muine-plugin-inotify_0.8.8-2_powerpc.deb
Checksums-Sha256: 
 faaa3a106f07890a1e72a6661c7a1235a3b79aa11af467aee557444efe609c39 1858 muine_0.8.8-2.dsc
 17660e308d464e23a000e4c6a5ae1a174c02d0e062793f27a5408c7b989d43b6 9261 muine_0.8.8-2.diff.gz
 169b41deaf897fdf2b7e1d05ca14fbe4299e1432eedcb5c4b61dfdd513e5ea4d 54444 muine-plugin-trayicon_0.8.8-2_all.deb
 aed2e0f3040d035770bbde4396860dcc88830ba1dd961ce1b9b448ea908c586c 325890 muine_0.8.8-2_powerpc.deb
 281f9f3698aea773ade58897395a5bbb8a217d224e797d46edfe2662ba1e38b2 57462 muine-plugin-inotify_0.8.8-2_powerpc.deb
Files: 
 a5e73614e8897d06d82c6c155f62c2e6 1858 gnome optional muine_0.8.8-2.dsc
 80ac9c0a0ca68320ce6c38f626b8b6ac 9261 gnome optional muine_0.8.8-2.diff.gz
 de74e232b851f54b3631924ede0eb970 54444 gnome optional muine-plugin-trayicon_0.8.8-2_all.deb
 693fc52799b6562d35f3c12ef6d2bf54 325890 gnome optional muine_0.8.8-2_powerpc.deb
 fea1c8f3ba3c437d1f1dc6ad3086ca68 57462 gnome optional muine-plugin-inotify_0.8.8-2_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIQxUMI2xgxmW0sWIRAoflAKCPAH0veK12bhhb192dRoVXMxq1VQCglB7c
rbuLiMV88KoABINsBlk06Aw=
=1nJr
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: