Your message dated Fri, 10 Jul 2015 17:55:11 +1000
with message-id <2116941.HqOgck8B9y@debstor>
and subject line Done: autofs: ftbfs with GCC-5
has caused the Debian Bug report #777787,
regarding autofs: 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.)


-- 
777787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777787
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:autofs
Version: 5.0.8-1
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/autofs_5.0.8-1_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

[...]
             ^
In file included from ../include/automount.h:29:0,
                 from lookup.c:25:
../include/master.h:117:28: warning: inline function 'master_get_logopt' 
declared but never defined
 extern inline unsigned int master_get_logopt(void);
                            ^
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include 
-DAUTOFS_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/autofs\"  
-DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/default\" 
-DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" 
-DVERSION_STRING=\"5.0.8\" -I/usr/include/libxml2 -c state.c
In file included from state.c:17:0:
../include/automount.h:215:13: warning: inline function 'dump_core' declared 
but never defined
 inline void dump_core(void);
             ^
In file included from ../include/automount.h:29:0,
                 from state.c:17:
../include/master.h:117:28: warning: inline function 'master_get_logopt' 
declared but never defined
 extern inline unsigned int master_get_logopt(void);
                            ^
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include 
-DAUTOFS_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/autofs\"  
-DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/default\" 
-DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" 
-DVERSION_STRING=\"5.0.8\" -I/usr/include/libxml2 -c flag.c
In file included from flag.c:31:0:
../include/automount.h:215:13: warning: inline function 'dump_core' declared 
but never defined
 inline void dump_core(void);
             ^
In file included from ../include/automount.h:29:0,
                 from flag.c:31:
../include/master.h:117:28: warning: inline function 'master_get_logopt' 
declared but never defined
 extern inline unsigned int master_get_logopt(void);
                            ^
gcc -Wl,-z,relro -rdynamic -pie -o automount automount.o indirect.o direct.o 
spawn.o module.o mount.o lookup.o state.o flag.o ../lib/autofs.a -lpthread 
-lnsl -ldl -lpthread -lxml2
automount.o: In function `do_master_cleanup_unlock':
/«PKGBUILDDIR»/daemon/automount.c:1154: undefined reference to `dump_core'
automount.o: In function `return_start_status':
/«PKGBUILDDIR»/daemon/automount.c:1389: undefined reference to `dump_core'
/«PKGBUILDDIR»/daemon/automount.c:1393: undefined reference to `dump_core'
automount.o: In function `do_read_master':
/«PKGBUILDDIR»/daemon/automount.c:1256: undefined reference to `dump_core'
/«PKGBUILDDIR»/daemon/automount.c:1242: undefined reference to `dump_core'
automount.o:/«PKGBUILDDIR»/daemon/automount.c:1262: more undefined references 
to `dump_core' follow
collect2: error: ld returned 1 exit status
make[3]: *** [automount] Error 1
Makefile:33: recipe for target 'automount' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/daemon'
make[2]: *** [daemon] Error 2
Makefile:14: recipe for target 'daemon' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:41: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:7: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: autofs
Version: 5.1.1-1

Confirmed, 5.1.1 builds just fine with GCC-5. Closing...

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.

-- 
Cheers,
 Dmitry Smirnov

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to