Your message dated Fri, 24 Jul 2015 13:49:47 +0000
with message-id <e1zidmb-0001tr...@franck.debian.org>
and subject line Bug#777965: fixed in libpam-chroot 0.9-4.2
has caused the Debian Bug report #777965,
regarding libpam-chroot: 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.)
--
777965: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777965
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libpam-chroot
Version: 0.9-4.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/libpam-chroot_0.9-4.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
[...]
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
/usr/bin/make clean
make[1]: Entering directory '/«PKGBUILDDIR»'
rm -f *.o pam_chroot.so
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_clean
debian/rules build-arch
dh_testdir
/usr/bin/make
make[1]: Entering directory '/«PKGBUILDDIR»'
gcc -fPIC -O2 -Wall -Werror -pedantic -I. -c -o pam_chroot.o pam_chroot.c
pam_chroot.c: In function '_pam_opts_init':
pam_chroot.c:71:46: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
_pam_log(LOG_ERR, "%s: NULL opts pointer", __FUNCTION__);
^
pam_chroot.c: In function '_pam_opts_config':
pam_chroot.c:94:46: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
_pam_log(LOG_ERR, "%s: NULL opts pointer", __FUNCTION__);
^
pam_chroot.c: In function '_pam_opts_free':
pam_chroot.c:165:46: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
_pam_log(LOG_ERR, "%s: NULL opts pointer", __FUNCTION__);
^
pam_chroot.c: In function '_pam_get_groups':
pam_chroot.c:264:19: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
opts->module, __FUNCTION__, strerror(errno));
^
pam_chroot.c:271:19: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
opts->module, __FUNCTION__);
^
pam_chroot.c:276:19: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
opts->module, __FUNCTION__, user);
^
pam_chroot.c:285:19: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
opts->module, __FUNCTION__, strerror(errno));
^
pam_chroot.c: In function '_pam_get_chrootdir':
pam_chroot.c:536:22: error: ISO C does not support '__FUNCTION__' predefined
identifier [-Werror=pedantic]
opts->module, __FUNCTION__, strerror(errno));
^
cc1: all warnings being treated as errors
make[1]: *** [pam_chroot.o] Error 1
<builtin>: recipe for target 'pam_chroot.o' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: libpam-chroot
Source-Version: 0.9-4.2
We believe that the bug you reported is fixed in the latest version of
libpam-chroot, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated libpam-chroot 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, 19 Jul 2015 15:17:04 +0200
Source: libpam-chroot
Binary: libpam-chroot
Architecture: source
Version: 0.9-4.2
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernandez-Sanguino Pen~a <j...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
libpam-chroot - Chroot Pluggable Authentication Module for PAM
Closes: 777965
Changes:
libpam-chroot (0.9-4.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix "ftbfs with GCC-5": apply patch from Linn Crosetto:
mark the non-standard function identifier __FUNCTION__
with the __extension__ keyword.
(Closes: #777965)
Checksums-Sha1:
c3850f0082b82e84130a97fe87867537821ab6c5 1878 libpam-chroot_0.9-4.2.dsc
845ceda53d4dad44fdf672c69f76d46fe85d67b8 10058 libpam-chroot_0.9-4.2.diff.gz
Checksums-Sha256:
4f7237f1a2cdb4a1572ab2df1b90d96d2f364843b0524ed59bc0568d9b19b695 1878
libpam-chroot_0.9-4.2.dsc
139ceb0ef28d6a3eb7601e065366e2f8e3c2c78b21d11e9c7a6a88939b051482 10058
libpam-chroot_0.9-4.2.diff.gz
Files:
2f7f3733170b6db3d63748c443839f2a 1878 devel optional libpam-chroot_0.9-4.2.dsc
5fcd3c0596df0391c79904ccc2adf61a 10058 devel optional
libpam-chroot_0.9-4.2.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVq6OdXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGG4kP/2hsVBLmqjlvSxpv/WlPVhPI
P1SnjLIJYyg0TYptKpIf9FIY1ltWextVEDayUeJSL7AdhMOgJBDwt0EptHmiFto3
5TtklfZn8b6+e0oilP0gu8YOyiju/G1mYJCJ6a/SRb8Wt6D3c56L3JAgWeOzUXoh
yiTAjhROg3nQTuDEsmPxB7LJAGi3JbIv0wFJwy4rUO6n0I703hgLvOLgB1CX4ErB
uTBbdeK+k0gzHRXjAXISx2sv57Q3yUBWUlEtmD0e0BbPU49lFaeQO2yeJRn6PQ/g
kzrNqDBk202HXXR8mVZ0I7JCGv0WfIlBa4zqan+KWctirFDxprigTNR94r0jknq5
zg74zm9liIG6M1wPP/32qhvrctyWf9nTbycF0Of1cBmyT2vrLOkuTuNxjKLScs0K
5zSBioEuYzTjGajOhs9O8QdZUtm2aqcYbfehkK8ImUmvp2KAMYX4kW5No4lETSCd
z/z+4KbSPvi8Mjrthy+782J2WxdcLxHdpO0YjSQ3sKWCCrwv91TTcrZo6hlQeaOg
KtIBP6h2H7A/1jjWV5tvk+mxypfYnh3uYCgLZks6TuScF7g/Gem3Kn8jSflIIImp
VpLtSJrmvWRYyq0RyZJiqb7Ku8J8wChfblGXLstjADkkM9LH9ZC9q5Ci37dQsS5R
60ov6/CB2NbROCdcLkSu
=zaxV
-----END PGP SIGNATURE-----
--- End Message ---