Your message dated Fri, 31 May 2013 01:23:58 +0000
with message-id <20130531012358.ga1...@scru.org>
and subject line fp?
has caused the Debian Bug report #701443,
regarding posh: 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.)
--
701443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701443
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:posh
Version: 0.11
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.
jobs.c:1181:16: error: storage size of 'ru0' isn't known
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/posh_0.11_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
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
touch stamp-configure
test -f debian/rules
/usr/bin/make
make[1]: Entering directory `/«PKGBUILDDIR»'
./siglist.sh "gcc -E -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -I." <
./siglist.in > tmpsiglist.out
mv tmpsiglist.out siglist.out
/usr/bin/make all-recursive
make[2]: Entering directory `/«PKGBUILDDIR»'
Making all in .
make[3]: Entering directory `/«PKGBUILDDIR»'
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT alloc.o -MD -MP
-MF .deps/alloc.Tpo -c -o alloc.o alloc.c
mv -f .deps/alloc.Tpo .deps/alloc.Po
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT c_test.o -MD -MP
-MF .deps/c_test.Tpo -c -o c_test.o c_test.c
mv -f .deps/c_test.Tpo .deps/c_test.Po
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT eval.o -MD -MP
-MF .deps/eval.Tpo -c -o eval.o eval.c
mv -f .deps/eval.Tpo .deps/eval.Po
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT exec.o -MD -MP
-MF .deps/exec.Tpo -c -o exec.o exec.c
mv -f .deps/exec.Tpo .deps/exec.Po
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT expr.o -MD -MP
-MF .deps/expr.Tpo -c -o expr.o expr.c
mv -f .deps/expr.Tpo .deps/expr.Po
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT history.o -MD
-MP -MF .deps/history.Tpo -c -o history.o history.c
mv -f .deps/history.Tpo .deps/history.Po
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT io.o -MD -MP -MF
.deps/io.Tpo -c -o io.o io.c
mv -f .deps/io.Tpo .deps/io.Po
gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT jobs.o -MD -MP
-MF .deps/jobs.Tpo -c -o jobs.o jobs.c
jobs.c: In function 'j_sigchld':
jobs.c:1181:16: error: storage size of 'ru0' isn't known
struct rusage ru0, ru1;
^
jobs.c:1181:21: error: storage size of 'ru1' isn't known
struct rusage ru0, ru1;
^
jobs.c:1196:12: error: 'RUSAGE_CHILDREN' undeclared (first use in this function)
getrusage(RUSAGE_CHILDREN, &ru0);
^
jobs.c:1196:12: note: each undeclared identifier is reported only once for each
function it appears in
make[3]: *** [jobs.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Still builds for me with eglibc 2.17-3 and gcc-4.8 4.8.0-7.
--- End Message ---