[Sawfish] librep fails to build with new gcc/glibc toolchain

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


Hello,

after a system update including new versions of glibc (1) and the gcc toolchain (2), the build of librep (both stable and git version) fails under Arch Linux x86_64.

(1)
Name                 : glibc
Version              : 2.21-4
(2)
Name                 : gcc
Version              : 5.1.0-3

checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for gethostname... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strerror... yes
checking for strstr... yes
checking for stpcpy... yes
checking for strtol... yes
checking for psignal... yes
checking for strsignal... yes
checking for snprintf... yes
checking for grantpt... yes
checking for lrand48... yes
checking for getpagesize... (cached) yes
checking for setitimer... yes
checking for dladdr... yes
checking for dlerror... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for siginterrupt... yes
checking for gettimeofday... yes
checking for strtoll... yes
checking for strtoq... yes
checking for realpath... yes
checking for crypt... no
checking for crypt in -lcrypt... yes
checking whether unistd.h declares environ... no
checking whether /dev/ptmx exists... yes
checking whether /dev/ptyXN devices exist... no
checking for aclocal directory... /usr/share/aclocal
checking for data type to store Lisp values... long int
checking for size of Lisp value type... 8 bytes
checking for value type constant suffix... L
checking for value type printf conversion... l
checking size of long... 8
checking size of long long... 8
checking size of void *... 8
checking for broken alpha gcc... no
checking for stack growth direction... assuming downwards
checking for LC_MESSAGES... yes
checking for _nl_msg_cat_cntr... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating lisp/Makefile
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating intl/Makefile
config.status: creating librep.spec
config.status: creating librep.pc
config.status: creating librep.ebuild
config.status: creating rules.mk
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating src/rep_config.h
config.status: src/rep_config.h is unchanged
config.status: executing libtool commands

  == == == == == == == == == == == == ==

  librep:	0.92.5

  == == == == == == == == == == == == ==

  prefix:       /usr
  exec_prefix:  ${prefix}
  libdir:       ${exec_prefix}/lib

  == == == == == == == == == == == == ==

  compiler:	gcc
  cflags:	-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 
  preprocessor: gcc -E
  cppflags:     -D_FORTIFY_SOURCE=2
  ldflags:      -Wl,-O1,--sort-common,--as-needed,-z,relro
  makeflags:    

  == == == == == == == == == == == == ==

  libgmp:	yes
  libgdbm:	yes
  readline:	yes
  libffi:	yes

  == == == == == == == == == == == == ==
  
/bin/sh build-info 0.92.5 \
  '/usr/share/rep' '/usr/share/rep/lisp' '/usr/lib/rep' \
  '/usr/lib/rep/doc-strings' '/usr/lib/rep' >build.h
