Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53364 - cmucl fails
Summary: cmucl fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-08 17:14 UTC by Benjamin Schulz
Modified: 2004-08-06 16:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Schulz 2004-06-08 17:14:06 UTC
emerge sync;
emerge cmucl;
yields to

setq *gc-verbose* nil *interactive* nil)

(load "target:tools/worldcom")
#-(or no-compiler runtime) (load "target:tools/comcom")
;; Compile at least new-genesis, so that genesis doesn't take ages
#+(or no-compiler runtime) (comf "target:compiler/generic/new-genesis")
#-(or no-pcl runtime) (load "target:tools/pclcom")

(setq *gc-verbose* t *interactive* t)

(load "target:tools/worldbuild")
(ext:quit)
EOF

make: *** [all] Error 139

!!! ERROR: dev-lisp/cmucl-18e-r4 failed.
!!! Function src_compile, Line 40, Exitcode 2
!!! (no error message)



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Benjamin Schulz 2004-06-09 16:43:14 UTC
i did emerge sync now and reemerged clisp and cmucl. compilde fine.
Comment 2 M. Edward Borasky 2004-06-28 19:50:59 UTC
I think I'll re-open this one. I emerged CMUCL a few days ago and it was working. I did an "emerge sync" last night (27 June) and CMUCL started giving segfaults today. Given the segfaults, I attempted to re-emerge it and got similar complaints.

I don't have "prelink" installed, so I think it's independent of that. I'll try doing another "emerge sync" before I attempt the CMUCL re-emerge again. 
Comment 3 M. Edward Borasky 2004-08-06 16:38:50 UTC
Bug 59455 filed against 2.4.16-r6; that seems to be causing the segfaults on my systems.