Your message dated Thu, 09 Jul 2015 05:34:55 +0000
with message-id <e1zd4u3-0003oy...@franck.debian.org>
and subject line Bug#778182: fixed in xfce4-places-plugin 1.7.0-3
has caused the Debian Bug report #778182,
regarding xfce4-places-plugin: ftbfs with GCC-5
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.)


-- 
778182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xfce4-places-plugin
Version: 1.6.0-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/xfce4-places-plugin_1.6.0-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
.libs/libplaces_la-view.o: In function `pview_model_changed':
/«PKGBUILDDIR»/panel-plugin/view.c:191: undefined reference to 
`places_bookmark_group_changed'
.libs/libplaces_la-view.o: In function `pview_update_menu':
/«PKGBUILDDIR»/panel-plugin/view.c:608: undefined reference to 
`places_bookmark_group_get_bookmarks'
.libs/libplaces_la-view.o: In function `pview_add_menu_item':
/«PKGBUILDDIR»/panel-plugin/view.c:557: undefined reference to 
`places_bookmark_destroy'
.libs/libplaces_la-view.o: In function `pview_destroy_model':
/«PKGBUILDDIR»/panel-plugin/view.c:150: undefined reference to 
`places_bookmark_group_destroy'
.libs/libplaces_la-view.o: In function `pview_bookmark_action_call_wrapper':
/«PKGBUILDDIR»/panel-plugin/view.c:213: undefined reference to 
`places_bookmark_action_call'
/«PKGBUILDDIR»/panel-plugin/view.c:218: undefined reference to 
`places_bookmark_action_call'
.libs/libplaces_la-model_system.o: In function `pbsys_get_bookmarks':
/«PKGBUILDDIR»/panel-plugin/model_system.c:141: undefined reference to 
`places_bookmark_create'
/«PKGBUILDDIR»/panel-plugin/model_system.c:155: undefined reference to 
`places_bookmark_create'
/«PKGBUILDDIR»/panel-plugin/model_system.c:189: undefined reference to 
`places_bookmark_create'
/«PKGBUILDDIR»/panel-plugin/model_system.c:205: undefined reference to 
`places_bookmark_create'
.libs/libplaces_la-model_system.o: In function `places_bookmarks_system_create':
/«PKGBUILDDIR»/panel-plugin/model_system.c:274: undefined reference to 
`places_bookmark_group_create'
.libs/libplaces_la-model_user.o: In function `pbuser_destroy_bookmarks':
/«PKGBUILDDIR»/panel-plugin/model_user.c:105: undefined reference to 
`places_bookmark_destroy'
.libs/libplaces_la-model_user.o: In function `pbuser_build_bookmarks':
/«PKGBUILDDIR»/panel-plugin/model_user.c:254: undefined reference to 
`places_bookmark_create'
/«PKGBUILDDIR»/panel-plugin/model_user.c:254: undefined reference to 
`places_bookmark_create'
.libs/libplaces_la-model_user.o: In function `pbuser_get_bookmarks':
/«PKGBUILDDIR»/panel-plugin/model_user.c:301: undefined reference to 
`places_bookmark_create'
.libs/libplaces_la-model_user.o: In function `places_bookmarks_user_create':
/«PKGBUILDDIR»/panel-plugin/model_user.c:385: undefined reference to 
`places_bookmark_group_create'
.libs/libplaces_la-model_volumes.o: In function `pbvol_get_bookmarks':
/«PKGBUILDDIR»/panel-plugin/model_volumes.c:465: undefined reference to 
`places_bookmark_create'
/«PKGBUILDDIR»/panel-plugin/model_volumes.c:511: undefined reference to 
`places_bookmark_action_create'
/«PKGBUILDDIR»/panel-plugin/model_volumes.c:521: undefined reference to 
`places_bookmark_action_create'
/«PKGBUILDDIR»/panel-plugin/model_volumes.c:478: undefined reference to 
`places_bookmark_action_create'
/«PKGBUILDDIR»/panel-plugin/model_volumes.c:491: undefined reference to 
`places_bookmark_action_create'
/«PKGBUILDDIR»/panel-plugin/model_volumes.c:511: undefined reference to 
`places_bookmark_action_create'
.libs/libplaces_la-model_volumes.o: In function 
`places_bookmarks_volumes_create':
/«PKGBUILDDIR»/panel-plugin/model_volumes.c:577: undefined reference to 
`places_bookmark_group_create'
collect2: error: ld returned 1 exit status
make[3]: *** [libplaces.la] Error 1
Makefile:525: recipe for target 'libplaces.la' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/panel-plugin'
make[2]: *** [all-recursive] Error 1
Makefile:434: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:365: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j10 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:7: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: xfce4-places-plugin
Source-Version: 1.7.0-3