( cd src && make repdoc )
make[1]: Entering directory '/home/haawda/paketierung/maintained_by_me/librep-git/src/librep/src'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 rep.c \
| sed '\''s/rep\.o/& rep.lo .rep\.d/g'\'' > .rep.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 utf8.c \
| sed '\''s/utf8\.o/& utf8.lo .utf8\.d/g'\'' > .utf8.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 ffi.c \
| sed '\''s/ffi\.o/& ffi.lo .ffi\.d/g'\'' > .ffi.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 md5.c \
| sed '\''s/md5\.o/& md5.lo .md5\.d/g'\'' > .md5.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 sockets.c \
| sed '\''s/sockets\.o/& sockets.lo .sockets\.d/g'\'' > .sockets.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 safemach.c \
| sed '\''s/safemach\.o/& safemach.lo .safemach\.d/g'\'' > .safemach.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 record-profile.c \
| sed '\''s/record-profile\.o/& record-profile.lo .record-profile\.d/g'\'' > .record-profile.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 repgdbm.c \
| sed '\''s/repgdbm\.o/& repgdbm.lo .repgdbm\.d/g'\'' > .repgdbm.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 tables.c \
| sed '\''s/tables\.o/& tables.lo .tables\.d/g'\'' > .tables.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 readline.c \
| sed '\''s/readline\.o/& readline.lo .readline\.d/g'\'' > .readline.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 gettext.c \
| sed '\''s/gettext\.o/& gettext.lo .gettext\.d/g'\'' > .gettext.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 timers.c \
| sed '\''s/timers\.o/& timers.lo .timers\.d/g'\'' > .timers.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 repsdbm.c \
| sed '\''s/repsdbm\.o/& repsdbm.lo .repsdbm\.d/g'\'' > .repsdbm.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 unix_processes.c \
| sed '\''s/unix_processes\.o/& unix_processes.lo .unix_processes\.d/g'\'' > .unix_processes.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 unix_main.c \
| sed '\''s/unix_main\.o/& unix_main.lo .unix_main\.d/g'\'' > .unix_main.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 unix_files.c \
| sed '\''s/unix_files\.o/& unix_files.lo .unix_files\.d/g'\'' > .unix_files.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 unix_dl.c \
| sed '\''s/unix_dl\.o/& unix_dl.lo .unix_dl\.d/g'\'' > .unix_dl.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 weak-refs.c \
| sed '\''s/weak-refs\.o/& weak-refs.lo .weak-refs\.d/g'\'' > .weak-refs.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 values.c \
| sed '\''s/values\.o/& values.lo .values\.d/g'\'' > .values.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 tuples.c \
| sed '\''s/tuples\.o/& tuples.lo .tuples\.d/g'\'' > .tuples.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 symbols.c \
| sed '\''s/symbols\.o/& symbols.lo .symbols\.d/g'\'' > .symbols.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 structures.c \
| sed '\''s/structures\.o/& structures.lo .structures\.d/g'\'' > .structures.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 streams.c \
| sed '\''s/streams\.o/& streams.lo .streams\.d/g'\'' > .streams.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 regsub.c \
| sed '\''s/regsub\.o/& regsub.lo .regsub\.d/g'\'' > .regsub.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 regexp.c \
| sed '\''s/regexp\.o/& regexp.lo .regexp\.d/g'\'' > .regexp.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 origin.c \
| sed '\''s/origin\.o/& origin.lo .origin\.d/g'\'' > .origin.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 numbers.c \
| sed '\''s/numbers\.o/& numbers.lo .numbers\.d/g'\'' > .numbers.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 misc.c \
| sed '\''s/misc\.o/& misc.lo .misc\.d/g'\'' > .misc.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 message.c \
| sed '\''s/message\.o/& message.lo .message\.d/g'\'' > .message.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 main.c \
| sed '\''s/main\.o/& main.lo .main\.d/g'\'' > .main.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 macros.c \
| sed '\''s/macros\.o/& macros.lo .macros\.d/g'\'' > .macros.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 lispmach.c \
| sed '\''s/lispmach\.o/& lispmach.lo .lispmach\.d/g'\'' > .lispmach.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 lispcmds.c \
| sed '\''s/lispcmds\.o/& lispcmds.lo .lispcmds\.d/g'\'' > .lispcmds.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 lisp.c \
| sed '\''s/lisp\.o/& lisp.lo .lisp\.d/g'\'' > .lisp.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 gh.c \
| sed '\''s/gh\.o/& gh.lo .gh\.d/g'\'' > .gh.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 fluids.c \
| sed '\''s/fluids\.o/& fluids.lo .fluids\.d/g'\'' > .fluids.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 find.c \
| sed '\''s/find\.o/& find.lo .find\.d/g'\'' > .find.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 files.c \
| sed '\''s/files\.o/& files.lo .files\.d/g'\'' > .files.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 debug-buffer.c \
| sed '\''s/debug-buffer\.o/& debug-buffer.lo .debug-buffer\.d/g'\'' > .debug-buffer.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 datums.c \
| sed '\''s/datums\.o/& datums.lo .datums\.d/g'\'' > .datums.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 continuations.c \
| sed '\''s/continuations\.o/& continuations.lo .continuations\.d/g'\'' > .continuations.d'
gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o repdoc.o repdoc.c
/bin/sh ../libtool --mode=link --tag=CC gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o repdoc repdoc.o -lgdbm
libtool: link: gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o repdoc repdoc.o  -lgdbm
make[1]: Leaving directory '/home/haawda/paketierung/maintained_by_me/librep-git/src/librep/src'
src/repdoc doc-strings `find . -name '*.c' -print`
for dir in intl src lisp man; do \
  [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
done
make[1]: Entering directory '/home/haawda/paketierung/maintained_by_me/librep-git/src/librep/intl'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/haawda/paketierung/maintained_by_me/librep-git/src/librep/intl'
make[1]: Entering directory '/home/haawda/paketierung/maintained_by_me/librep-git/src/librep/src'
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 continuations.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 continuations.c  -fPIC -DPIC -o .libs/continuations.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 datums.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 datums.c  -fPIC -DPIC -o .libs/datums.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 debug-buffer.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 debug-buffer.c  -fPIC -DPIC -o .libs/debug-buffer.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 files.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 files.c  -fPIC -DPIC -o .libs/files.o
files.c: In function 'Fclose_file':
files.c:914:6: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
      freopen (DEV_SLASH_NULL, mode, rep_FILE(file)->file.fh);
      ^
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 find.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 find.c  -fPIC -DPIC -o .libs/find.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 fluids.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 fluids.c  -fPIC -DPIC -o .libs/fluids.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 gh.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 gh.c  -fPIC -DPIC -o .libs/gh.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 lisp.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 lisp.c  -fPIC -DPIC -o .libs/lisp.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 lispcmds.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 lispcmds.c  -fPIC -DPIC -o .libs/lispcmds.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 lispmach.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 lispmach.c  -fPIC -DPIC -o .libs/lispmach.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 macros.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 macros.c  -fPIC -DPIC -o .libs/macros.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 main.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 main.c  -fPIC -DPIC -o .libs/main.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 message.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 message.c  -fPIC -DPIC -o .libs/message.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 misc.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 misc.c  -fPIC -DPIC -o .libs/misc.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 numbers.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 numbers.c  -fPIC -DPIC -o .libs/numbers.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 origin.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 origin.c  -fPIC -DPIC -o .libs/origin.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 regexp.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 regexp.c  -fPIC -DPIC -o .libs/regexp.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 regsub.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 regsub.c  -fPIC -DPIC -o .libs/regsub.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 streams.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 streams.c  -fPIC -DPIC -o .libs/streams.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 structures.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 structures.c  -fPIC -DPIC -o .libs/structures.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 symbols.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 symbols.c  -fPIC -DPIC -o .libs/symbols.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 tuples.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 tuples.c  -fPIC -DPIC -o .libs/tuples.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 values.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 values.c  -fPIC -DPIC -o .libs/values.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 weak-refs.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 weak-refs.c  -fPIC -DPIC -o .libs/weak-refs.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_dl.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_dl.c  -fPIC -DPIC -o .libs/unix_dl.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_files.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_files.c  -fPIC -DPIC -o .libs/unix_files.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_main.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_main.c  -fPIC -DPIC -o .libs/unix_main.o
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_processes.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 unix_processes.c  -fPIC -DPIC -o .libs/unix_processes.o
unix_processes.c: In function 'run_process':
unix_processes.c:733:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
    chdir(rep_STR(pr->pr_Dir));
    ^
/bin/sh ../libtool --mode=link --tag=CC gcc -Wl,-O1,--sort-common,--as-needed,-z,relro \
  -version-info 16:0:0 \
  -o librep.la continuations.lo datums.lo debug-buffer.lo files.lo find.lo fluids.lo gh.lo lisp.lo lispcmds.lo lispmach.lo macros.lo main.lo message.lo misc.lo numbers.lo origin.lo regexp.lo regsub.lo streams.lo structures.lo symbols.lo tuples.lo values.lo weak-refs.lo unix_dl.lo unix_files.lo unix_main.lo unix_processes.lo -rpath /usr/lib -ldl  -lcrypt -lgmp -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/continuations.o .libs/datums.o .libs/debug-buffer.o .libs/files.o .libs/find.o .libs/fluids.o .libs/gh.o .libs/lisp.o .libs/lispcmds.o .libs/lispmach.o .libs/macros.o .libs/main.o .libs/message.o .libs/misc.o .libs/numbers.o .libs/origin.o .libs/regexp.o .libs/regsub.o .libs/streams.o .libs/structures.o .libs/symbols.o .libs/tuples.o .libs/values.o .libs/weak-refs.o .libs/unix_dl.o .libs/unix_files.o .libs/unix_main.o .libs/unix_processes.o   -ldl -lcrypt -lgmp -lm  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro   -Wl,-soname -Wl,librep.so.16 -o .libs/librep.so.16.0.0
..libs/datums.o: In function `inline_Fcons':
datums.c:(.text+0x290): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/debug-buffer.o: In function `inline_Fcons':
debug-buffer.c:(.text+0x0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/files.o: In function `inline_Fcons':
files.c:(.text+0x9a0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/find.o: In function `inline_Fcons':
find.c:(.text+0x480): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/fluids.o: In function `inline_Fcons':
fluids.c:(.text+0x340): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/gh.o: In function `inline_Fcons':
gh.c:(.text+0x0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/lisp.o: In function `inline_Fcons':
lisp.c:(.text+0x60): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/lispcmds.o: In function `inline_Fcons':
lispcmds.c:(.text+0x42e0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/lispmach.o: In function `inline_Fcons':
lispmach.c:(.text+0x4e90): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/macros.o: In function `inline_Fcons':
macros.c:(.text+0x4f0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/main.o: In function `inline_Fcons':
main.c:(.text+0xb0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/misc.o: In function `inline_Fcons':
misc.c:(.text+0xc90): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/numbers.o: In function `inline_Fcons':
numbers.c:(.text+0x18a0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/origin.o: In function `inline_Fcons':
origin.c:(.text+0x190): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/regexp.o: In function `inline_Fcons':
regexp.c:(.text+0x1d40): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/regsub.o: In function `inline_Fcons':
regsub.c:(.text+0x0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/streams.o: In function `inline_Fcons':
streams.c:(.text+0x3a0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/structures.o: In function `inline_Fcons':
structures.c:(.text+0x1c80): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/symbols.o: In function `inline_Fcons':
symbols.c:(.text+0x21c0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/tuples.o: In function `inline_Fcons':
tuples.c:(.text+0x0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/values.o: In function `inline_Fcons':
values.c:(.text+0xc60): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/weak-refs.o: In function `inline_Fcons':
weak-refs.c:(.text+0x150): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/unix_dl.o: In function `inline_Fcons':
unix_dl.c:(.text+0x50): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/unix_files.o: In function `inline_Fcons':
unix_files.c:(.text+0x0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/unix_main.o: In function `inline_Fcons':
unix_main.c:(.text+0x1f0): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/unix_processes.o: In function `inline_Fcons':
unix_processes.c:(.text+0x3110): multiple definition of `inline_Fcons'
..libs/continuations.o:continuations.c:(.text+0x29e0): first defined here
..libs/files.o: In function `Fmake_temp_name':
files.c:(.text+0xa89): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
collect2: error: ld returned 1 exit status
Makefile:167: recipe for target 'librep.la' failed
make[1]: *** [librep.la] Error 1
make[1]: Leaving directory '/home/haawda/paketierung/maintained_by_me/librep-git/src/librep/src'
Makefile:137: recipe for target 'all' failed

This also happens using sources freshly checked out.

Best Regards
Stefan

-- 
Sawfish ML


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/