Your message dated Sun, 06 Oct 2013 19:30:59 +0100
with message-id <5251ac63.9000...@pyro.eu.org>
and subject line Bug#701400: lbzip2: ftbfs with eglibc-2.17
has caused the Debian Bug report #701400,
regarding lbzip2: ftbfs with eglibc-2.17
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.)
--
701400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lbzip2
Version: 2.2-2
Severity: important
Tags: sid jessie
User: debian-gl...@lists.debian.org
Usertags: ftbfs-glibc-2.17
The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.
The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.
./stdio.h:1029:1: error: 'gets' undeclared here (not in a function)
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/lbzip2_2.2-2_unstable_gcc48.log
The last lines of the build log are at the end of this report.
To install eglibc from experimental,
apt-get -t experimental install libc6-dev
To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev
[...]
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating man/Makefile
config.status: creating tests/Makefile
config.status: creating lib/config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build -a
make -j1
make[1]: Entering directory `/«PKGBUILDDIR»'
Making all in lib
make[2]: Entering directory `/«PKGBUILDDIR»/lib'
GEN alloca.h
GEN c++defs.h
GEN arg-nonnull.h
GEN warn-on-use.h
GEN fcntl.h
GEN inttypes.h
GEN math.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN sys/stat.h
GEN sys/time.h
GEN time.h
GEN unistd.h
GEN wchar.h
make all-recursive
make[3]: Entering directory `/«PKGBUILDDIR»/lib'
make[4]: Entering directory `/«PKGBUILDDIR»/lib'
CC dtotimespec.o
CC fseterr.o
In file included from fseterr.h:20:0,
from fseterr.c:20:
./stdio.h:1029:1: error: 'gets' undeclared here (not in a function)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
^
make[4]: *** [fseterr.o] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/lib'
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/lib'
make[2]: Leaving directory `/«PKGBUILDDIR»/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Version: 2.2-2
This was a problem in dependency gnulib, since fixed.
--- End Message ---