Gentoo Archives: gentoo-science

From: Francois Bissey <fbissey@××××××××××××.nz>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
Date: Tue, 30 Apr 2013 18:55:13
Message-Id: 5180138B.2080905@slingshot.co.nz
In Reply to: Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas by grozin@gentoo.org
1 On 01/05/13 04:13, grozin@g.o wrote:
2 > On Tue, 30 Apr 2013, fbissey@××××××××××××.nz wrote:
3 >> The ecls library for
4 >> maxima has changed name with the new asdf. So
5 >> newins maxima.fasb maxima.fas
6 >> should become:
7 >> newins maxima.system.fasb maxima.fas
8 > How have you got so far? I get
9 >
10 > ;;; Loading #P"/usr/lib/ecl-12.12.1/asdf.fas"
11 > ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
12 > ;;;
13 > ;;; End of Pass 1.An error occurred during initialization:
14 > The function ASDF/INTERFACE::REMOVE-KEYS is undefined..
15 > * ERROR: sci-mathematics/maxima-5.30.0 failed (install phase):
16 > * !!! newins: maxima.system.fasb does not exist
17 >
18 > It seems maxima-build.lisp (or some file included from it) is not
19 > compatible with the current asdf.
20 >
21
22 I see, I hadn't actually tested it with the latest ecls from the tree
23 that copies an adsf file from adsf-2.33-r3. The change I mentioned works
24 without that. Don't know what to do about that yet.
25 By the way can you make ecls-12.12.1-r4 prefix friendly by replacing
26 cp /usr/share/common-lisp/source/asdf/build/asdf.lisp
27 with
28 cp ${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp
29
30 Francois

Replies

Subject Author
Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas fbissey@××××××××××××.nz