Your message dated Sun, 06 Oct 2013 15:19:19 +0000
with message-id <e1vsq75-0004s6...@franck.debian.org>
and subject line Bug#713104: fixed in f-spot 0.8.2-5.1
has caused the Debian Bug report #713104,
regarding f-spot: FTBFS: ./FSpot/GroupSelector.cs(434,57): error CS0170: Use of
possibly unassigned field `bounds'
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 ow...@bugs.debian.org
immediately.)
--
713104: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713104
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: f-spot
Version: 0.8.2-5
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[5]: Entering directory `/«PKGBUILDDIR»/src/Clients/MainApp'
> MCS ../../../bin/f-spot.exe
> ./FSpot.UI.Dialog/TagSelectionDialog.cs(20,16): warning CS0108:
> `FSpot.UI.Dialog.TagSelectionDialog.Run()' hides inherited member
> `Gtk.Dialog.Run()'. Use the new keyword if hiding was intended
> /usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the
> symbol related to previous warning)
> ./FSpot.UI.Dialog/TagSelectionDialog.cs(29,15): warning CS0108:
> `FSpot.UI.Dialog.TagSelectionDialog.Hide()' hides inherited member
> `Gtk.Widget.Hide()'. Use the new keyword if hiding was intended
> /usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the
> symbol related to previous warning)
> ./FSpot.Widgets/MetadataDisplay.cs(157,22): warning CS0108:
> `FSpot.Widgets.MetadataDisplayWidget.Visible' hides inherited member
> `Gtk.Widget.Visible'. Use the new keyword if hiding was intended
> /usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the
> symbol related to previous warning)
> ./FSpot.Widgets/PreviewPopup.cs(41,18): warning CS0109: The member
> `FSpot.PreviewPopup.Item' does not hide an inherited member. The new keyword
> is not required
> ./FSpot/SingleView.cs(618,23): warning CS0108:
> `FSpot.SingleView.PreferenceDialog.Show()' hides inherited member
> `Gtk.Widget.Show()'. Use the new keyword if hiding was intended
> /usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the
> symbol related to previous warning)
> ./FSpot.Widgets/FolderTreeView.cs(148,35): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot.Widgets/FolderTreeView.cs(149,35): warning CS0618:
> `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use
> gtk_target_list_add_text_targets'
> ./FSpot.Widgets/FolderTreeView.cs(140,21): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot.Widgets/FolderTreeView.cs(141,21): warning CS0618:
> `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use
> gtk_target_list_add_text_targets'
> ./FSpot.Widgets/InfoBox.cs(705,9): warning CS0612:
> `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
> ./FSpot.Widgets/InfoBox.cs(714,9): warning CS0612:
> `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
> ./FSpot.Widgets/InfoBox.cs(723,9): warning CS0612:
> `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
> ./FSpot.Widgets/InfoBox.cs(732,9): warning CS0612:
> `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
> ./FSpot.Widgets/InfoBox.cs(741,9): warning CS0612:
> `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
> ./FSpot.Widgets/InfoBox.cs(750,9): warning CS0612:
> `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
> ./FSpot.Widgets/InfoBox.cs(759,9): warning CS0612:
> `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
> ./FSpot.Widgets/InfoBox.cs(764,46): warning CS0612:
> `Gtk.Object.GetData(string)' is obsolete
> ./FSpot.Widgets/MetadataDisplay.cs(64,8): warning CS0108:
> `FSpot.Widgets.MetadataDisplayWidget.State' hides inherited member
> `Gtk.Widget.State'. Use the new keyword if hiding was intended
> /usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the
> symbol related to previous warning)
> ./FSpot.Widgets/PhotoImageView.cs(238,27): warning CS0618:
> `FSpot.PhotoLoader' is obsolete: `nuke or rename this'
> ./FSpot.Widgets/PreviewPopup.cs(115,33): warning CS0618: `FSpot.PhotoLoader'
> is obsolete: `nuke or rename this'
> ./FSpot.Widgets/TagEntry.cs(103,5): warning CS0612:
> `Gtk.Entry.AppendText(string)' is obsolete
> ./FSpot/App.cs(265,30): warning CS0618:
> `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use
> IQueryCondition correctly instead'
> ./FSpot/App.cs(267,30): warning CS0618:
> `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use
> IQueryCondition correctly instead'
> ./FSpot/GroupSelector.cs(434,57): error CS0170: Use of possibly unassigned
> field `bounds'
> ./FSpot/MainWindow.cs(913,37): warning CS0618: `FSpot.PhotoLoader' is
> obsolete: `nuke or rename this'
> ./FSpot/MainWindow.cs(1086,37): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/MainWindow.cs(1189,37): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/MainWindow.cs(1215,62): warning CS0618: `FSpot.PhotoQuery.Photos' is
> obsolete: `DO NOT USE THIS, IT'S TOO SLOW'
> ./FSpot/MainWindow.cs(1770,38): warning CS0618:
> `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use
> IQueryCondition correctly instead'
> ./FSpot/MainWindow.cs(2293,33): warning CS0618:
> `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use
> gtk_target_list_add_text_targets'
> ./FSpot/MainWindow.cs(2294,33): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/MainWindow.cs(2306,45): warning CS0618:
> `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use
> gtk_target_list_add_text_targets'
> ./FSpot/MainWindow.cs(2311,45): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/MainWindow.cs(2732,16): warning CS0612:
> `Gtk.MenuItem.RemoveSubmenu()' is obsolete
> ./FSpot/MainWindow.cs(183,21): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/MainWindow.cs(191,21): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/PhotoStore.cs(379,21): warning CS0618:
> `FSpot.PhotoStore.Query(FSpot.Core.Tag[], string, FSpot.Query.DateRange,
> FSpot.Query.RollSet)' is obsolete: `drop this, use IQueryCondition correctly
> instead'
> ./FSpot/SingleView.cs(97,27): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/SingleView.cs(98,27): warning CS0618:
> `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use
> gtk_target_list_add_text_targets'
> ./FSpot/SingleView.cs(442,43): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/SingleView.cs(443,46): warning CS0618:
> `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use
> gtk_target_list_add_text_targets'
> ./FSpot/TagQueryWidget.cs(180,4): warning CS0612: `Gtk.DrawingArea.Size(int,
> int)' is obsolete
> ./FSpot/TagSelectionWidget.cs(707,37): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/TagSelectionWidget.cs(524,21): warning CS0618:
> `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use
> gtk_target_list_add_uri_target'
> ./FSpot/TagStore.cs(382,52): warning CS0618:
> `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use
> IQueryCondition correctly instead'
> ./PixbufUtils.cs(131,19): warning CS0618:
> `PixbufUtils.GetOrientation(string)' is obsolete: `Use GetOrientation
> (SafeUri) instead'
> Compilation failed: 1 error(s), 45 warnings
> make[5]: *** [../../../bin/f-spot.exe] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/f-spot_0.8.2-5_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: f-spot
Source-Version: 0.8.2-5.1
We believe that the bug you reported is fixed in the latest version of
f-spot, which is due to be installed in the Debian FTP archive.
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 713...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hideki Yamane <henr...@debian.org> (supplier of updated f-spot 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 06 Oct 2013 15:23:06 +0900
Source: f-spot
Binary: f-spot
Architecture: source amd64
Version: 0.8.2-5.1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team
<pkg-cli-apps-t...@lists.alioth.debian.org>
Changed-By: Hideki Yamane <henr...@debian.org>
Description:
f-spot - personal photo management application
Closes: 713104
Changes:
f-spot (0.8.2-5.1) unstable; urgency=low
.
* Non-maintainer upload.
* debian/patches
- cherry-pick as 0004-Fix-build-error-with-recent_gtk-sharp.patch
(Closes: #713104)
Checksums-Sha1:
b90a41075b90e4794a04e01de09440b6d9e47163 2577 f-spot_0.8.2-5.1.dsc
158fa0578ee90ff5cf6df194390ab1d7a7327ac2 87941 f-spot_0.8.2-5.1.diff.gz
0da55978006d5fba9be14c5f0e8c7397bdc77233 2009164 f-spot_0.8.2-5.1_amd64.deb
Checksums-Sha256:
a7bcd6e79b54be543a277818ad177a7f59f5338a61f0bbaf527bfffbce41a32e 2577
f-spot_0.8.2-5.1.dsc
4080b532dc8f41603332c9a212d468d4cd7b2401aa821a3d808a6512b7279f0f 87941
f-spot_0.8.2-5.1.diff.gz
58d26c17550949e5d1ebf5edbe3e036533cf0a713b35dba46878653c6c3fe26f 2009164
f-spot_0.8.2-5.1_amd64.deb
Files:
8189441c1481e8cbe59646749df8b996 2577 gnome optional f-spot_0.8.2-5.1.dsc
73d29a20659af4332ec2ec60e851b639 87941 gnome optional f-spot_0.8.2-5.1.diff.gz
d8b797cf560d0f71e5ed9efbb6420601 2009164 gnome optional
f-spot_0.8.2-5.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBCgAGBQJSUQMlAAoJEF0yjQgqqrFAoiMP/1FgEE1zmBiyvzqq1iA7KCTE
W+Vd6loAOMApfk1fa5zi4U0/tjBeI1Wb5Abh68G+YXUMMUO1uwn31Rt86X2bdwS+
ND9sIvRYfwy8PkUUCFzG6kiP19WCdwNVmmub1FCVzWch+uFtP9OexIkK+DFNKYHN
0fMcuaZMAgPrOF4Gpr+ohA+o4vYan33p7wsC6jiuE2jTfiDzCYbtfjmupIr8muFq
E9plvr39PvomAeu9aMBFoPvWkolo5jQeQyTVr5owWtxmSmhFaX7E3jEsxLc3lZ2R
lET6w8CxfGg+D7TMx6ckdY+3cwOYOPiZnnQvROngP4r9e88w9o/t2xa7/0sEjjV2
4ZkCS7bt4mrcfbZeDox5KDyHJ5upJcLPBOez+/aOmgubHjQhdgTB78p62la/U8wN
jONlgNP7Fdu8nkkI5UFl0iwuQ9Xp7jm0lEJMOVfyjxAfWmn+hWa7ctoVhZaLGhAP
SdCdwlaQFDt4Q8vrK7pphcxMJJYQcpYdwBCHzSFmYoU1ZYb/tVsQ1SSJ/xQGwHdx
z4S056QSabDAKFMxSkcXkiQ8jE/cG49PlMKOm80Id/AWjfxSmZM3qwf2ckWzBUdU
YmFittY5ANwn50ETsOYsmukFXkvd/BtWWGt2kjqu38Rm+Zcq18u5b8SUOrWmCGr+
Dlt3l3U6uDXmCYuOXoB/
=EwIj
-----END PGP SIGNATURE-----
--- End Message ---