Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
For documentation purposes, the failure of clisp on sparc.
Created an attachment (id=133675) [details] clisp_sparc.log
Created an attachment (id=136399) [details] dev-lisp:clisp-2.43:20071119-155737.log HPPA
With --without-dynamic-ffi instead of --with-dynamic-ffi, configure does not fail on HPPA.
In gentoo-x86/profiles/default-linux/hppa/package.use.mask: # Jeroen Roovers <jer@gentoo.org> (19 Nov 2007) # This pulls in dev-scheme/drscheme which needs gjc to build # or dev-lisp/clisp which has many build issues dev-lang/swig mzscheme clisp
wrong bug and drscheme does NOT use gcj
2.44.1-r1 fails differently on sparc gcc -O2 -mcpu=ultrasparc -pipe -Igllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -DNO_READLINE -I. -c lisparit.c In file included from ../src/lisparit.d:8: ../src/lispbibl.d:741: warning: call-clobbered register used for global register variable In file included from ../src/lisparit.d:8: ../src/lispbibl.d:9152: warning: register used for two global register variables In file included from ../src/lisparit.d:8: ../src/lispbibl.d:11501: warning: register used for two global register variables ../src/lispbibl.d:11510: warning: register used for two global register variables ../src/lispbibl.d:11704: warning: register used for two global register variables In file included from ../src/lisparit.d:28: ../src/arilev1.d:253:30: error: arisparc.c: No such file or directory make: *** [lisparit.o] Error 1
(In reply to comment #6) > 2.44.1-r1 fails differently on sparc > > gcc -O2 -mcpu=ultrasparc -pipe -Igllib -W -Wswitch -Wcomment -Wpointer-arith > -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE > -DDYNAMIC_FFI -DNO_READLINE -I. -c lisparit.c > In file included from ../src/lisparit.d:8: > ../src/lispbibl.d:741: warning: call-clobbered register used for global > register variable > In file included from ../src/lisparit.d:8: > ../src/lispbibl.d:9152: warning: register used for two global register > variables > In file included from ../src/lisparit.d:8: > ../src/lispbibl.d:11501: warning: register used for two global register > variables > ../src/lispbibl.d:11510: warning: register used for two global register > variables > ../src/lispbibl.d:11704: warning: register used for two global register > variables > In file included from ../src/lisparit.d:28: > ../src/arilev1.d:253:30: error: arisparc.c: No such file or directory > make: *** [lisparit.o] Error 1 > I can force it to build using CFLAGS='-O1 -mcpu=ultraspaec3 -pipe -DSPARC64' (thanks to aballier for the suggestion). But then it gets to this: ============================== mkdir data cd data && ln -s ../../utils/unicode/UnicodeDataFull.txt . cd data && ln -s ../../doc/Symbol-Table.text . gcc -O1 -pipe -mcpu=ultrasparc3 -DSPARC64 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -falign-functions=4 -DUNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -Wl,-O1 -x none -Wl,-export-dynamic spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o foreign.o unixaux.o built.o arisparc64.o gllib/uniwidth/width.o gllib/uniname/uniname.o gllib/localcharset.o modules.o /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a -L/usr/lib -lsigsegv -L/usr/lib -lc -o lisp.run ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp ../src/ -x '(and (load "../src/init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)' make: *** [interpreted.mem] Segmentation fault ======================================== When this builds, with or without -DSPARC64, we see a huge number of unpleasant warnings, such as: ../src/lispbibl.d:14948: warning: right shift count >= width of type ../src/lispbibl.d:14948: warning: cast to pointer from integer of different size warnings about assigning two global variables to the same register at the same time, assigned registers wiped out by various procedure calls, and so on.
Does clisp-2.48 still have the same failure?