Your message dated Tue, 14 May 2013 14:56:31 +0200 with message-id <1368536191.4155.13.ca...@karaba.cepremap.org> and subject line Re: [Pkg-octave-devel] Bug#701408: octave: ftbfs with eglibc-2.17 has caused the Debian Bug report #701408, regarding octave: 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.) -- 701408: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701408 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: src:octave Version: 3.6.2-5 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:1032: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/octave_3.6.2-5_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 [...] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c fd-hook.c -fPIC -DPIC -o .libs/fd-hook.o In file included from /usr/include/x86_64-linux-gnu/sys/types.h:219:0, from ./sys/types.h:30, from ./stdio.h:60, from md5.h:26, from md5.c:27: ./stdio.h:1032:1: error: 'gets' undeclared here (not in a function) _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ^ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c -o filemode.lo filemode.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c -o filenamecat-lgpl.lo filenamecat-lgpl.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c -o freading.lo freading.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c -o localcharset.lo localcharset.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c -o malloca.lo malloca.c make[5]: *** [md5.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c filemode.c -fPIC -DPIC -o .libs/filemode.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c filenamecat-lgpl.c -fPIC -DPIC -o .libs/filenamecat-lgpl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c freading.c -fPIC -DPIC -o .libs/freading.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c malloca.c -fPIC -DPIC -o .libs/malloca.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -fopenmp -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o In file included from /usr/include/x86_64-linux-gnu/sys/types.h:219:0, from ./sys/types.h:30, from ./stdio.h:60, from freading.h:20, from freading.c:22: ./stdio.h:1032:1: error: 'gets' undeclared here (not in a function) _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ^ make[5]: *** [freading.lo] Error 1 In file included from /usr/include/x86_64-linux-gnu/sys/types.h:219:0, from ./sys/types.h:30, from ./fcntl.h:48, from localcharset.c:28: ./stdio.h:1032:1: error: 'gets' undeclared here (not in a function) _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ^ make[5]: *** [localcharset.lo] Error 1 make[5]: Leaving directory `/«PKGBUILDDIR»/libgnu' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/«PKGBUILDDIR»/libgnu' make[3]: *** [all] Error 2 make[3]: Leaving directory `/«PKGBUILDDIR»/libgnu' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: *** [all] Error 2 dh_auto_build: make -j10 returned exit code 2 make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---Le samedi 23 février 2013 à 11:35 +0000, Matthias Klose a écrit : > Package: src:octave > Version: 3.6.2-5 > 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:1032: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/octave_3.6.2-5_unstable_gcc48.log > The last lines of the build log are at the end of this report. This issue, after having been fixed in experimental, is now fixed in sid. Hence closing. -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key: 4096R/381A7594signature.asc
Description: This is a digitally signed message part
--- End Message ---