Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26700 - (common-lisp) dev-lisp/cl-acl-compat fails to compile under cmucl (gray-streams library problem)
Summary: (common-lisp) dev-lisp/cl-acl-compat fails to compile under cmucl (gray-strea...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-15 21:10 UTC by Geoff Cant (RETIRED)
Modified: 2003-09-23 18:06 UTC (History)
0 users

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 Geoff Cant (RETIRED) gentoo-dev 2003-08-15 21:10:38 UTC
When trying to (asdf:oos 'asdf:compile-op 'acl-compat) as root after an emerge
dev-lisp/cl-acl-compat, acl-compat fails to compile due to being unable to load
"modules:cmucl-graystream-library".

Reproducible: Always
Steps to Reproduce:
1. emerge cl-acl-compat
2. run lisp
3. (asdf:oos 'asdf:compile-op 'acl-compat)

Actual Results:  
File-error in function COMMON-LISP::INTERNAL-LOAD:
   "modules:cmucl-graystream-library" does not exist.

Expected Results:  
; loading system definition from /usr/share/common-lisp/systems/acl-compat.asd
; into #<The ASDF1038 package, 0/9 internal, 0/9 external>
; Loading #p"/usr/share/common-lisp/source/acl-compat/acl-compat.asd".
; registering #<SYSTEM ACL-COMPAT {480BAA5D}> as ACL-COMPAT
; Loading #p"/usr/lib/cmucl/lib/subsystems/gray-streams-library.x86f".
NIL


Adding a symlink from /usr/lib/cmucl/lib/subsystems/gray-streams-library.x86f to
/usr/lib/cmucl/lib/subsystems/cmucl-graystream-library.x86f seems to fix the
problem.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2003-09-22 01:04:41 UTC
hi Geoff. I investigated the root cause of this and discovered that our gray-streams need to be worked into the CLC. I checked with what debian do, and added cmucl-source to portage. once emerged, cmucl-source provides gray-streams, clx and hemlock.  

It is based on debians patches though and is possibly incompatible with cmucl-bin (which is the CMU build).  So this is a good time for me to add a dev-lisp/cmucl to portage which builds cmucl from source using cmucl-bin. once this is complete, i can fix acl-compat properly.

this bug now akes priority
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2003-09-23 18:06:28 UTC
fixed with new depend on cmucl-source (gray-streams package)