Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191702 - dev-lisp/sbcl can't bootstrap from existing install
Summary: dev-lisp/sbcl can't bootstrap from existing install
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-08 13:46 UTC by Maxim Treskin
Modified: 2010-03-24 15:20 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 Maxim Treskin 2007-09-08 13:46:57 UTC
Why we cannot install sbcl without sbcl-binary, while sbcl is installed on the system? I just make smth like:

 src_compile() {
+       mkdir -p ${WORKDIR}/sbcl-binary/output
        local bindir="${WORKDIR}/sbcl-binary"
+       cp -a /usr/lib64/sbcl/sbcl.core ${bindir}/output/sbcl.core

After this I have normal installation, using binary sbcl installed earlier. This solution certainly not preferred for systems without previous installation of sbcl.
Can you help me with my question?

Thank you.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-08 14:10:43 UTC
Err, because there's just totally no legal way to know that you already have sbcl installed at SRC_URI stage?
Comment 2 Maxim Treskin 2007-09-08 14:23:40 UTC
For this case we can add to IUSE flag like "nobin". I think that it is more prefferable way. Not so?
Comment 3 Marijn Schouten (RETIRED) gentoo-dev 2007-09-09 10:09:14 UTC
Hi Maxim,

I've been wanting to get this fixed.
Please pop into #gentoo-lisp if you want to discuss this.
Comment 4 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-03-24 15:19:56 UTC
This bug is too old. I close it.