Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115193 - dev-lisp/clisp-2.36 build error.
Summary: dev-lisp/clisp-2.36 build error.
Status: RESOLVED FIXED
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: 2005-12-11 06:50 UTC by PL Hayes
Modified: 2005-12-11 19:39 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 PL Hayes 2005-12-11 06:50:22 UTC
Installing clc...
;; Loading file /usr/lib/clisp/install-clc.lisp ...
;;  Loading file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp ...
;;  Loaded file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
;;  Loading file
/var/cache/common-lisp-controller/root/clisp/common-lisp-controller/common-lisp-controller.fas
...
;;  Loaded file
/var/cache/common-lisp-controller/root/clisp/common-lisp-controller/common-lisp-controller.fas
;;  Loading file /var/cache/common-lisp-controller/root/clisp/asdf/asdf.fas ...
;;  Loaded file /var/cache/common-lisp-controller/root/clisp/asdf/asdf.fas
;;  Loading file
/var/cache/common-lisp-controller/root/clisp/asdf/wild-modules.fas ...
;;  Loaded file /var/cache/common-lisp-controller/root/clisp/asdf/wild-modules.fas
Error during init-common-lisp-controller-v4: 
READ from #<CLOSED INPUT BUFFERED FILE-STREAM CHARACTER
 
#P"/usr/share/common-lisp/source/common-lisp-controller/post-sysdef-install.lisp"
@33>: #<PACKAGE
  POSIX> has no external symbol with name "USER-DATA-UID"

;; Loaded file /usr/lib/clisp/install-clc.lisp

I didn't see this at first (clisp seemed to install and run ok) but when I tried
to run slime with clisp, it couldn't load swank and I found that
asdf:*central-registry* is just '(*DEFAULT-PATHNAME-DEFAULTS*) - so missing the
path to the swank system.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2005-12-11 12:36:49 UTC
What version of dev-lisp/common-lisp-controller do you have installed?  Version
4.27 onwards is required because of that POSIX symbol change beginning with
CLISP 2.36.  The clisp-2.36 ebuild depends on
>=dev-lisp/common-lisp-controller-4.27.  The error you got is like the one I got
when I first tried porting clisp 2.36 using the older common-lisp-controller port.
Comment 2 PL Hayes 2005-12-11 14:15:51 UTC
Thanks for that Matthew. I had common-lisp-controller 4.15 originally
(clisp-2.36 didn't ask for it when I emerged it) but now I've emerged 4.27 and
all is well. In the ebuild for clisp-2.36, you might want to change 2.27 to 4.27
;-) 
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2005-12-11 19:39:28 UTC
Ugh.. sorry about that!