Your message dated Tue, 07 Jul 2015 16:20:33 +0000
with message-id <e1zcvbl-0007io...@franck.debian.org>
and subject line Bug#777845: fixed in eurephia 1.1.0-5
has caused the Debian Bug report #777845,
regarding eurephia: 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.)
--
777845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:eurephia
Version: 1.1.0-4
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/eurephia_1.1.0-4_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
[...]
[ 72%] Building C object
eurephiadm/CMakeFiles/eurephiadm.dir/__/common/eurephiadb_session_common.c.o
In file included from /«PKGBUILDDIR»/common/eurephiadb_session_common.c:37:0:
/«PKGBUILDDIR»/eurephiadm/../common/eurephia_nullsafe.h:97:13: warning:
inline function '_free_nullsafe' declared but never defined
void inline _free_nullsafe(eurephiaCTX *ctx, void *ptr, const char *file, int
line);
^
Linking C executable eurephiadm
CMakeFiles/eurephiadm.dir/eurephiadm.c.o: In function `cmd_Logout':
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:185: undefined reference to
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/eurephiadm.c.o: In function `eurephia_ConnectDB':
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:262: undefined reference to
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/eurephiadm.c.o: In function `do_login':
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:313: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:324: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:352: undefined reference to
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/eurephiadm.c.o:/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:358:
more undefined references to `_free_nullsafe' follow
CMakeFiles/eurephiadm.dir/commands/users.c.o: In function `show_user':
/«PKGBUILDDIR»/eurephiadm/commands/users.c:423: undefined reference to
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:392: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:388: undefined reference to
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/commands/users.c.o: In function `account_activation':
/«PKGBUILDDIR»/eurephiadm/commands/users.c:567: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:578: undefined reference to
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:578: undefined reference to
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:579: undefined reference to
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:579: undefined reference to
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:662: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:754: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:579: undefined reference to
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:681: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:578: undefined reference to
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:563: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:641: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:642: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:684: undefined reference to
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:735: undefined reference to
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/commands/users.c.o:/«PKGBUILDDIR»/eurephiadm/commands/users.c:736:
more undefined references to `_free_nullsafe' follow
collect2: error: ld returned 1 exit status
make[3]: *** [eurephiadm/eurephiadm] Error 1
eurephiadm/CMakeFiles/eurephiadm.dir/build.make:541: recipe for target
'eurephiadm/eurephiadm' failed
make[3]: Leaving directory '/«PKGBUILDDIR»'
make[2]: *** [eurephiadm/CMakeFiles/eurephiadm.dir/all] Error 2
CMakeFiles/Makefile2:177: recipe for target
'eurephiadm/CMakeFiles/eurephiadm.dir/all' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:117: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:3: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: eurephia
Source-Version: 1.1.0-5
We believe that the bug you reported is fixed in the latest version of
eurephia, 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.
Alberto Gonzalez Iniesta <a...@inittab.org> (supplier of updated eurephia
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: SHA256
Format: 1.8
Date: Tue, 07 Jul 2015 17:14:38 +0200
Source: eurephia
Binary: eurephia
Architecture: source amd64
Version: 1.1.0-5
Distribution: unstable
Urgency: medium
Maintainer: Alberto Gonzalez Iniesta <a...@inittab.org>
Changed-By: Alberto Gonzalez Iniesta <a...@inittab.org>
Description:
eurephia - flexible OpenVPN authentication module
Closes: 777845
Changes:
eurephia (1.1.0-5) unstable; urgency=medium
.
* Add -fPIC -std=gnu89 to CFLAGS. (Closes: #777845)
Checksums-Sha1:
a74b0862299e583d829a9f04195cc9cd035fadd8 1780 eurephia_1.1.0-5.dsc
26322485a5c12834f8f73283d170be3d4dcf19d9 5076 eurephia_1.1.0-5.debian.tar.xz
54c4f7bdf96fa04071e282c53d01cae8b94fa935 133920 eurephia_1.1.0-5_amd64.deb
Checksums-Sha256:
ee6962bc9d5b8f965d15e63fcb9923e9cbf8474aff9859d81e7737c4c289db2e 1780
eurephia_1.1.0-5.dsc
8c6500053b46ad52a6fe6ec737c8a682178a0b3acf40a597801cc6ea9e127ed0 5076
eurephia_1.1.0-5.debian.tar.xz
76d582e051e3da5d65599a5d9db73fe0602f31a2026f3c93eec0aba576b33c71 133920
eurephia_1.1.0-5_amd64.deb
Files:
a8fdb049d0d3702b57e784080ee10d90 1780 net extra eurephia_1.1.0-5.dsc
56d7bfbe2ab02229f71cdf1e0582bf43 5076 net extra eurephia_1.1.0-5.debian.tar.xz
c0009c8af59fb9a3538d1ae9e4fdf641 133920 net extra eurephia_1.1.0-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVm/PQAAoJEACbM3VrmqpVz24P/0003tMmOVkDclfodbdh+jPY
+H7YdDUqITqtoRJfnSiJBQnDuQEKyWw2xaSIms/ZYGf6/8u+AMtq9UjJ2rKhkSGr
zAYVekQ/uBjStnS0CE+ER1dByBAGBJIzbkoQjQsqcewRux/yzOjnnGlXFCJYqKMM
TI3yO7ZTR0JzaXvBJ7nc0cH7JkCVJ5UGSPd1r49Tbbp61PO8p0Vy0N2ADW9A+JOY
y2scxxNoNRYTIxmL+7C5q8V37xuq7ITuG7egPuiEPXxBLeBmC9tkZ5g5H4Qd0upw
ni9Kado1KjPeVGv/BOLw34PnIfDNUapZUwkhy05cCIBEKk/xPFb+vQjlKns+bcZe
7MK70K7u6RaaTbWIQxevH7zY5GSjzmWa2zu3x+/27Er1KubRtXdkuvpUNEmsPHPN
Z0nnXQ6ZKrZGg2OLN7VAxuvgCf8cEF/4i30FyJs37SIfG0CYvGK+sJopdauC7PKg
jGyfHT9OeyNksNoq8PbVN2m6VG52k+V2EbPAte3rPvSsNB9/sDRDFSplifgi+fyz
xjrPnFXYgPeEKaWJrpOfo0ptFKQgSgrsbQBHNs6iQPhz24/auf4XMNqeVz+rCQe3
BwaRHkV/2oU9w/Eg1P/LMiIexJXpvtTCw4/W7EizOBrUB68PtFuehnYhyoESNHF3
BiP8gZC0iEhkL73O9jEX
=HzQD
-----END PGP SIGNATURE-----
--- End Message ---