Opened 18 years ago

Closed 18 years ago

#5880 closed defect (fixed)

BUG: clisp fails to build.

Reported by: eoghan@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: blb@…, vincent-opdarw@…
Port:

Description

Using iMac G5, 10.4.3 and dports 1.102. cleaned clisp. Below is the (long) output from: sudo port install -dv clisp (could not get the full text from my shell)

checking for mmap... (cached) yes checking for working mmap... (cached) yes checking for mprotect... (cached) yes checking for working mprotect... (cached) yes checking for sys/shm.h... (cached) yes checking for sys/ipc.h... (cached) yes checking for working shared memory... (cached) no checking whether code in malloc'ed memory is executable... yes updating cache ../../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h executing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libcharset/configure --srcdir=../../libcharset --disable-shared --prefix=/opt/local -- cache-file=../config.cache configure: loading cache ../config.cache checking whether make sets $(MAKE)... (cached) yes checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking how to run the C preprocessor... (cached) gcc -E checking for egrep... (cached) grep -E checking whether gcc needs -traditional... (cached) no checking for a BSD-compatible install... /opt/local/bin/ginstall -c checking build system type... (cached) powerpc-apple-darwin8.3.0 checking host system type... (cached) powerpc-apple-darwin8.3.0 checking whether to activate relocatable installation... no checking for AIX... no 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 minix/config.h... (cached) no checking for library containing strerror... none required checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for ld used by gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) no checking for /usr/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... (cached) pass_all checking for dlfcn.h... (cached) yes checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking the maximum length of command line arguments... (cached) 196608 checking command to parse /usr/bin/nm -p output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.3.0 dyld 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for nl_langinfo and CODESET... yes checking whether we are using the GNU C Library 2.1 or newer... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for setlocale... yes updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating config.h case "darwin8.3.0" in \

aix3*) syntax=aix.old;; \ aix*) syntax=aix.new;; \ linux* | netbsd*) syntax=linux;; \ macos* | darwin*) syntax=macos;; \ *) syntax=sysv4;; \

esac; \ /bin/sh ./libtool --mode=compile gcc -x none -c ../../ffcall/avcall/avcall-rs6000-${syntax}.s ; \ cp avcall-rs6000-${syntax}.lo avcall-rs6000.lo ; rm -f avcall-rs6000-${syntax}.lo ; \ if test -f avcall-rs6000-${syntax}.o; then cp avcall-rs6000-${syntax}.o avcall-rs6000.o; fi

gcc -x none -c ../../ffcall/avcall/avcall-rs6000-macos.s -o avcall-rs6000-macos.o

rm -f avcall.lo avcall.o ln avcall-rs6000.lo avcall.lo if test -f avcall-rs6000.o; then ln avcall-rs6000.o avcall.o; fi /bin/sh ./libtool --mode=compile gcc -g -O2 -c ../../ffcall/avcall/structcpy.c

gcc -g -O2 -c ../../ffcall/avcall/structcpy.c -o structcpy.o

/bin/sh ./libtool --mode=link gcc -o libavcall.la -rpath /opt/local/lib avcall.lo structcpy.lo mkdir .libs chmod 777 .libs ar cru .libs/libavcall.a avcall-rs6000-macos.o structcpy.o ranlib .libs/libavcall.a creating libavcall.la (cd .libs && rm -f libavcall.la && ln -s ../libavcall.la libavcall.la) cd vacall_r; make all case "darwin8.3.0" in \

aix3*) syntax=aix.old;; \ aix*) syntax=aix.new;; \ linux*) syntax=linux;; \ macos* | darwin*) syntax=macos;; \ *) syntax=sysv4;; \

esac; \ /bin/sh ./libtool --mode=compile gcc -x none -c ../../../ffcall/callback/vacall_r/vacall-rs6000-$ {syntax}.s ; \ cp vacall-rs6000-${syntax}.lo vacall-rs6000.lo ; rm -f vacall-rs6000-${syntax}.lo ; \ if test -f vacall-rs6000-${syntax}.o; then cp vacall-rs6000-${syntax}.o vacall-rs6000.o; fi

gcc -x none -c ../../../ffcall/callback/vacall_r/vacall-rs6000-macos.s -o vacall-rs6000-macos.o

rm -f vacall.lo vacall.o ln vacall-rs6000.lo vacall.lo if test -f vacall-rs6000.o; then ln vacall-rs6000.o vacall.o; fi /bin/sh ./libtool --mode=compile gcc -g -O2 -I. -I../../../ffcall/callback/vacall_r -c ../../../ffcall/ callback/vacall_r/misc.c

gcc -g -O2 -I. -I../../../ffcall/callback/vacall_r -c ../../../ffcall/callback/vacall_r/misc.c -o misc.o

/bin/sh ./libtool --mode=compile gcc -g -O2 -c ../../../ffcall/callback/vacall_r/structcpy.c

gcc -g -O2 -c ../../../ffcall/callback/vacall_r/structcpy.c -o structcpy.o

/bin/sh ./libtool --mode=link gcc -o libvacall.la -rpath /opt/local/lib vacall.lo misc.lo structcpy.lo mkdir .libs chmod 777 .libs ar cru .libs/libvacall.a vacall-rs6000-macos.o misc.o structcpy.o ranlib .libs/libvacall.a creating libvacall.la (cd .libs && rm -f libvacall.la && ln -s ../libvacall.la libvacall.la) cd trampoline_r; make all ln -s ../../../ffcall/callback/trampoline_r/trampoline_r.h.in trampoline_r.h /bin/sh ./libtool --mode=compile gcc -g -O2 -I. -I../../../ffcall/callback/trampoline_r -c ../../../ffcall/ callback/trampoline_r/trampoline.c

gcc -g -O2 -I. -I../../../ffcall/callback/trampoline_r -c ../../../ffcall/callback/trampoline_r/

trampoline.c -o trampoline.o case "darwin8.3.0" in \

macos* | darwin*) syntax=macos;; \ *) syntax=sysv4;; \

esac; \ /bin/sh ./libtool --mode=compile gcc -x none -c ../../../ffcall/callback/trampoline_r/cache-rs6000-$ {syntax}.s ; \ cp cache-rs6000-${syntax}.lo cache-rs6000.lo ; rm -f cache-rs6000-${syntax}.lo ; \ if test -f cache-rs6000-${syntax}.o; then cp cache-rs6000-${syntax}.o cache-rs6000.o; fi

gcc -x none -c ../../../ffcall/callback/trampoline_r/cache-rs6000-macos.s -o cache-rs6000-macos.o

