Your message dated Sat, 25 Jul 2015 15:41:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#777835: dsbltesters: ftbfs with GCC-5
has caused the Debian Bug report #777835,
regarding dsbltesters: 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 [email protected]
immediately.)
--
777835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777835
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dsbltesters
Version: 0.9.5-4
Severity: normal
Tags: sid stretch
User: [email protected]
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/dsbltesters_0.9.5-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
[...]
Generating customized build rule for md5.c...done
Generating customized build rule for hmac_md5.c...done
getcookie...done
Generating customized build rule for getcookie.c...done
Writing binary index entry...done
Writing binary install entries...
formmailtest...done
httptest...done
relaytest...done
socks4test...done
socks5test...done
spamtrap...done
auth-relaytest...done
getcookie...done
Writing binary cleanup entry...done
Writing configure file installation entries...
dsbl.conf...done
Writing install entry...done
Writing install cleanup entry...done
= Done with makefile phase =
Finished configuring. Now just run "make"
grep -v '^\W\+strip\W' Makefile > Makefile.nostrip # We do stripping by the
Debian way
mv Makefile.nostrip Makefile
touch configure-stamp
dh_testdir
/usr/bin/make PREFIX=/ BINDIR=/usr/bin
make[1]: Entering directory '/«PKGBUILDDIR»'
/usr/bin/make binaries
make[2]: Entering directory '/«PKGBUILDDIR»'
gcc -Wall -g -O2 -pthread -DVERSION="\"0.9.5\"" -DCONFDIR="\"//etc\""
-DBINDIR="\"/usr/bin\"" -DSBINDIR="\"//sbin\"" -DLIBDIR="\"//lib\""
-DMANDIR="\"//man\"" -c -o formmailtest.o formmailtest.c
gcc -Wall -g -O2 -pthread -DVERSION="\"0.9.5\"" -DCONFDIR="\"//etc\""
-DBINDIR="\"/usr/bin\"" -DSBINDIR="\"//sbin\"" -DLIBDIR="\"//lib\""
-DMANDIR="\"//man\"" -c -o testlib.o testlib.c
gcc -Wall -g -O2 -pthread -DVERSION="\"0.9.5\"" -o formmailtest
formmailtest.o testlib.o -lfirestring -lfiredns
gcc -Wall -g -O2 -pthread -DVERSION="\"0.9.5\"" -DCONFDIR="\"//etc\""
-DBINDIR="\"/usr/bin\"" -DSBINDIR="\"//sbin\"" -DLIBDIR="\"//lib\""
-DMANDIR="\"//man\"" -c -o httptest.o httptest.c
httptest.c:41:7: error: conflicting types for 'getline'
char *getline(int fd) {
^
In file included from httptest.c:20:0:
/usr/include/stdio.h:678:20: note: previous declaration of 'getline' was here
extern _IO_ssize_t getline (char **__restrict __lineptr,
^
make[2]: *** [httptest.o] Error 1
Makefile:191: recipe for target 'httptest.o' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:10: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:24: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
indeed, now builds.
--- End Message ---