[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957777: sbcl: ftbfs with GCC-10



Package: src:sbcl
Version: 2:2.0.1-3
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/sbcl_2.0.1-3_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are 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-10/porting_to.html

[...]
;   printed 151 notes
beginning GENESIS, creating headers in "src/runtime/genesis"
22.65user 1.18system 0:23.84elapsed 100%CPU (0avgtext+0avgdata 366960maxresident)k
0inputs+32040outputs (0major+575632minor)pagefaults 0swaps
make-target-1.sh: 2: set: can't access tty; job control turned off
//entering make-target-1.sh
//building runtime system and symbol table file
make[2]: Entering directory '/<<PKGBUILDDIR>>/src/runtime'
rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp 
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/runtime'
make[2]: Entering directory '/<<PKGBUILDDIR>>/src/runtime'
echo '#include "genesis/config.h"' >sbcl.h
echo '#include "genesis/constants.h"' >>sbcl.h
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o alloc.o alloc.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o backtrace.o backtrace.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o breakpoint.o breakpoint.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o coalesce.o coalesce.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o coreparse.o coreparse.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o dynbind.o dynbind.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o funcall.o funcall.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o gc-common.o gc-common.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o globals.o globals.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o hopscotch.o hopscotch.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o interr.o interr.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o interrupt.o interrupt.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o largefile.o largefile.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o main.o main.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o monitor.o monitor.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o murmur_hash.o murmur_hash.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o os-common.o os-common.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o parse.o parse.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o print.o print.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o purify.o purify.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o pthread-futex.o pthread-futex.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o regnames.o regnames.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o run-program.o run-program.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o runtime.o runtime.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o safepoint.o safepoint.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o save.o save.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o sc-offset.o sc-offset.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o search.o search.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o thread.o thread.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o time.o time.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o validate.o validate.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o var-io.o var-io.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o vars.o vars.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o wrap.o wrap.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o x86-64-arch.o x86-64-arch.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o linux-os.o linux-os.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o linux-mman.o linux-mman.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o x86-64-linux-os.o x86-64-linux-os.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o fullcgc.o fullcgc.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o gencgc.o gencgc.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o traceroot.o traceroot.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o immobile-space.o immobile-space.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o elf.o elf.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o x86-64-assem.o x86-64-assem.S
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-pie -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSBCL_PREFIX=\"'/<<PKGBUILDDIR>>/stage1'\"  -c -o ldso-stubs.o ldso-stubs.S
cc -g -Wl,--export-dynamic -no-pie -o sbcl alloc.o backtrace.o breakpoint.o coalesce.o coreparse.o dynbind.o funcall.o gc-common.o globals.o hopscotch.o interr.o interrupt.o largefile.o main.o monitor.o murmur_hash.o os-common.o parse.o print.o purify.o pthread-futex.o regnames.o run-program.o runtime.o safepoint.o save.o sc-offset.o search.o thread.o time.o validate.o var-io.o vars.o wrap.o x86-64-arch.o linux-os.o linux-mman.o x86-64-linux-os.o fullcgc.o gencgc.o traceroot.o immobile-space.o elf.o x86-64-assem.o ldso-stubs.o -ldl -lpthread -lz -lm
/usr/bin/ld: x86-64-linux-os.o:(.bss+0x0): multiple definition of `os_vm_page_size'; linux-os.o:(.bss+0x8): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [GNUmakefile:98: sbcl] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/runtime'
Command exited with non-zero status 2
8.33user 0.91system 0:09.25elapsed 99%CPU (0avgtext+0avgdata 68748maxresident)k
0inputs+33208outputs (0major+319941minor)pagefaults 0swaps
make[1]: *** [debian/rules:25: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: