Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328349 - [lisp overlay] dev-lisp/clisp-2.49 - ./clisp-link: directory clx/mit-clx does not contain a CLISP module
Summary: [lisp overlay] dev-lisp/clisp-2.49 - ./clisp-link: directory clx/mit-clx does...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-15 06:31 UTC by Mathieu Z
Modified: 2018-03-07 12:58 UTC (History)
3 users (show)

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


Attachments
Build log (dev-lisp:clisp-2.49:20100715-051215.log,455.09 KB, text/plain)
2010-07-15 06:32 UTC, Mathieu Z
Details
emerge-info (emerge.info,5.68 KB, text/plain)
2010-07-24 21:56 UTC, Mathieu Z
Details
clisp-2.49 patch to fix build with no new-clx (clisp-2.49.patch,283 bytes, patch)
2010-10-06 08:48 UTC, bugsgentoo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Z 2010-07-15 06:31:49 UTC
clisp failed during compile due to error shown in attached log.

Reproducible: Always

Steps to Reproduce:
1. emerge clisp
2.
3.

Actual Results:  
MAKE=make CLISP="/var/tmp/portage/dev-lisp/clisp-2.49/work/clisp-2.49/builddir/clisp  -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc" ./clisp-link add base full wildcard rawsock bindings/glibc clx/mit-clx postgresql berkeley-db dbus fastcgi gdbm gtk2 pcre zlib || (rm -rf full ; exit 1)
./clisp-link: directory clx/mit-clx does not contain a CLISP module
make: *** [full] Error 1
 * ERROR: dev-lisp/clisp-2.49 failed:
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_compile
 *   environment, line 2726:  Called die
 * The specific snippet of code:
 *       emake -j1 || die "emake failed"
 * 
 * If you need support, post the output of 'emerge --info =dev-lisp/clisp-2.49',
 * the complete build log and the output of 'emerge -pqv =dev-lisp/clisp-2.49'.
 * This ebuild is from an overlay named 'lisp': '/var/lib/layman/lisp/'
 * The complete build log is located at '/var/log/portage/dev-lisp:clisp-2.49:20100715-051215.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lisp/clisp-2.49/temp/environment'.
 * S: '/var/tmp/portage/dev-lisp/clisp-2.49/work/clisp-2.49'


Expected Results:  
Compiles
Comment 1 Mathieu Z 2010-07-15 06:32:53 UTC
Created attachment 238841 [details]
Build log

build log attached.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-19 00:36:51 UTC
(In reply to comment #0)
>  * If you need support, post the output of 'emerge --info
> =dev-lisp/clisp-2.49',
>  * the complete build log and the output of 'emerge -pqv =dev-lisp/clisp-2.49'.

...
Comment 3 Mathieu Z 2010-07-24 21:56:03 UTC
Created attachment 240059 [details]
emerge-info
Comment 4 Kilian Sprotte 2010-07-25 10:19:08 UTC
I experienced the same problem. Dont really have a fix for
it, but just to let you know that emerging clisp with USE
new-clx succeeds for me and might give you what you want.
Comment 5 bugsgentoo 2010-10-06 08:48:47 UTC
Created attachment 249727 [details, diff]
clisp-2.49 patch to fix build with no new-clx

Apparently the ebuild try to "enable_modules clx/new-clx" with or without new-clx USE FLAG.
Comment 6 Stelian Ionescu 2010-10-06 13:20:06 UTC
I changed the ebuild to only enable new-clx. MIT-CLX seems to have been deprecated so for the time being it will stay disabled
Comment 7 Chema Alonso Josa (RETIRED) gentoo-dev 2018-03-07 12:58:04 UTC
Current version of clisp in the tree is =dev-lisp/clisp-2.49.90