Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 105388

Summary: Cannot compile cmucl-19b with gcc-4.0.1
Product: Gentoo Linux Reporter: Daniel Thaler <daniel>
Component: [OLD] GCC PortingAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Thaler 2005-09-09 07:33:32 UTC
The error message is:

i686-pc-linux-gnu-gcc -rdynamic -Wstrict-prototypes -Wall -g -DGENCGC
-DLINKAGE_TABLE -D__NO_CTYPE -I. -I../../p86/lisp -I../../src/lisp -I-
-I/usr/X11R6/include -DGENCGC -DLINKAGE_TABLE  -c -o interrupt.o
../../src/lisp/interrupt.c
cc1: note: obsolete option -I- used, please use -iquote instead
../../src/lisp/interrupt.c: In function 'interrupt_internal_error':
../../src/lisp/interrupt.c:172: warning: unused variable 'code'
../../src/lisp/interrupt.c: In function 'interrupt_handle_pending':
../../src/lisp/interrupt.c:209: warning: unused variable 'were_in_lisp'
../../src/lisp/interrupt.c: In function 'interrupt_handle_now':
../../src/lisp/interrupt.c:300: error: memory input 0 is not directly addressable
../../src/lisp/interrupt.c: In function 'maybe_now_maybe_later':
../../src/lisp/interrupt.c:451: error: memory input 0 is not directly addressable
../../src/lisp/interrupt.c: In function 'interrupt_install_low_level_handler':
../../src/lisp/interrupt.c:556: warning: assignment from incompatible pointer type
../../src/lisp/interrupt.c: In function 'install_handler':
../../src/lisp/interrupt.c:620: warning: assignment from incompatible pointer type
../../src/lisp/interrupt.c:622: warning: assignment from incompatible pointer type
../../src/lisp/interrupt.c:624: warning: assignment from incompatible pointer type
gmake[1]: *** [interrupt.o] Error 1
gmake[1]: Leaving directory
`/var/tmp/portage/cmucl-19b/work/cmucl-19b-release-20050628.orig/target/lisp'
make: *** [all] Error 2

!!! ERROR: dev-lisp/cmucl-19b failed.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-09 07:43:52 UTC
Please, attach a patch and reopen then.