/bin/sh ./libtool --mode=link gcc -o libtrampoline.la -rpath /opt/local/lib trampoline.lo cache- rs6000.lo mkdir .libs chmod 777 .libs ar cru .libs/libtrampoline.a trampoline.o cache-rs6000-macos.o ranlib .libs/libtrampoline.a creating libtrampoline.la (cd .libs && rm -f libtrampoline.la && ln -s ../libtrampoline.la libtrampoline.la) ln -s ../../ffcall/callback/callback.h.in callback.h ln -s vacall_r/vacall_r.h vacall_r.h ln -s trampoline_r/trampoline_r.h trampoline_r.h /bin/sh ./libtool --mode=link gcc -o libcallback.la -rpath /opt/local/lib vacall_r/vacall.lo vacall_r/ misc.lo vacall_r/structcpy.lo trampoline_r/*.lo mkdir .libs chmod 777 .libs ar cru .libs/libcallback.a vacall_r/vacall-rs6000-macos.o vacall_r/misc.o vacall_r/structcpy.o trampoline_r/cache-rs6000-macos.o trampoline_r/trampoline.o ranlib .libs/libcallback.a creating libcallback.la (cd .libs && rm -f libcallback.la && ln -s ../libcallback.la libcallback.la) gcc -g -O2 -I. -I../../ffcall/avcall -c ../../ffcall/avcall/minitests.c /bin/sh ./libtool --mode=link gcc -g -O2 -x none minitests.o libavcall.la -o minitests gcc -g -O2 -x none minitests.o -o minitests ./.libs/libavcall.a ./minitests > minitests.out LC_ALL=C uniq -u < minitests.out > minitests.output.powerpc-apple-darwin8.3.0 test '!' -s minitests.output.powerpc-apple-darwin8.3.0 cd vacall_r; make all make[1]: Nothing to be done for `all'. cd trampoline_r; make all make[1]: Nothing to be done for `all'. cd vacall_r; make check make[1]: Nothing to be done for `check'. cd trampoline_r; make check gcc -g -O2 -I. -I../../../ffcall/callback/trampoline_r -c ../../../ffcall/callback/trampoline_r/test1.c /bin/sh ./libtool --mode=link gcc -g -O2 -x none test1.o trampoline.lo cache-rs6000.lo -o test1 gcc -g -O2 -x none test1.o trampoline.o cache-rs6000-macos.o -o test1 gcc -g -O2 -I. -I../../../ffcall/callback/trampoline_r -c ../../../ffcall/callback/trampoline_r/test2.c /bin/sh ./libtool --mode=link gcc -g -O2 -x none test2.o trampoline.lo cache-rs6000.lo -o test2 gcc -g -O2 -x none test2.o trampoline.o cache-rs6000-macos.o -o test2 ./test1 Works, test1 passed. ./test2 test2 passed. touch tests.passed.powerpc-apple-darwin8.3.0 gcc -g -O2 -I. -I../../ffcall/callback -c ../../ffcall/callback/minitests.c /bin/sh ./libtool --mode=link gcc -g -O2 -x none minitests.o libcallback.la -o minitests gcc -g -O2 -x none minitests.o -o minitests ./.libs/libcallback.a ./minitests > minitests.out make: * [check] Error 132 Configure findings:

FFI: no readline: yes libsigsegv: no, consider installing GNU libsigsegv

To continue building CLISP, the following commands are recommended

(cf. unix/INSTALL step 4):

cd src ./makemake --prefix=/opt/local > Makefile make config.lisp vi config.lisp make make check

DEBUG: Executing proc-post-com.apple.configure-configure-0 cp -p cfgunix.lisp config.lisp chmod +w config.lisp echo '(setq *clhs-root-default* "http://www.lisp.org/HyperSpec/")' >> config.lisp ---> Building clisp with target all DEBUG: Executing com.apple.build (clisp) echo '#include "unixconf.h"' > tmp.c cat 'intparam.c' >> tmp.c gcc tmp.c -o intparam ./intparam > intparam.h rm -f intparam tmp.c echo '#include "unixconf.h"' > tmp.c cat 'floatparam.c' >> tmp.c gcc tmp.c -o floatparam ./floatparam > floatparam.h rm -f floatparam tmp.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -L/opt/local/lib -x none ../utils/comment5.c -o comment5 ./comment5 ../utils/gctrigger.d > gctrigger.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -L/opt/local/lib -x none gctrigger.c -o gctrigger ../utils/gctrigger.d: In function 'nexttoken': ../utils/gctrigger.d:609: warning: 'token.ch' is used uninitialized in this function ../utils/gctrigger.d:609: warning: 'token.string' is used uninitialized in this function rm -f gctrigger.c ./comment5 ../utils/varbrace.d > varbrace.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -L/opt/local/lib -x none varbrace.c -o varbrace ../utils/varbrace.d: In function 'convert': ../utils/varbrace.d:1085: warning: 'token.ch' may be used uninitialized in this function rm -f varbrace.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -L/opt/local/lib -x none ../utils/txt2c.c -o txt2c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -L/opt/local/lib -x none ../utils/ccmp2c.c -o ccmp2c ./comment5 spvw.d | ./gctrigger | ./varbrace > spvw.c ./comment5 spvwtabf.d | ./gctrigger | ./varbrace > spvwtabf.c ./comment5 spvwtabs.d | ./gctrigger | ./varbrace > spvwtabs.c ./comment5 spvwtabo.d | ./gctrigger | ./varbrace > spvwtabo.c ./comment5 eval.d | ./gctrigger | ./varbrace > eval.c ./comment5 control.d | ./gctrigger | ./varbrace > control.c ./comment5 encoding.d | ./gctrigger | ./varbrace > encoding.c ./comment5 pathname.d | ./gctrigger | ./varbrace > pathname.c ./comment5 stream.d | ./gctrigger | ./varbrace > stream.c ./comment5 socket.d | ./gctrigger | ./varbrace > socket.c ./comment5 io.d | ./gctrigger | ./varbrace > io.c ./comment5 array.d | ./gctrigger | ./varbrace > array.c ./comment5 hashtabl.d | ./gctrigger | ./varbrace > hashtabl.c ./comment5 list.d | ./gctrigger | ./varbrace > list.c ./comment5 package.d | ./gctrigger | ./varbrace > package.c ./comment5 record.d | ./gctrigger | ./varbrace > record.c ./comment5 weak.d | ./gctrigger | ./varbrace > weak.c ./comment5 sequence.d | ./gctrigger | ./varbrace > sequence.c ./comment5 charstrg.d | ./gctrigger | ./varbrace > charstrg.c ./comment5 debug.d | ./gctrigger | ./varbrace > debug.c ./comment5 error.d | ./gctrigger | ./varbrace > error.c ./comment5 misc.d | ./gctrigger | ./varbrace > misc.c ./comment5 time.d | ./gctrigger | ./varbrace > time.c ./comment5 predtype.d | ./gctrigger | ./varbrace > predtype.c ./comment5 symbol.d | ./gctrigger | ./varbrace > symbol.c ./comment5 lisparit.d | ./gctrigger | ./varbrace > lisparit.c ./comment5 i18n.d | ./gctrigger | ./varbrace > i18n.c ./comment5 foreign.d | ./gctrigger | ./varbrace > foreign.c ./comment5 unixaux.d | ./gctrigger | ./varbrace > unixaux.c ./comment5 built.d | ./gctrigger | ./varbrace > built.c ./comment5 lispbibl.d | sed -e 's/\(%% .*\)' | ./gctrigger | ./varbrace > lispbibl.c ./comment5 fsubr.d | ./gctrigger | ./varbrace > fsubr.c ./comment5 subr.d | ./gctrigger | ./varbrace > subr.c ./comment5 pseudofun.d | ./gctrigger | ./varbrace > pseudofun.c ./comment5 constsym.d | ./gctrigger | ./varbrace > constsym.c ./comment5 constobj.d | ./gctrigger | ./varbrace > constobj.c ./comment5 unix.d | ./gctrigger | ./varbrace > unix.c ./comment5 xthread.d | ./gctrigger | ./varbrace > xthread.c ./comment5 constpack.d | ./gctrigger | ./varbrace > constpack.c ./comment5 avl.d | ./gctrigger | ./varbrace > avl.c ./comment5 sort.d | ./gctrigger | ./varbrace > sort.c ./comment5 subrkw.d | ./gctrigger | ./varbrace > subrkw.c ./comment5 bytecode.d | ./gctrigger | ./varbrace > bytecode.c ./comment5 spvw_module.d | ./gctrigger | ./varbrace > spvw_module.c ./comment5 spvw_debug.d | ./gctrigger | ./varbrace > spvw_debug.c ./comment5 spvw_alloca.d | ./gctrigger | ./varbrace > spvw_alloca.c ./comment5 spvw_mmap.d | ./gctrigger | ./varbrace > spvw_mmap.c ./comment5 spvw_multimap.d | ./gctrigger | ./varbrace > spvw_multimap.c ./comment5 spvw_singlemap.d | ./gctrigger | ./varbrace > spvw_singlemap.c ./comment5 spvw_page.d | ./gctrigger | ./varbrace > spvw_page.c ./comment5 spvw_heap.d | ./gctrigger | ./varbrace > spvw_heap.c ./comment5 spvw_global.d | ./gctrigger | ./varbrace > spvw_global.c ./comment5 spvw_gcstat.d | ./gctrigger | ./varbrace > spvw_gcstat.c ./comment5 spvw_space.d | ./gctrigger | ./varbrace > spvw_space.c ./comment5 spvw_mark.d | ./gctrigger | ./varbrace > spvw_mark.c ./comment5 spvw_objsize.d | ./gctrigger | ./varbrace > spvw_objsize.c ./comment5 spvw_update.d | ./gctrigger | ./varbrace > spvw_update.c ./comment5 spvw_fault.d | ./gctrigger | ./varbrace > spvw_fault.c ./comment5 spvw_sigsegv.d | ./gctrigger | ./varbrace > spvw_sigsegv.c ./comment5 spvw_sigcld.d | ./gctrigger | ./varbrace > spvw_sigcld.c ./comment5 spvw_sigpipe.d | ./gctrigger | ./varbrace > spvw_sigpipe.c ./comment5 spvw_sigint.d | ./gctrigger | ./varbrace > spvw_sigint.c ./comment5 spvw_sigwinch.d | ./gctrigger | ./varbrace > spvw_sigwinch.c ./comment5 spvw_garcol.d | ./gctrigger | ./varbrace > spvw_garcol.c ./comment5 spvw_genera1.d | ./gctrigger | ./varbrace > spvw_genera1.c ./comment5 spvw_gcmark.d | ./gctrigger | ./varbrace > spvw_gcmark.c ./comment5 spvw_genera2.d | ./gctrigger | ./varbrace > spvw_genera2.c ./comment5 spvw_weak.d | ./gctrigger | ./varbrace > spvw_weak.c ./comment5 spvw_genera3.d | ./gctrigger | ./varbrace > spvw_genera3.c ./comment5 spvw_allocate.d | ./gctrigger | ./varbrace > spvw_allocate.c ./comment5 spvw_typealloc.d | ./gctrigger | ./varbrace > spvw_typealloc.c ./comment5 spvw_circ.d | ./gctrigger | ./varbrace > spvw_circ.c ./comment5 spvw_walk.d | ./gctrigger | ./varbrace > spvw_walk.c ./comment5 spvw_ctype.d | ./gctrigger | ./varbrace > spvw_ctype.c ./comment5 spvw_language.d | ./gctrigger | ./varbrace > spvw_language.c ./comment5 spvw_memfile.d | ./gctrigger | ./varbrace > spvw_memfile.c ./comment5 errunix.d | ./gctrigger | ./varbrace > errunix.c ./comment5 aridecl.d | ./gctrigger | ./varbrace > aridecl.c ./comment5 arilev0.d | ./gctrigger | ./varbrace > arilev0.c ./comment5 arilev1.d | ./gctrigger | ./varbrace > arilev1.c ./comment5 intelem.d | ./gctrigger | ./varbrace > intelem.c ./comment5 intlog.d | ./gctrigger | ./varbrace > intlog.c ./comment5 intplus.d | ./gctrigger | ./varbrace > intplus.c ./comment5 intcomp.d | ./gctrigger | ./varbrace > intcomp.c ./comment5 intbyte.d | ./gctrigger | ./varbrace > intbyte.c ./comment5 intmal.d | ./gctrigger | ./varbrace > intmal.c ./comment5 intdiv.d | ./gctrigger | ./varbrace > intdiv.c ./comment5 intgcd.d | ./gctrigger | ./varbrace > intgcd.c ./comment5 int2adic.d | ./gctrigger | ./varbrace > int2adic.c ./comment5 intsqrt.d | ./gctrigger | ./varbrace > intsqrt.c ./comment5 intprint.d | ./gctrigger | ./varbrace > intprint.c ./comment5 intread.d | ./gctrigger | ./varbrace > intread.c ./comment5 intserial.d | ./gctrigger | ./varbrace > intserial.c ./comment5 rational.d | ./gctrigger | ./varbrace > rational.c ./comment5 sfloat.d | ./gctrigger | ./varbrace > sfloat.c ./comment5 ffloat.d | ./gctrigger | ./varbrace > ffloat.c ./comment5 dfloat.d | ./gctrigger | ./varbrace > dfloat.c ./comment5 lfloat.d | ./gctrigger | ./varbrace > lfloat.c ./comment5 flo_konv.d | ./gctrigger | ./varbrace > flo_konv.c ./comment5 flo_rest.d | ./gctrigger | ./varbrace > flo_rest.c ./comment5 realelem.d | ./gctrigger | ./varbrace > realelem.c ./comment5 realrand.d | ./gctrigger | ./varbrace > realrand.c ./comment5 realtran.d | ./gctrigger | ./varbrace > realtran.c ./comment5 compelem.d | ./gctrigger | ./varbrace > compelem.c ./comment5 comptran.d | ./gctrigger | ./varbrace > comptran.c ./comment5 arilev1c.d | ./gctrigger | ./varbrace > arilev1c.c ./comment5 arilev1e.d | ./gctrigger | ./varbrace > arilev1e.c ./comment5 arilev1i.d | ./gctrigger | ./varbrace > arilev1i.c ./comment5 genclisph.d | ./gctrigger | ./varbrace > genclisph.c ./comment5 modules.d | ./gctrigger | ./varbrace > modules.c ./comment5 noreadline.d | ./gctrigger | ./varbrace > noreadline.c ./comment5 lispbibl.d | sed -e '/%% /{s/p;d;}' -e '/#line /!s/.*' > gen.lispbibl.c builddir="pwd"; cd libcharset && make && make install-lib libdir="$builddir" includedir="$builddir" if [ ! -d include ] ; then mkdir include ; fi cp ../../libcharset/include/libcharset.h.in include/libcharset.h if [ ! -d include ] ; then mkdir include ; fi cp ../../libcharset/include/localcharset.h.in include/localcharset.h cd lib && make all /bin/sh ../libtool --mode=compile gcc -I. -I../../../libcharset/lib -I.. -I../../../libcharset/lib/.. -I../ include -g -O2 -I/opt/local/include -DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 - DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC - Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate - DHAVE_CONFIG_H -c ../../../libcharset/lib/localcharset.c

gcc -I. -I../../../libcharset/lib -I.. -I../../../libcharset/lib/.. -I../include -g -O2 -I/opt/local/include -

DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib \" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix - Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ../../../libcharset/lib/localcharset.c -o localcharset.o /bin/sh ../libtool --mode=compile gcc -I. -I../../../libcharset/lib -I.. -I../../../libcharset/lib/.. -I../ include -g -O2 -I/opt/local/include -DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 - DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC - Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate - DHAVE_CONFIG_H -c ../../../libcharset/lib/relocatable.c

gcc -I. -I../../../libcharset/lib -I.. -I../../../libcharset/lib/.. -I../include -g -O2 -I/opt/local/include -

DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib \" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix - Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ../../../libcharset/lib/relocatable.c -o relocatable.o /bin/sh ../libtool --mode=link gcc -L/opt/local/lib -o libcharset.la -rpath /opt/local/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo mkdir .libs chmod 777 .libs ar cru .libs/libcharset.a localcharset.o relocatable.o ranlib .libs/libcharset.a creating libcharset.la (cd .libs && rm -f libcharset.la && ln -s ../libcharset.la libcharset.la) /bin/sh ../../../libcharset/lib/config.charset 'powerpc-apple-darwin8.3.0' > t-charset.alias mv t-charset.alias charset.alias sed -e '/#/d' -e 's/@PACKAGE@g' ../../../libcharset/lib/ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed sed -e '/#/d' -e 's/@PACKAGE@g' ../../../libcharset/lib/ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed cd lib && make all make[2]: Nothing to be done for `all'. cd lib && make install-lib libdir='/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src' includedir='/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src' /bin/sh ../../../libcharset/build-aux/mkinstalldirs /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src /bin/sh ../libtool --mode=install /opt/local/bin/ginstall -c -m 644 libcharset.la /opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libcharset.la /opt/local/bin/ginstall -c -m 644 .libs/libcharset.lai /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libcharset.la /opt/local/bin/ginstall -c -m 644 .libs/libcharset.a /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libcharset.a ranlib /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libcharset.a chmod 644 /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libcharset.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' test -f /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/charset.alias && orig=/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/charset.alias \

orig=charset.alias; \

sed -f ref-add.sed $orig > /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/t-charset.alias; \ /opt/local/bin/ginstall -c -m 644 /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/t-charset.alias /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/charset.alias; \ rm -f /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/t-charset.alias /bin/sh ../../libcharset/build-aux/mkinstalldirs /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src /opt/local/bin/ginstall -c -m 644 include/libcharset.h /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libcharset.h /opt/local/bin/ginstall -c -m 644 include/localcharset.h /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/localcharset.h gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c spvw.c spvw.d: In function 'getSP': spvw.d:642: warning: function returns address of local variable spvw.d: In function 'my_realloc': spvw.d:631: warning: control reaches end of non-void function spvw.d: In function 'my_malloc': spvw.d:620: warning: control reaches end of non-void function spvw.d: In function 'init_memory': spvw.d:2908: warning: control may reach end of non-void function 'current_language_o' being inlined gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c spvwtabf.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c spvwtabs.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c spvwtabo.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c eval.c eval.d: In function 'sym_value': eval.d:858: warning: control may reach end of non-void function 'symbol_env_search' being inlined eval.d: In function 'sym_function': eval.d:1001: warning: control reaches end of non-void function eval.d: In function 'coerce_function': eval.d:2268: warning: control reaches end of non-void function eval.d: In function 'eval_no_hooks': eval.d:2935: warning: argument 'form' might be clobbered by 'longjmp' or 'vfork' eval.d: In function 'eval': eval.d:2878: warning: argument 'form' might be clobbered by 'longjmp' or 'vfork' eval.d: In function 'eval_subr': eval.d:3289: warning: 'argcount' may be used uninitialized in this function eval.d:3288: warning: 'rest_args_pointer' may be used uninitialized in this function eval.d: In function 'funcall_iclosure': eval.d:2401: warning: argument 'closure' might be clobbered by 'longjmp' or 'vfork' eval.d:2401: warning: argument 'args_pointer' might be clobbered by 'longjmp' or 'vfork' eval.d:2402: warning: argument 'argcount' might be clobbered by 'longjmp' or 'vfork' eval.d: In function 'interpret_bytecode_': eval.d:7894: warning: 'index' may be used uninitialized in this function eval.d:7894: warning: 'vec' may be used uninitialized in this function eval.d:5924: warning: variable 'closureptr' might be clobbered by 'longjmp' or 'vfork' eval.d:5932: warning: variable 'private_SP' might be clobbered by 'longjmp' or 'vfork' eval.d:7894: warning: variable 'vec' might be clobbered by 'longjmp' or 'vfork' eval.d:7894: warning: variable 'index' might be clobbered by 'longjmp' or 'vfork' eval.d:5896: warning: argument 'closure' might be clobbered by 'longjmp' or 'vfork' eval.d:5896: warning: argument 'codeptr' might be clobbered by 'longjmp' or 'vfork' eval.d: In function 'invoke_handlers': eval.d:649: warning: variable 'other_ranges' might be clobbered by 'longjmp' or 'vfork' eval.d:652: warning: variable 'FRAME' might be clobbered by 'longjmp' or 'vfork' eval.d:664: warning: variable 'i' might be clobbered by 'longjmp' or 'vfork' gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c control.c control.d: In function 'C_tagbody': control.d:1571: warning: variable 'body' might be clobbered by 'longjmp' or 'vfork' control.d: In function 'C_go': control.d:1645: warning: 'FRAME' may be used uninitialized in this function control.d: In function 'C_function_side_effect': control.d:2331: warning: control may reach end of non-void function 'seclass_object' being inlined gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c encoding.c encoding.d: In function 'nls_range': encoding.d:1663: warning: 'i2' may be used uninitialized in this function encoding.d:1662: warning: 'i1' may be used uninitialized in this function encoding.d: In function 'C_charset_range': encoding.d:1933: warning: 'maxintervals' may be used uninitialized in this function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c pathname.c pathname.d: In function 'test_optional_host': pathname.d:749: warning: control reaches end of non-void function pathname.d: In function 'as_file_stream': pathname.d:916: warning: control reaches end of non-void function pathname.d: In function 'coerce_pathname': pathname.d:2333: warning: control reaches end of non-void function pathname.d: In function 'simplify_directory': pathname.d:1275: warning: control reaches end of non-void function pathname.d: In function 'C_wild_pathname_p': pathname.d:3874: warning: 'erg' may be used uninitialized in this function pathname.d: In function 'check_direction': pathname.d:6372: warning: control reaches end of non-void function pathname.d: In function 'check_if_does_not_exist': pathname.d:6392: warning: control reaches end of non-void function pathname.d: In function 'if_does_not_exist_symbol': pathname.d:6404: warning: control reaches end of non-void function pathname.d: In function 'check_if_exists': pathname.d:6431: warning: control reaches end of non-void function pathname.d: In function 'if_exists_symbol': pathname.d:6447: warning: control reaches end of non-void function pathname.d: In function 'open_file': pathname.d:6498: warning: 'handl' may be used uninitialized in this function pathname.d:6479: warning: 'handle' may be used uninitialized in this function pathname.d: In function 'C_launch': pathname.d:8492: warning: variable 'priority' might be clobbered by 'longjmp' or 'vfork' pathname.d: In function 'parse_logical_word': pathname.d:1063: warning: 'ch' may be used uninitialized in this function pathname.d: In function 'C_translate_pathname': pathname.d:4926: warning: control may reach end of non-void function 'translate_pathname' being inlined gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c stream.c stream.d: In function 'rd_by_error': stream.d:281: warning: control reaches end of non-void function stream.d: In function 'rd_by_array_error': stream.d:287: warning: control reaches end of non-void function stream.d: In function 'rd_ch_error': stream.d:339: warning: control reaches end of non-void function stream.d: In function 'rd_ch_array_error': stream.d:353: warning: control reaches end of non-void function stream.d: In function 'read_byte_array': stream.d:598: warning: 'result' may be used uninitialized in this function stream.d: In function 'write_byte_array': stream.d:654: warning: 'result' may be used uninitialized in this function stream.d: In function 'write_char_array': stream.d:982: warning: 'next_is_NL' may be used uninitialized in this function stream.d: In function 'wr_ch_array_pending_newline': stream.d:948: warning: 'next_is_NL' may be used uninitialized in this function stream.d: In function 'test_buffered_arg': stream.d:3250: warning: control reaches end of non-void function stream.d: In function 'canon_eltype': stream.d:3384: warning: control reaches end of non-void function stream.d: In function 'iconv_range': stream.d:4341: warning: 'i2' may be used uninitialized in this function stream.d:4340: warning: 'i1' may be used uninitialized in this function stream.d: In function 'buffered_nextbyte': stream.d:6142: warning: control reaches end of non-void function stream.d: In function 'lisp_completion': stream.d:8930: warning: variable 'array' might be clobbered by 'longjmp' or 'vfork' stream.d:8937: warning: variable 'ptr' might be clobbered by 'longjmp' or 'vfork' stream.d:8952: warning: variable 'ptr1' might be clobbered by 'longjmp' or 'vfork' stream.d: In function 'C_socket_server': stream.d:13825: warning: 'port' may be used uninitialized in this function stream.d:13824: warning: 'sock' may be used uninitialized in this function stream.d: In function 'test_socket_stream': stream.d:14076: warning: control reaches end of non-void function stream.d: In function 'rd_ch_terminal3': stream.d:9487: warning: control may reach end of non-void function 'xmalloc' being inlined stream.d: In function 'check_float_eltype': stream.d:16659: warning: control reaches end of non-void function stream.d: In function 'read_char_array': stream.d:845: warning: 'result' may be used uninitialized in this function stream.d: In function 'C_read_integer': stream.d:16895: warning: 'result' may be used uninitialized in this function stream.d: In function 'fehler_value_stream': stream.d:15015: warning: 'stream' may be used uninitialized in this function stream.d: In function 'check_open_file_stream': stream.d:17133: warning: control reaches end of non-void function stream.d: In function 'C_file_string_length': stream.d:17360: warning: 'charptr' may be used uninitialized in this function stream.d:17378: warning: 'eol_len' may be used uninitialized in this function stream.d:17377: warning: 'eol_charptr' may be used uninitialized in this function stream.d: In function 'listen_byte': stream.d:16227: warning: control reaches end of non-void function stream.d: In function 'handle_isset': stream.d:14223: warning: 'ret' may be used uninitialized in this function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c socket.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c io.c io.d: In function 'get_base': io.d:872: warning: control reaches end of non-void function io.d: In function 'case_convert_token_1': io.d:1794: warning: 'readtable' may be used uninitialized in this function io.d: In function 'read_macro': io.d:1811: warning: 'readtable' may be used uninitialized in this function io.d: In function 'lookup_label': io.d:3685: warning: control reaches end of non-void function io.d: In function 'interpret_feature': io.d:3864: warning: control reaches end of non-void function io.d: In function 'hexziffer': io.d:4266: warning: control reaches end of non-void function io.d: In function 'write_sstring_case_ext': io.d:5199: warning: 'readtable' may be used uninitialized in this function io.d: In function 'format_tab': io.d:5588: warning: 'col_num_i' may be used uninitialized in this function io.d:5592: warning: 'col_inc_i' may be used uninitialized in this function io.d: In function 'pr_enter_1': io.d:6530: warning: 'len' may be used uninitialized in this function io.d:6530: warning: 'len' may be used uninitialized in this function io.d: In function 'C_string_reader': io.d:2584: warning: 'readtable' may be used uninitialized in this function io.d:2577: warning: 'readtable' may be used uninitialized in this function io.d:2605: warning: 'readtable' may be used uninitialized in this function io.d:2598: warning: 'readtable' may be used uninitialized in this function io.d: In function 'C_peek_char': io.d:1016: warning: 'readtable' may be used uninitialized in this function io.d: In function 'read_token_1': io.d:1246: warning: 'readtable' may be used uninitialized in this function io.d:1230: warning: 'readtable' may be used uninitialized in this function io.d: In function 'read_token': io.d:1205: warning: 'readtable' may be used uninitialized in this function io.d: In function 'C_bit_vector_reader': io.d:3293: warning: 'ch' may be used uninitialized in this function io.d: In function 'read_internal': io.d:1926: warning: 'readtable' may be used uninitialized in this function io.d:1980: warning: 'result' may be used uninitialized in this function io.d:2023: warning: 'readtable' may be used uninitialized in this function io.d:2163: warning: control reaches end of non-void function io.d: In function 'C_closure_reader': io.d:4332: warning: 'readtable' may be used uninitialized in this function io.d:4346: warning: 'readtable' may be used uninitialized in this function io.d:4341: warning: 'readtable' may be used uninitialized in this function io.d:4363: warning: 'readtable' may be used uninitialized in this function io.d: In function 'C_structure_reader': io.d:4094: warning: 'constructor' may be used uninitialized in this function io.d: In function 'read_delimited_list_recursive': io.d:2383: warning: 'readtable' may be used uninitialized in this function io.d:2419: warning: 'readtable' may be used uninitialized in this function io.d:2491: warning: 'readtable' may be used uninitialized in this function io.d:2460: warning: 'readtable' may be used uninitialized in this function io.d: In function 'C_vector_reader': io.d:3387: warning: 'el' may be used uninitialized in this function io.d: In function 'C_uninterned_reader': io.d:3153: warning: 'readtable' may be used uninitialized in this function io.d: In function 'pr_symbol_part': io.d:7082: warning: 'readtable' may be used uninitialized in this function io.d:7158: warning: 'readtable' may be used uninitialized in this function io.d: In function 'prin_object_dispatch': io.d:9796: warning: control may reach end of non-void function 'seclass_object' being inlined gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c array.c array.d: In function 'iarray_displace': array.d:240: warning: control reaches end of non-void function array.d: In function 'iarray_displace_check': array.d:284: warning: control reaches end of non-void function array.d: In function 'array_displace_check': array.d:325: warning: control reaches end of non-void function array.d: In function 'storagevector_aref': array.d:548: warning: control reaches end of non-void function array.d: In function 'array_atype': array.d:858: warning: control reaches end of non-void function array.d: In function 'storagevector_store': array.d:707: warning: control reaches end of non-void function array.d: In function 'get_fill_pointer': array.d:3768: warning: control reaches end of non-void function array.d: In function 'C_vector_push_extend': array.d:3851: warning: 'inc' may be used uninitialized in this function array.d:3888: warning: 'neuer_datenvektor' may be used uninitialized in this function array.d: In function 'make_storagevector': array.d:4347: warning: 'vector' may be used uninitialized in this function array.d: In function 'test_fillpointer': array.d:4574: warning: control reaches end of non-void function array.d: In function 'test_displaced': array.d:4521: warning: 'displaced_index_offset' may be used uninitialized in this function array.d: In function 'C_make_array': array.d:4603: warning: 'fillpointer' may be used uninitialized in this function array.d: In function 'C_adjust_array': array.d:4925: warning: 'datenvektor' may be used uninitialized in this function array.d:4922: warning: 'fillpointer' may be used uninitialized in this function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c hashtabl.c hashtabl.d: In function 'hashcode4_vector': hashtabl.d:1081: warning: control reaches end of non-void function hashtabl.d: In function 'hash_table_weak_type': hashtabl.d:1804: warning: control reaches end of non-void function hashtabl.d: In function 'hash_table_test': hashtabl.d:2658: warning: control reaches end of non-void function hashtabl.d: In function 'C_set_hash_table_weak_p': hashtabl.d:1818: warning: 'rectype' may be used uninitialized in this function hashtabl.d: In function 'prepare_resize': hashtabl.d:1818: warning: 'rectype' may be used uninitialized in this function hashtabl.d: In function 'C_make_hash_table': hashtabl.d:2143: warning: control may reach end of non-void function 'get_eql_hashfunction' being inlined hashtabl.d:2158: warning: control may reach end of non-void function 'get_eq_hashfunction' being inlined hashtabl.d:2173: warning: control may reach end of non-void function 'get_equal_hashfunction' being inlined gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c list.c list.d: In function 'car': list.d:243: warning: control reaches end of non-void function list.d: In function 'cdr': list.d:253: warning: control reaches end of non-void function list.d: In function 'test_test2_args': list.d:475: warning: control reaches end of non-void function list.d: In function 'endp': list.d:533: warning: control reaches end of non-void function list.d: In function 'test_test_args': list.d:1334: warning: control reaches end of non-void function list.d: In function 'elt_up': list.d:2008: warning: control reaches end of non-void function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c package.c package.d: In function 'find_symbol': package.d:685: warning: control reaches end of non-void function package.d: In function 'get_current_package': package.d:1723: warning: control reaches end of non-void function package.d: In function 'intern_result': package.d:2078: warning: control reaches end of non-void function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c record.c record.d: In function 'record_up': record.d:53: warning: 'index' may be used uninitialized in this function record.d: In function 'structure_up': record.d:142: warning: 'index' may be used uninitialized in this function record.d: In function 'C_make_structure': record.d:197: warning: 'length' may be used uninitialized in this function record.d: In function 'C_closure_set_seclass': record.d:455: warning: control may reach end of non-void function 'seclass_object' being inlined record.d: In function 'C_allocate_metaobject_instance': record.d:849: warning: 'length' may be used uninitialized in this function record.d: In function 'C_allocate_std_instance': record.d:876: warning: 'length' may be used uninitialized in this function record.d: In function 'C_allocate_funcallable_instance': record.d:902: warning: 'length' may be used uninitialized in this function record.d: In function 'update_instance': record.d:1465: warning: control reaches end of non-void function record.d:1299: warning: argument 'obj' might be clobbered by 'longjmp' or 'vfork' record.d: In function 'slot_access_up': record.d:1273: warning: control reaches end of non-void function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c weak.c weak.d: In function 'C_weak_alist_type': weak.d:740: warning: 'type' may be used uninitialized in this function weak.d: In function 'test_test_args': weak.d:939: warning: control reaches end of non-void function weak.d: In function 'C_make_weak_alist': weak.d:670: warning: 'rectype' may be used uninitialized in this function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c sequence.c sequence.d: In function 'valid_type': sequence.d:272: warning: control reaches end of non-void function sequence.d: In function 'get_seq_type': sequence.d:279: warning: 'name' may be used uninitialized in this function sequence.d: In function 'get_valid_seq_type': sequence.d:341: warning: control reaches end of non-void function sequence.d: In function 'test_test_args': sequence.d:2166: warning: control reaches end of non-void function sequence.d: In function 'test_test2_args': sequence.d:2857: warning: control reaches end of non-void function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c charstrg.c charstrg.d: In function 'copy_string': charstrg.d:892: warning: left-hand operand of comma expression has no effect charstrg.d:888: warning: 'flavour' may be used uninitialized in this function charstrg.d: In function 'test_index_arg': charstrg.d:2288: warning: 'i' may be used uninitialized in this function charstrg.d: In function 'test_vector_limits': charstrg.d:2390: warning: 'start' may be used uninitialized in this function charstrg.d:2391: warning: 'end' may be used uninitialized in this function charstrg.d: In function 'test_1_stringsym_limits': charstrg.d:2491: warning: 'start' may be used uninitialized in this function charstrg.d:2492: warning: 'end' may be used uninitialized in this function charstrg.d: In function 'test_2_stringsym_limits': charstrg.d:2545: warning: 'start1' may be used uninitialized in this function charstrg.d:2546: warning: 'end1' may be used uninitialized in this function charstrg.d:2568: warning: 'start2' may be used uninitialized in this function charstrg.d:2569: warning: 'end2' may be used uninitialized in this function charstrg.d: In function 'string_comp': charstrg.d:2739: warning: control reaches end of non-void function charstrg.d: In function 'string_comp_ci': charstrg.d:2925: warning: 'ch2' may be used uninitialized in this function charstrg.d:2925: warning: 'ch1' may be used uninitialized in this function charstrg.d:2925: warning: 'ch2' may be used uninitialized in this function charstrg.d:2925: warning: 'ch1' may be used uninitialized in this function charstrg.d:2925: warning: 'ch2' may be used uninitialized in this function charstrg.d:2925: warning: 'ch1' may be used uninitialized in this function charstrg.d:3045: warning: control reaches end of non-void function charstrg.d: In function 'C_make_string': charstrg.d:3218: warning: 'new_string' may be used uninitialized in this function charstrg.d: In function 'C_substring': charstrg.d:3696: warning: 'start' may be used uninitialized in this function charstrg.d:3697: warning: 'end' may be used uninitialized in this function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c debug.c debug.d: In function 'test_mode_arg': debug.d:848: warning: 'mode' may be used uninitialized in this function debug.d: In function 'top_of_back_trace_frame': debug.d:1119: warning: 'body_flag' may be used uninitialized in this function debug.d:1118: warning: 'numopt' may be used uninitialized in this function debug.d:1117: warning: 'numreq' may be used uninitialized in this function debug.d:1150: warning: control reaches end of non-void function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c error.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c misc.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c time.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c predtype.c predtype.d: In function 'elt_compare': predtype.d:901: warning: control reaches end of non-void function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c symbol.c gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c lisparit.c intelem.d: In function 'I_to_UL': intelem.d:223: warning: control reaches end of non-void function intelem.d: In function 'I_to_L': intelem.d:319: warning: control reaches end of non-void function intelem.d: In function 'I_to_UQ': intelem.d:403: warning: control reaches end of non-void function intelem.d: In function 'I_to_Q': intelem.d:541: warning: control reaches end of non-void function intlog.d: In function 'I_I_logbitp': intlog.d:535: warning: control reaches end of non-void function intbyte.d: In function 'Byte_position': intbyte.d:56: warning: control reaches end of non-void function sfloat.d: In function 'SF_SF_plus_SF': sfloat.d:366: warning: control reaches end of non-void function sfloat.d: In function 'SF_SF_mal_SF': sfloat.d:466: warning: control reaches end of non-void function sfloat.d: In function 'SF_SF_durch_SF': sfloat.d:497: warning: 'mant2' may be used uninitialized in this function sfloat.d:495: warning: 'sign2' may be used uninitialized in this function sfloat.d:496: warning: 'exp2' may be used uninitialized in this function sfloat.d:541: warning: control reaches end of non-void function sfloat.d: In function 'SF_sqrt_SF': sfloat.d:597: warning: control reaches end of non-void function ffloat.d: In function 'FF_FF_plus_FF': ffloat.d:334: warning: control reaches end of non-void function ffloat.d: In function 'FF_FF_minus_FF': ffloat.d:453: warning: control reaches end of non-void function ffloat.d: In function 'FF_FF_mal_FF': ffloat.d:496: warning: control reaches end of non-void function ffloat.d: In function 'FF_FF_durch_FF': ffloat.d:589: warning: control reaches end of non-void function ffloat.d: In function 'FF_sqrt_FF': ffloat.d:701: warning: control reaches end of non-void function dfloat.d: In function 'DF_DF_plus_DF': dfloat.d:571: warning: control reaches end of non-void function dfloat.d: In function 'DF_DF_minus_DF': dfloat.d:806: warning: control reaches end of non-void function dfloat.d: In function 'DF_DF_mal_DF': dfloat.d:858: warning: control reaches end of non-void function dfloat.d: In function 'DF_DF_durch_DF': dfloat.d:1039: warning: control reaches end of non-void function flo_konv.d: In function 'SF_to_FF': flo_konv.d:32: warning: control reaches end of non-void function flo_konv.d: In function 'SF_to_DF': flo_konv.d:49: warning: control reaches end of non-void function flo_konv.d: In function 'FF_to_DF': flo_konv.d:87: warning: control reaches end of non-void function flo_konv.d: In function 'FF_to_SF': flo_konv.d:176: warning: control reaches end of non-void function flo_konv.d: In function 'DF_to_SF': flo_konv.d:233: warning: control reaches end of non-void function flo_konv.d: In function 'DF_to_FF': flo_konv.d:325: warning: control reaches end of non-void function flo_konv.d: In function 'c_float_to_FF': flo_konv.d:474: warning: control reaches end of non-void function flo_konv.d: In function 'c_double_to_DF': flo_konv.d:556: warning: control reaches end of non-void function flo_rest.d: In function 'SF_I_scale_float_SF': flo_rest.d:1017: warning: control reaches end of non-void function flo_rest.d: In function 'FF_I_scale_float_FF': flo_rest.d:1056: warning: control reaches end of non-void function flo_rest.d: In function 'DF_I_scale_float_DF': flo_rest.d:1109: warning: control reaches end of non-void function lisparit.d: In function 'C_byte': lisparit.d:1532: warning: control may reach end of non-void function 'I_I_Byte' being inlined lisparit.d: In function 'C_bytesize': lisparit.d:1538: warning: control may reach end of non-void function 'Byte_size' being inlined lisparit.d: In function 'check_random_state': lisparit.d:1613: warning: control reaches end of non-void function flo_konv.d: In function 'LF_to_DF': flo_konv.d:428: warning: control reaches end of non-void function flo_konv.d: In function 'LF_to_FF': flo_konv.d:362: warning: control reaches end of non-void function flo_konv.d: In function 'LF_to_SF': flo_konv.d:269: warning: control reaches end of non-void function dfloat.d: In function 'DF_sqrt_DF': dfloat.d:1321: warning: control reaches end of non-void function intlog.d: In function 'I_I_ash_I': intlog.d:657: warning: control reaches end of non-void function intbyte.d: In function 'I_Byte_ldb_I': intbyte.d:162: warning: 'p' may be used uninitialized in this function intbyte.d:161: warning: 's' may be used uninitialized in this function sfloat.d: In function 'I_to_SF': sfloat.d:693: warning: control reaches end of non-void function sfloat.d: In function 'RA_to_SF': sfloat.d:792: warning: control reaches end of non-void function dfloat.d: In function 'I_to_DF': dfloat.d:1475: warning: control reaches end of non-void function dfloat.d: In function 'RA_to_DF': dfloat.d:1612: warning: control reaches end of non-void function ffloat.d: In function 'I_to_FF': ffloat.d:800: warning: control reaches end of non-void function ffloat.d: In function 'RA_to_FF': ffloat.d:902: warning: control reaches end of non-void function lisparit.d: In function 'C_float_sign': lisparit.d:1291: warning: control may reach end of non-void function 'F_float_sign_F' being inlined lisparit.d: In function 'C_boole': lisparit.d:1488: warning: control may reach end of non-void function 'OP_I_I_boole_I' being inlined lisparit.d: In function 'C_ldb_test': intbyte.d:267: warning: 'p' may be used uninitialized in this function intbyte.d:266: warning: 's' may be used uninitialized in this function lisparit.d: In function 'C_mask_field': intbyte.d:354: warning: 'p' may be used uninitialized in this function intbyte.d:353: warning: 's' may be used uninitialized in this function gcc -I/opt/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wmissing-declarations -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I. -c i18n.c builddir="pwd"; cd avcall && make && make check && make install-lib libdir="$builddir" includedir="$builddir" make[1]: Nothing to be done for `all'. ./minitests > minitests.out LC_ALL=C uniq -u < minitests.out > minitests.output.powerpc-apple-darwin8.3.0 test '!' -s minitests.output.powerpc-apple-darwin8.3.0 if [ ! -d /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ] ; then mkdir /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ; fi /bin/sh ./libtool --mode=install /opt/local/bin/ginstall -c -m 644 libavcall.la /opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.la /opt/local/bin/ginstall -c -m 644 .libs/libavcall.lai /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.la /opt/local/bin/ginstall -c -m 644 .libs/libavcall.a /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.a ranlib /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.a chmod 644 /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' if [ ! -d /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ] ; then mkdir /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ; fi /opt/local/bin/ginstall -c -m 644 avcall.h /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/avcall.h builddir="pwd"; cd callback && make && make check && make install-lib libdir="$builddir" includedir="$builddir" cd vacall_r; make all make[2]: Nothing to be done for `all'. cd trampoline_r; make all make[2]: Nothing to be done for `all'. cd vacall_r; make all make[2]: Nothing to be done for `all'. cd trampoline_r; make all make[2]: Nothing to be done for `all'. cd vacall_r; make check make[2]: Nothing to be done for `check'. cd trampoline_r; make check ./test1 Works, test1 passed. ./test2 test2 passed. touch tests.passed.powerpc-apple-darwin8.3.0 ./minitests > minitests.out make[1]: * [check] Error 132 make: * [callback.h] Error 2 Error: Target com.apple.build returned: shell command "CPPFLAGS=-I/opt/local/include LDFLAGS=-L/ opt/local/lib make" returned error 2 Command output: test '!' -s minitests.output.powerpc-apple-darwin8.3.0 if [ ! -d /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ] ; then mkdir /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ; fi /bin/sh ./libtool --mode=install /opt/local/bin/ginstall -c -m 644 libavcall.la /opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.la /opt/local/bin/ginstall -c -m 644 .libs/libavcall.lai /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.la /opt/local/bin/ginstall -c -m 644 .libs/libavcall.a /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.a ranlib /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.a chmod 644 /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/libavcall.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' if [ ! -d /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ] ; then mkdir /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src ; fi /opt/local/bin/ginstall -c -m 644 avcall.h /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.35/src/avcall.h builddir="pwd"; cd callback && make && make check && make install-lib libdir="$builddir" includedir="$builddir" cd vacall_r; make all make[2]: Nothing to be done for `all'. cd trampoline_r; make all make[2]: Nothing to be done for `all'. cd vacall_r; make all make[2]: Nothing to be done for `all'. cd trampoline_r; make all make[2]: Nothing to be done for `all'. cd vacall_r; make check make[2]: Nothing to be done for `check'. cd trampoline_r; make check ./test1 Works, test1 passed. ./test2 test2 passed. touch tests.passed.powerpc-apple-darwin8.3.0 ./minitests > minitests.out make[1]: * [check] Error 132 make: * [callback.h] Error 2

Warning: the following items did not execute (for clisp): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install

Change History (6)

comment:1 Changed 18 years ago by vincent-opdarw@…

Cc: vincent-opdarw@… added

Same problem on my machine (PowerMac G5, 10.4.3, dports 1.102).

comment:2 Changed 18 years ago by mww@…

Owner: changed from darwinports-bugs@… to gwright@…
Summary: clisp fails to build.BUG: clisp fails to build.

comment:3 Changed 18 years ago by gwright@…

Status: newassigned

OK, I'll take a look at this. I suspect it may have to do with G5 support, which is poorly tested. My first try will be to make a variant that disables dynamic ffi support --- that is some of the oldest and cruftiest bits of clisp for the PPC architecture.

-Greg

comment:4 Changed 18 years ago by blb@…

Cc: blb@… added

Gregory, this isn't just a G5 problem, I've seen the same just now with 2.36 on my dual G4 (original 7400). Same 'Error 132' with minitests; the CrashReporter gives the exception as EXC_BAD_INSTRUCTION so maybe same underlying issue as bug 4713?

comment:5 Changed 18 years ago by gwright@…

Hi,

I have just checked in a 2.37 portfile that may fix this. The dynamic foreign function interface is disabled by default. To turn it on, use +dynffi. Also, on Panther, clisp builds without libsigsegv. (If you have libsigsegv installed on Panther, you should uninstall when building clisp. Clisp's build system will use libsigsegv if it is present, no matter what you tell the configure command.) On Tiger, libsigsegv can be disabled by uninstalling libsigsegv and using the +nolibsigsegv variant.

My suggestion is to try the default build without the dynamic ffi first, before you mess with libsigsegv, unless you are on Panther, in which case you should uninstall libsigsegv when building clisp.

All of the combinations of variants pass all tests on my 10.4.3, Xcode 2.2, 1 GB 17" powerbook G4 system.

Best Wishes, Greg

comment:6 Changed 18 years ago by gwright@…

Resolution: fixed
Status: assignedclosed

Hi Eoghan,

You reported to the list that clisp now works for you, so I'm closing this bug.

Thanks!

Greg

Note: See TracTickets for help on using tickets.