Your message dated Tue, 20 Apr 2010 22:07:17 +0000
with message-id <e1o4lbb-0008ij...@ries.debian.org>
and subject line Bug#577913: fixed in shotwell 0.5.0+dfsg-1.1
has caused the Debian Bug report #577913,
regarding shotwell: FTBFS: Page.vala:51.35-51.73: error: Invalid assignment
from owned expression to unowned variable
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.)
--
577913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577913
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: shotwell
Version: 0.5.0+dfsg-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100415 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[1]: Entering directory
> `/build/user-shotwell_0.5.0+dfsg-1-amd64-iy96e3/shotwell-0.5.0+dfsg'
> pkg-config --print-errors --exists 'gee-1.0 >= 0.5.0 gtk+-2.0 >= 2.14.4
> libexif >= 0.6.16 sqlite3 >= 3.5.9 gconf-2.0 >= 2.22.0 libgphoto2 >= 2.4.2
> libsoup-2.4 >= 2.26.0 libxml-2.0 >= 2.6.32 unique-1.0 >= 1.0.0 webkit-1.0 >=
> 1.1.5 libusb >= 0.1.12 gudev-1.0 >= 145 dbus-glib-1 >= 0.80'
> mkdir -p x86_64-linux-gnu
> valac --ccode --directory=x86_64-linux-gnu --basedir=src -g --enable-checking
> --thread \
> --pkg=atk --pkg=gdk-2.0 --pkg=gee-1.0 --pkg=gtk+-2.0 --pkg=libexif
> --pkg=sqlite3 --pkg=gconf-2.0 --pkg=libgphoto2 --pkg=libsoup-2.4
> --pkg=libxml-2.0 --pkg=unique-1.0 --pkg=webkit-1.0 --pkg=libusb
> --pkg=gudev-1.0 --pkg=dbus-glib-1 --pkg=FStream --pkg=FixedKeyFile
> --pkg=ExtendedPosix --pkg=posix --pkg=gudev-1.0 --pkg=LConv \
> --vapidir=./vapi \
> -X -D_PREFIX='"/usr"' -X -D_VERSION='"0.5.0"' -X
> -DGETTEXT_PACKAGE='"shotwell"' -X -D_LANG_SUPPORT_DIR='"/usr/share/locale"' \
> -X -I./vapi \
> \
> src/main.vala src/AppWindow.vala src/CollectionPage.vala
> src/Thumbnail.vala src/DatabaseTables.vala src/ThumbnailCache.vala
> src/image_util.vala src/CheckerboardLayout.vala src/PhotoPage.vala
> src/Exif.vala src/Page.vala src/ImportPage.vala src/GPhoto.vala
> src/SortedList.vala src/EventsDirectoryPage.vala src/Dimensions.vala
> src/Box.vala src/Photo.vala src/Orientation.vala src/util.vala
> src/BatchImport.vala src/Dialogs.vala src/Resources.vala src/Debug.vala
> src/Sidebar.vala src/ColorTransformation.vala src/EditingTools.vala
> src/DataObject.vala src/DataCollection.vala src/LibraryWindow.vala
> src/CameraTable.vala src/DirectWindow.vala src/Properties.vala
> src/CustomComponents.vala src/Config.vala src/Event.vala
> src/International.vala src/Workers.vala src/system.vala src/AppDirs.vala
> src/PixbufCache.vala src/WebConnectors.vala src/FacebookConnector.vala
> src/CommandManager.vala src/Commands.vala src/SlideshowPage.vala
> src/LibraryFiles.vala src/FlickrConnector.vala src/Printing.vala src/Tag.vala
> src/TagPage.vala src/PicasaConnector.vala src/Screensaver.vala
> libgphoto2.vapi:268.47-268.50: warning: deprecated syntax, use `unowned`
> modifier
> public Result get_name(int index, out weak string name);
> ^^^^
> libgphoto2.vapi:269.48-269.51: warning: deprecated syntax, use `unowned`
> modifier
> public Result get_value(int index, out weak string value);
> ^^^^
> libgphoto2.vapi:456.16-456.19: warning: deprecated syntax, use `unowned`
> modifier
> public weak string as_string();
> ^^^^
> libgphoto2.vapi:468.12-468.15: warning: deprecated syntax, use `unowned`
> modifier
> public weak string library_version(VersionVerbosity verbosity);
> ^^^^
> FStream.vapi:29.9-29.12: warning: deprecated syntax, use `unowned` modifier
> public weak string gets (char[] s);
> ^^^^
> LConv.vapi:42.23-42.26: warning: deprecated syntax, use `unowned` modifier
> public static weak LConv localeconv();
> ^^^^
> CommandManager.vala:68.12-68.15: warning: deprecated syntax, use `unowned`
> modifier
> public weak CommandManager? get_command_manager() {
> ^^^^
> Printing.vala:860.13-860.16: warning: deprecated syntax, use `unowned`
> modifier
> private weak Object on_create_custom_widget(Gtk.PrintOperation
> emitting_object) {
> ^^^^
> Page.vala:51.35-51.73: error: Invalid assignment from owned expression to
> unowned variable
> unowned SList<Gtk.Widget> toplevels = ui.get_toplevels(item_type);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Page.vala:52.33-52.41: error: The name `toplevels' does not exist in the
> context of `Page.destroy_ui_manager_widgets'
> for (int ctr = 0; ctr < toplevels.length(); ctr++)
> ^^^^^^^^^
> Page.vala:53.13-53.21: error: The name `toplevels' does not exist in the
> context of `Page.destroy_ui_manager_widgets'
> toplevels.nth(ctr).data.destroy();
> ^^^^^^^^^
> Sidebar.vala:72.9-72.57: error: Too many arguments, method
> `Gtk.TreeSelection.set_select_function' does not take 2 arguments
> selection.set_select_function(on_selection, null);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Compilation failed: 4 error(s), 8 warning(s)
> make[1]: *** [x86_64-linux-gnu/.stamp] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2010/04/15/shotwell_0.5.0+dfsg-1_lsid64.buildlog
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. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: shotwell
Source-Version: 0.5.0+dfsg-1.1
We believe that the bug you reported is fixed in the latest version of
shotwell, which is due to be installed in the Debian FTP archive:
shotwell_0.5.0+dfsg-1.1.debian.tar.gz
to main/s/shotwell/shotwell_0.5.0+dfsg-1.1.debian.tar.gz
shotwell_0.5.0+dfsg-1.1.dsc
to main/s/shotwell/shotwell_0.5.0+dfsg-1.1.dsc
shotwell_0.5.0+dfsg-1.1_i386.deb
to main/s/shotwell/shotwell_0.5.0+dfsg-1.1_i386.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 577...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luca Falavigna <dktrkr...@debian.org> (supplier of updated shotwell 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 18 Apr 2010 23:16:32 +0200
Source: shotwell
Binary: shotwell
Architecture: source i386
Version: 0.5.0+dfsg-1.1
Distribution: unstable
Urgency: low
Maintainer: Devid Antonio Filoni <d.fil...@ubuntu.com>
Changed-By: Luca Falavigna <dktrkr...@debian.org>
Description:
shotwell - digital photo organizer
Closes: 574112 577913
Changes:
shotwell (0.5.0+dfsg-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* debian/patches/vala_0.8.0.patch:
- Build with vala 0.8.0 (Closes: #577913).
* debian/control:
- Depend on librsvg2-common and dbus-x11 (Closes: #574112).
- Bump minimum valac version to 0.8.0.
Checksums-Sha1:
31fb88ff0f5ba8617990da3c341405e4c8dd0790 1432 shotwell_0.5.0+dfsg-1.1.dsc
e78a9aab73efdbf12de48d538881bc47d06d5cb2 11098
shotwell_0.5.0+dfsg-1.1.debian.tar.gz
a532d9b9de1d41a7fd0eded50043903095a88c7b 969078
shotwell_0.5.0+dfsg-1.1_i386.deb
Checksums-Sha256:
92f9760c78cc5a542d4b15fffb511e0816c27f143e0c3b34c161e2534f1fb187 1432
shotwell_0.5.0+dfsg-1.1.dsc
9feeebbe5af6060194eef2bd7526e51a498f466cbf77e8805274744e4fca3c5e 11098
shotwell_0.5.0+dfsg-1.1.debian.tar.gz
5dc09c3b192003075c276f1e737202a42b6eb7f067846b0ebff618fbb00556a7 969078
shotwell_0.5.0+dfsg-1.1_i386.deb
Files:
d0c136b6328d1ec76218eab916015f01 1432 gnome extra shotwell_0.5.0+dfsg-1.1.dsc
d527b0b1569c6d0cd5f280e2894d4b84 11098 gnome extra
shotwell_0.5.0+dfsg-1.1.debian.tar.gz
6400f842bb06ed061e4da3f01aca8ed4 969078 gnome extra
shotwell_0.5.0+dfsg-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvLeMgACgkQnXjXEYa8KlAGUgCfRVuVWa5uJ2C7DIpq46XY49r7
nSwAnjCakNGE9I/LzUExD/ndqkDNZKqA
=7pbK
-----END PGP SIGNATURE-----
--- End Message ---