We believe that the bug you reported is fixed in the latest version of
xfce4-places-plugin, 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 778...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yves-Alexis Perez <cor...@debian.org> (supplier of updated xfce4-places-plugin 
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: Thu, 09 Jul 2015 06:58:27 +0200
Source: xfce4-places-plugin
Binary: xfce4-places-plugin
Architecture: source amd64
Version: 1.7.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Xfce Maintainers <pkg-xfce-de...@lists.alioth.debian.org>
Changed-By: Yves-Alexis Perez <cor...@debian.org>
Description:
 xfce4-places-plugin - quick access to folders, documents and removable media
Closes: 778182
Changes:
 xfce4-places-plugin (1.7.0-3) unstable; urgency=medium
 .
   [ Mateusz Łukasik ]
   * Add debian/patches/fix-ftbfs-gcc5.patch to fix FTBFS with gcc-5.
     (Closes: #778182)
Checksums-Sha1:
 6853818fdaf6d96e213fcc06fe7da6c596f95130 1912 xfce4-places-plugin_1.7.0-3.dsc
 9bc51b2e8addc59e73787d71aa8dc01ddef986c8 4812 
xfce4-places-plugin_1.7.0-3.debian.tar.xz
 be478441cfdd3875a61f7fb30ab5bdcd72cb0e43 72924 
xfce4-places-plugin_1.7.0-3_amd64.deb
Checksums-Sha256:
 9915d269c1e7d45d079bd5b597b58fc47bb399dad0ce52269f2e1c9db1a1282f 1912 
xfce4-places-plugin_1.7.0-3.dsc
 8f5f11dfa6777e44615bb2ae1fa203bb0f94963b48c83daa78015dc434cf3ef7 4812 
xfce4-places-plugin_1.7.0-3.debian.tar.xz
 0d861c8b06d073b0441971ad56c8b43bfc0d9f64a9b19e871b72e89f18653788 72924 
xfce4-places-plugin_1.7.0-3_amd64.deb
Files:
 5fbd5ad0818e09e30beb05fdcecb5ce7 1912 xfce optional 
xfce4-places-plugin_1.7.0-3.dsc
 7e35208e611e4a4ffb1b37faefe0727d 4812 xfce optional 
xfce4-places-plugin_1.7.0-3.debian.tar.xz
 35717a045bc71f0b5a9fe855bc88bde3 72924 xfce optional 
xfce4-places-plugin_1.7.0-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCgAGBQJVngYOAAoJEG3bU/KmdcClGAEH/iT9l5tJgvJ4JHktOa6vQxRZ
USBFoI5F+qUj2y0ogrlBKqEJIjBBeFQ98HBhgsvQh9n4pcCLZHSCiEUggSFvf8Iq
LzKvH+9WpPO/vNX23s+42IqeDtibXUiH2bsB3A7c5TkP78hnNqyfSrGPncsXewbv
pjaEB+75W0Q5d0exmREFdn+5xo+zcjNvEyqzKQ2c0e/LdSSmY4uM2r7zJ2h2bDqx
i/lKinPfAETt9VPRzRyw5d7Jm9Yjgaa/VPRYFcmrjKqb5AiiPgFgNFz5UDayFFvo
1KfPNKJsrNxjwONr1CWhMIJaqsQtmE4OMevDwLErPuJT87JdxW40ItGRfgRi0h0=
=+kau
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to