I will have access to a sparc64 next week starting at Wednesday, then I can look. If someone can set me up with a sparc64 account somewhere, I can look earlier.
On (2014-07-19 16:32), Christian Weisgerber wrote: > As I accidentally noticed, devel/boehm-gc doesn't build any longer > on sparc64 since the latest update. > > ------------------------------------------------------------ > ===> Checking files for gc-7.4.2 > `/usr/ports/distfiles/gc-7.4.2.tar.gz' is up to date. > `/usr/ports/distfiles/libatomic_ops-7.4.0.tar.gz' is up to date. > >> (SHA256) gc-7.4.2.tar.gz: OK > >> (SHA256) libatomic_ops-7.4.0.tar.gz: OK > ===> boehm-gc-7.4.2 depends on: metaauto-* -> metaauto-1.0p1 > ===> boehm-gc-7.4.2 depends on: autoconf-2.68 -> autoconf-2.68p0 > ===> Verifying specs: m pthread stdc++ > ===> found m.9.0 pthread.18.0 stdc++.57.0 > ===> Extracting for gc-7.4.2 > ===> Patching for gc-7.4.2 > >>> Can't find autoconf 2.68 signature in > >>> /usr/obj/gc-7.4.2/gc-7.4.2/configure: > # Generated by GNU Autoconf 2.69 for gc 7.4.2. > generated by GNU Autoconf 2.69 > generated by GNU Autoconf 2.69. Invocation command line was > generated by GNU Autoconf 2.69. Invocation command line was > configured by $0, generated by GNU Autoconf 2.69, > Running autoconf-2.68 in /usr/obj/gc-7.4.2/gc-7.4.2 > aclocal.m4:21: warning: this file was generated for autoconf 2.69. > You have another version of autoconf. It may work, but is not guaranteed to. > If you have problems, you may need to regenerate the build system entirely. > To do so, use the procedure documented by the package, typically 'autoreconf'. > > ===> Configuring for gc-7.4.2 > Using /usr/obj/gc-7.4.2/config.site (generated) > configure: loading site script /usr/obj/gc-7.4.2/config.site > checking build system type... sparc64-unknown-openbsd5.6 > checking host system type... sparc64-unknown-openbsd5.6 > checking target system type... sparc64-unknown-openbsd5.6 > checking GC version numbers... major=7 minor=4 micro=2 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g bin > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... mkdir -p > checking for gawk... (cached) awk > checking whether make sets $(MAKE)... (cached) yes > checking whether make supports nested variables... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for style of include used by make... GNU > checking for gcc... cc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... (cached) o > checking whether we are using the GNU C compiler... (cached) yes > checking whether cc accepts -g... (cached) yes > checking for cc option to accept ISO C89... none needed > checking whether cc understands -c and -o together... yes > checking dependency style of cc... gcc3 > checking whether we are using the GNU C++ compiler... (cached) yes > checking whether c++ accepts -g... (cached) yes > checking dependency style of c++... gcc3 > checking dependency style of cc... gcc3 > checking how to print strings... print -r > checking for a sed that does not truncate output... (cached) /usr/bin/sed > checking for grep that handles long lines and -e... (cached) /usr/bin/grep > checking for egrep... (cached) /usr/bin/egrep > checking for fgrep... (cached) /usr/bin/fgrep > checking for ld used by cc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... (cached) 131072 > checking how to convert sparc64-unknown-openbsd5.6 file names to > sparc64-unknown-openbsd5.6 format... func_convert_file_noop > checking how to convert sparc64-unknown-openbsd5.6 file names to toolchain > format... func_convert_file_noop > checking for /usr/bin/ld option to reload object files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... match_pattern > /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ > checking for dlltool... no > checking how to associate runtime and link libraries... print -r -- > checking for ar... (cached) ar > checking for archiver @FILE support... no > checking for strip... (cached) strip > checking for ranlib... (cached) ranlib > checking command to parse /usr/bin/nm -B output from cc object... ok > checking for sysroot... no > checking for mt... mt > checking if mt is a manifest tool... no > checking how to run the C preprocessor... cc -E > checking for ANSI C header files... (cached) yes > checking for sys/types.h... (cached) yes > checking for sys/stat.h... (cached) yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for memory.h... (cached) yes > checking for strings.h... (cached) yes > checking for inttypes.h... (cached) yes > checking for stdint.h... (cached) yes > checking for unistd.h... (cached) yes > checking for dlfcn.h... (cached) yes > checking for objdir... .libs > checking if cc supports -fno-rtti -fno-exceptions... no > checking for cc option to produce PIC... -fPIC -DPIC > checking if cc PIC flag -fPIC -DPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.o... (cached) yes > checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... yes > checking dynamic linker characteristics... openbsd5.6 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking how to run the C++ preprocessor... c++ -E > checking for ld used by c++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes > checking for c++ option to produce PIC... -fPIC -DPIC > checking if c++ PIC flag -fPIC -DPIC works... yes > checking if c++ static flag -static works... yes > checking if c++ supports -c -o file.o... yes > checking if c++ supports -c -o file.o... (cached) yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... openbsd5.6 ld.so > checking how to hardcode library paths into programs... immediate > checking for inline... inline > checking for pthread_self in -lpthread... yes > checking for gcc -Wextra... yes > checking for xlc... no > checking whether gcc supports -fno-strict-aliasing... yes > checking for dlopen in -ldl... no > checking whether to build shared libraries... yes > checking which machine-dependent code should be used... sparc_mach_dep.lo > checking whether Solaris gcc optimization fix is necessary... no > checking for dladdr... yes > checking sys/dg_sys_info.h usability... no > checking sys/dg_sys_info.h presence... no > checking for sys/dg_sys_info.h... no > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking which libatomic_ops to use... internal > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating bdw-gc.pc > config.status: creating include/config.h > config.status: executing depfiles commands > config.status: executing libtool commands > config.status: executing default commands > === configuring in libatomic_ops (/usr/obj/gc-7.4.2/gc-7.4.2/libatomic_ops) > configure: running /bin/sh ./configure --disable-option-checking > '--prefix=/usr/local' '--enable-shared' '--with-libatomic-ops=no' > '--enable-cplusplus' '--enable-threads=pthreads' '--sysconfdir=/etc' > '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' > '--disable-silent-rules' 'CC=cc' 'CFLAGS=-O2 -pipe' 'CXX=c++' 'CXXFLAGS=-O2 > -pipe' --cache-file=/dev/null --srcdir=. > configure: loading site script /usr/obj/gc-7.4.2/config.site > checking build system type... sparc64-unknown-openbsd5.6 > checking host system type... sparc64-unknown-openbsd5.6 > checking target system type... sparc64-unknown-openbsd5.6 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g bin > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... mkdir -p > checking for gawk... (cached) awk > checking whether make sets $(MAKE)... (cached) yes > checking whether make supports nested variables... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for style of include used by make... GNU > checking for gcc... cc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... (cached) o > checking whether we are using the GNU C compiler... (cached) yes > checking whether cc accepts -g... (cached) yes > checking for cc option to accept ISO C89... none needed > checking dependency style of cc... gcc3 > checking whether cc understands -c and -o together... yes > checking dependency style of cc... gcc3 > checking how to print strings... print -r > checking for a sed that does not truncate output... (cached) /usr/bin/sed > checking for grep that handles long lines and -e... (cached) /usr/bin/grep > checking for egrep... (cached) /usr/bin/egrep > checking for fgrep... (cached) /usr/bin/fgrep > checking for ld used by cc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... (cached) 131072 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... no > checking how to convert sparc64-unknown-openbsd5.6 file names to > sparc64-unknown-openbsd5.6 format... func_convert_file_noop > checking how to convert sparc64-unknown-openbsd5.6 file names to toolchain > format... func_convert_file_noop > checking for /usr/bin/ld option to reload object files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... match_pattern > /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ > checking for dlltool... no > checking how to associate runtime and link libraries... print -r -- > checking for ar... (cached) ar > checking for archiver @FILE support... no > checking for strip... (cached) strip > checking for ranlib... (cached) ranlib > checking command to parse /usr/bin/nm -B output from cc object... ok > checking for sysroot... no > checking for mt... mt > checking if mt is a manifest tool... no > checking how to run the C preprocessor... cc -E > checking for ANSI C header files... (cached) yes > checking for sys/types.h... (cached) yes > checking for sys/stat.h... (cached) yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for memory.h... (cached) yes > checking for strings.h... (cached) yes > checking for inttypes.h... (cached) yes > checking for stdint.h... (cached) yes > checking for unistd.h... (cached) yes > checking for dlfcn.h... (cached) yes > checking for objdir... .libs > checking if cc supports -fno-rtti -fno-exceptions... no > checking for cc option to produce PIC... -fPIC -DPIC > checking if cc PIC flag -fPIC -DPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.o... (cached) yes > checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... yes > checking dynamic linker characteristics... openbsd5.6 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for stdlib.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/param.h... (cached) yes > checking for getpagesize... (cached) yes > checking for working mmap... (cached) yes > checking for PIC compiler flag... -fPIC > checking whether gcc -fPIC causes __PIC__ definition... yes > checking for gcc -Wextra... yes > checking for pthread_self in -lpthread... yes > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating doc/Makefile > config.status: creating src/Makefile > config.status: creating tests/Makefile > config.status: creating pkgconfig/atomic_ops.pc > config.status: creating pkgconfig/atomic_ops-uninstalled.pc > config.status: creating src/config.h > config.status: executing depfiles commands > config.status: executing libtool commands > config.status: executing default commands > ===> Building for gc-7.4.2 > Making clean in src > test -z "libatomic_ops.la libatomic_ops_gpl.la" || rm -f libatomic_ops.la > libatomic_ops_gpl.la > rm -f ./so_locations > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > Making clean in doc > rm -rf .libs _libs > rm -f *.lo > Making clean in tests > rm -f test_atomic test_atomic_pthreads test_stack test_malloc > test -z "list_atomic.i list_atomic.o" || rm -f list_atomic.i list_atomic.o > rm -rf .libs _libs > rm -f *.o > test -z "test_atomic.log test_atomic_pthreads.log test_stack.log > test_malloc.log" || rm -f test_atomic.log test_atomic_pthreads.log > test_stack.log test_malloc.log > test -z "test_atomic.trs test_atomic_pthreads.trs test_stack.trs > test_malloc.trs" || rm -f test_atomic.trs test_atomic_pthreads.trs > test_stack.trs test_malloc.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f *.lo > rm -rf .libs _libs > rm -f *.lo > Making all in src > make all-am > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I../src > -I../src -fPIC -Wall -Wextra -O2 -pipe -MT atomic_ops.lo -MD -MP -MF > .deps/atomic_ops.Tpo -c -o atomic_ops.lo atomic_ops.c > cc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -pipe -MT > atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c atomic_ops.c -fPIC -DPIC -o > .libs/atomic_ops.o > cc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -pipe -MT > atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c atomic_ops.c -o atomic_ops.o > mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Plo > /usr/bin/libtool --tag=CC --mode=link cc -fPIC -Wall -Wextra -O2 -pipe > -version-info 1:3:0 -no-undefined -o libatomic_ops.la -rpath /usr/local/lib > atomic_ops.lo > libtool: link: cc -shared -fPIC -DPIC -o .libs/libatomic_ops.so.1.3 -fPIC > -Wall -Wextra -O2 -pipe .libs/atomic_ops.o > libtool: link: ar cru .libs/libatomic_ops.a atomic_ops.o > libtool: link: ranlib .libs/libatomic_ops.a > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I../src > -I../src -fPIC -Wall -Wextra -O2 -pipe -MT atomic_ops_stack.lo -MD -MP -MF > .deps/atomic_ops_stack.Tpo -c -o atomic_ops_stack.lo atomic_ops_stack.c > cc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -pipe -MT > atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c > atomic_ops_stack.c -fPIC -DPIC -o .libs/atomic_ops_stack.o > cc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -pipe -MT > atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c > atomic_ops_stack.c -o atomic_ops_stack.o > mv -f .deps/atomic_ops_stack.Tpo .deps/atomic_ops_stack.Plo > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I../src > -I../src -fPIC -Wall -Wextra -O2 -pipe -MT atomic_ops_malloc.lo -MD -MP -MF > .deps/atomic_ops_malloc.Tpo -c -o atomic_ops_malloc.lo atomic_ops_malloc.c > cc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -pipe -MT > atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c > atomic_ops_malloc.c -fPIC -DPIC -o .libs/atomic_ops_malloc.o > cc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -pipe -MT > atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c > atomic_ops_malloc.c -o atomic_ops_malloc.o > mv -f .deps/atomic_ops_malloc.Tpo .deps/atomic_ops_malloc.Plo > /usr/bin/libtool --tag=CC --mode=link cc -fPIC -Wall -Wextra -O2 -pipe > -version-info 1:3:0 -no-undefined -o libatomic_ops_gpl.la -rpath > /usr/local/lib atomic_ops_stack.lo atomic_ops_malloc.lo > libtool: link: cc -shared -fPIC -DPIC -o .libs/libatomic_ops_gpl.so.1.3 -fPIC > -Wall -Wextra -O2 -pipe .libs/atomic_ops_stack.o .libs/atomic_ops_malloc.o > libtool: link: ar cru .libs/libatomic_ops_gpl.a atomic_ops_stack.o > atomic_ops_malloc.o > libtool: link: ranlib .libs/libatomic_ops_gpl.a > Making all in doc > Making all in tests > cc -DHAVE_CONFIG_H -I../src -I../src -I../tests -I../tests -Wall > -Wextra -O2 -pipe list_atomic.c -E > list_atomic.i > cc -DHAVE_CONFIG_H -I../src -I../src -I../tests -I../tests -Wall > -Wextra -O2 -pipe -c -o list_atomic.o list_atomic.c > make all-am > depbase=`echo allchblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT allchblk.lo -MD > -MP -MF $depbase.Tpo -c -o allchblk.lo allchblk.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c > allchblk.c -fPIC -DPIC -o .libs/allchblk.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c > allchblk.c -o allchblk.o > depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool > --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I./include -I./include > -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 > -pipe -fno-strict-aliasing -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o > alloc.lo alloc.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c > -fPIC -DPIC -o .libs/alloc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o > alloc.o > depbase=`echo blacklst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT blacklst.lo -MD > -MP -MF $depbase.Tpo -c -o blacklst.lo blacklst.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c > blacklst.c -fPIC -DPIC -o .libs/blacklst.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c > blacklst.c -o blacklst.o > depbase=`echo checksums.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT checksums.lo > -MD -MP -MF $depbase.Tpo -c -o checksums.lo checksums.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c > checksums.c -fPIC -DPIC -o .libs/checksums.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c > checksums.c -o checksums.o > depbase=`echo dbg_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT dbg_mlc.lo -MD > -MP -MF $depbase.Tpo -c -o dbg_mlc.lo dbg_mlc.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c > dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c > dbg_mlc.c -o dbg_mlc.o > depbase=`echo dyn_load.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT dyn_load.lo -MD > -MP -MF $depbase.Tpo -c -o dyn_load.lo dyn_load.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c > dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o > dyn_load.c: In function 'GC_register_main_static_data': > dyn_load.c:563: warning: the address of 'dl_iterate_phdr' will never be NULL > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c > dyn_load.c -o dyn_load.o > dyn_load.c: In function 'GC_register_main_static_data': > dyn_load.c:563: warning: the address of 'dl_iterate_phdr' will never be NULL > depbase=`echo finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT finalize.lo -MD > -MP -MF $depbase.Tpo -c -o finalize.lo finalize.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c > finalize.c -fPIC -DPIC -o .libs/finalize.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c > finalize.c -o finalize.o > depbase=`echo gc_dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT gc_dlopen.lo > -MD -MP -MF $depbase.Tpo -c -o gc_dlopen.lo gc_dlopen.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c > gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c > gc_dlopen.c -o gc_dlopen.o > depbase=`echo gcj_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT gcj_mlc.lo -MD > -MP -MF $depbase.Tpo -c -o gcj_mlc.lo gcj_mlc.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c > gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c > gcj_mlc.c -o gcj_mlc.o > depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT headers.lo -MD > -MP -MF $depbase.Tpo -c -o headers.lo headers.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c > headers.c -fPIC -DPIC -o .libs/headers.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c > headers.c -o headers.o > depbase=`echo mach_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT mach_dep.lo -MD > -MP -MF $depbase.Tpo -c -o mach_dep.lo mach_dep.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c > mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c > mach_dep.c -o mach_dep.o > depbase=`echo malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT malloc.lo -MD > -MP -MF $depbase.Tpo -c -o malloc.lo malloc.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c > -fPIC -DPIC -o .libs/malloc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c > -o malloc.o > depbase=`echo mallocx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT mallocx.lo -MD > -MP -MF $depbase.Tpo -c -o mallocx.lo mallocx.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c > mallocx.c -fPIC -DPIC -o .libs/mallocx.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c > mallocx.c -o mallocx.o > depbase=`echo mark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool > --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I./include -I./include > -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 > -pipe -fno-strict-aliasing -MT mark.lo -MD -MP -MF $depbase.Tpo -c -o mark.lo > mark.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -fPIC > -DPIC -o .libs/mark.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o > mark.o > depbase=`echo mark_rts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT mark_rts.lo -MD > -MP -MF $depbase.Tpo -c -o mark_rts.lo mark_rts.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c > mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c > mark_rts.c -o mark_rts.o > depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool > --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I./include -I./include > -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 > -pipe -fno-strict-aliasing -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo > misc.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC > -DPIC -o .libs/misc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o > misc.o > depbase=`echo new_hblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT new_hblk.lo -MD > -MP -MF $depbase.Tpo -c -o new_hblk.lo new_hblk.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c > new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c > new_hblk.c -o new_hblk.o > depbase=`echo obj_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT obj_map.lo -MD > -MP -MF $depbase.Tpo -c -o obj_map.lo obj_map.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c > obj_map.c -fPIC -DPIC -o .libs/obj_map.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c > obj_map.c -o obj_map.o > depbase=`echo os_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT os_dep.lo -MD > -MP -MF $depbase.Tpo -c -o os_dep.lo os_dep.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c > -fPIC -DPIC -o .libs/os_dep.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c > -o os_dep.o > depbase=`echo pcr_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT > pcr_interface.lo -MD -MP -MF $depbase.Tpo -c -o pcr_interface.lo > pcr_interface.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo > -c pcr_interface.c -fPIC -DPIC -o .libs/pcr_interface.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo > -c pcr_interface.c -o pcr_interface.o > depbase=`echo ptr_chck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT ptr_chck.lo -MD > -MP -MF $depbase.Tpo -c -o ptr_chck.lo ptr_chck.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c > ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c > ptr_chck.c -o ptr_chck.o > depbase=`echo real_malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT real_malloc.lo > -MD -MP -MF $depbase.Tpo -c -o real_malloc.lo real_malloc.c && mv -f > $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c > real_malloc.c -fPIC -DPIC -o .libs/real_malloc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c > real_malloc.c -o real_malloc.o > depbase=`echo reclaim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT reclaim.lo -MD > -MP -MF $depbase.Tpo -c -o reclaim.lo reclaim.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c > reclaim.c -fPIC -DPIC -o .libs/reclaim.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c > reclaim.c -o reclaim.o > depbase=`echo specific.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT specific.lo -MD > -MP -MF $depbase.Tpo -c -o specific.lo specific.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c > specific.c -fPIC -DPIC -o .libs/specific.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c > specific.c -o specific.o > depbase=`echo stubborn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT stubborn.lo -MD > -MP -MF $depbase.Tpo -c -o stubborn.lo stubborn.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c > stubborn.c -fPIC -DPIC -o .libs/stubborn.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c > stubborn.c -o stubborn.o > depbase=`echo thread_local_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT > thread_local_alloc.lo -MD -MP -MF $depbase.Tpo -c -o thread_local_alloc.lo > thread_local_alloc.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF > .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -fPIC -DPIC -o > .libs/thread_local_alloc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF > .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -o thread_local_alloc.o > depbase=`echo typd_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT typd_mlc.lo -MD > -MP -MF $depbase.Tpo -c -o typd_mlc.lo typd_mlc.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c > typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c > typd_mlc.c -o typd_mlc.o > depbase=`echo pthread_start.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT > pthread_start.lo -MD -MP -MF $depbase.Tpo -c -o pthread_start.lo > pthread_start.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo > -c pthread_start.c -fPIC -DPIC -o .libs/pthread_start.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo > -c pthread_start.c -o pthread_start.o > depbase=`echo pthread_support.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT > pthread_support.lo -MD -MP -MF $depbase.Tpo -c -o pthread_support.lo > pthread_support.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF > .deps/pthread_support.Tpo -c pthread_support.c -fPIC -DPIC -o > .libs/pthread_support.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF > .deps/pthread_support.Tpo -c pthread_support.c -o pthread_support.o > depbase=`echo pthread_stop_world.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT > pthread_stop_world.lo -MD -MP -MF $depbase.Tpo -c -o pthread_stop_world.lo > pthread_stop_world.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF > .deps/pthread_stop_world.Tpo -c pthread_stop_world.c -fPIC -DPIC -o > .libs/pthread_stop_world.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF > .deps/pthread_stop_world.Tpo -c pthread_stop_world.c -o pthread_stop_world.o > depbase=`echo fnlz_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; > /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H > -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src > -fexceptions -Wall -Wextra -O2 -pipe -fno-strict-aliasing -MT fnlz_mlc.lo -MD > -MP -MF $depbase.Tpo -c -o fnlz_mlc.lo fnlz_mlc.c && mv -f $depbase.Tpo > $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c > fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c > fnlz_mlc.c -o fnlz_mlc.o > depbase=`echo libatomic_ops/src/atomic_ops.lo | sed > 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF > $depbase.Tpo -c -o libatomic_ops/src/atomic_ops.lo > libatomic_ops/src/atomic_ops.c && mv -f $depbase.Tpo $depbase.Plo > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF > libatomic_ops/src/.deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c > -fPIC -DPIC -o libatomic_ops/src/.libs/atomic_ops.o > cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src > -I./libatomic_ops/src -fexceptions -Wall -Wextra -O2 -pipe > -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF > libatomic_ops/src/.deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -o > libatomic_ops/src/atomic_ops.o > make: don't know how to make sparc_mach_dep.lo (prerequisite of: libgc.la) > Stop in . > *** Error 1 in /usr/obj/gc-7.4.2/gc-7.4.2 (Makefile:1741 'all-recursive') > *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2727 > '/usr/obj/gc-7.4.2/.build_done') > *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1922 > '/usr/ports/packages/sparc64/all/boehm-gc-7.4.2.tgz') > *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2475 > '_internal-package') > *** Error 1 in /usr/ports/devel/boehm-gc > (/usr/ports/infrastructure/mk/bsd.port.mk:2455 'package') > > -- > Christian "naddy" Weisgerber [email protected] >
