* [gentoo-science] common lisps overlay -> tree; maxima, fricas
@ 2013-04-20 15:13 grozin
2013-04-22 3:26 ` Steven Trogdon
2013-04-29 21:50 ` fbissey
0 siblings, 2 replies; 7+ messages in thread
From: grozin @ 2013-04-20 15:13 UTC (permalink / raw
To: gentoo-lisp; +Cc: gentoo-science
Hello *,
Today I've committed to the tree the following packages (all pmasked):
dev-lisp/asdf-2.33-r4
dev-lisp/uiop-2.33-r1
dev-lisp/sbcl-1.1.6-r4
dev-lisp/clisp-2.49-r7.ebuild
dev-lisp/clozurecl-1.9_p1
dev-lisp/ecls-12.12.1-r4
dev-lisp/cmucl-20d-r3
sci-mathematics/maxima-5.30.0
sci-mathematics/fricas-1.2.0
The lisp stuff is from the lisp overlay. I haven't used the overlay
specific eclasses, just the standard helpers (doins etc.).
clozurecl-1.9-r3 from the overlay is a live ebuild; are some of the recent
updates essential? I replaced it by the today's snapshot (I've put it to
dev.gentoo.org).
In clisp, I've corrected the dependency on pari (alas, it has to be
<pari-2.5), and added an upstream patch which may be needed for new gcc
versions.
All abuilds are EAPI=5. Now, when a lisp used for maxima or fricas is
upgraded, these CASs will be upgraded automatically - this is exactly the
main point of EAPI5. It would be great to unmask all these packages soon,
not to wait for years. Any specific reasons not to do so for any of these
packages? Should something be improved before unmasking? Please, test! And
inform me. Testsuites of maxima and fricas are OK, so, the lisps cannot be
broken. But I am not so sure about the asdf stuff.
Andrey
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
2013-04-20 15:13 [gentoo-science] common lisps overlay -> tree; maxima, fricas grozin
@ 2013-04-22 3:26 ` Steven Trogdon
2013-04-29 21:50 ` fbissey
1 sibling, 0 replies; 7+ messages in thread
From: Steven Trogdon @ 2013-04-22 3:26 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 1730 bytes --]
On Sat, Apr 20, 2013 at 10:13 AM, <grozin@gentoo.org> wrote:
> Hello *,
>
> Today I've committed to the tree the following packages (all pmasked):
>
> dev-lisp/asdf-2.33-r4
> dev-lisp/uiop-2.33-r1
> dev-lisp/sbcl-1.1.6-r4
> dev-lisp/clisp-2.49-r7.ebuild
> dev-lisp/clozurecl-1.9_p1
> dev-lisp/ecls-12.12.1-r4
> dev-lisp/cmucl-20d-r3
> sci-mathematics/maxima-5.30.0
> sci-mathematics/fricas-1.2.0
>
> The lisp stuff is from the lisp overlay. I haven't used the overlay
> specific eclasses, just the standard helpers (doins etc.).
>
> clozurecl-1.9-r3 from the overlay is a live ebuild; are some of the recent
> updates essential? I replaced it by the today's snapshot (I've put it to
> dev.gentoo.org).
>
> In clisp, I've corrected the dependency on pari (alas, it has to be
> <pari-2.5), and added an upstream patch which may be needed for new gcc
> versions.
>
> All abuilds are EAPI=5. Now, when a lisp used for maxima or fricas is
> upgraded, these CASs will be upgraded automatically - this is exactly the
> main point of EAPI5. It would be great to unmask all these packages soon,
> not to wait for years. Any specific reasons not to do so for any of these
> packages? Should something be improved before unmasking? Please, test! And
> inform me. Testsuites of maxima and fricas are OK, so, the lisps cannot be
> broken. But I am not so sure about the asdf stuff.
>
> Andrey
>
>
There is
https://bugs.gentoo.org/show_bug.cgi?id=465560
which I reported and seems to be related to slower hardware when running
the self-tests. This problem is still present with sbcl-1.1.6-r4. I'm not
sure about the threads issue that's also reported in the same bug. It seems
to me that sbcl, at least here, isn't built in parallel.
Steve
[-- Attachment #2: Type: text/html, Size: 2264 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
2013-04-20 15:13 [gentoo-science] common lisps overlay -> tree; maxima, fricas grozin
2013-04-22 3:26 ` Steven Trogdon
@ 2013-04-29 21:50 ` fbissey
2013-04-30 16:13 ` grozin
1 sibling, 1 reply; 7+ messages in thread
From: fbissey @ 2013-04-29 21:50 UTC (permalink / raw
To: gentoo-science
Quoting grozin@gentoo.org:
> Hello *,
>
> Today I've committed to the tree the following packages (all pmasked):
>
> dev-lisp/asdf-2.33-r4
> dev-lisp/uiop-2.33-r1
> dev-lisp/sbcl-1.1.6-r4
> dev-lisp/clisp-2.49-r7.ebuild
> dev-lisp/clozurecl-1.9_p1
> dev-lisp/ecls-12.12.1-r4
> dev-lisp/cmucl-20d-r3
> sci-mathematics/maxima-5.30.0
> sci-mathematics/fricas-1.2.0
>
> The lisp stuff is from the lisp overlay. I haven't used the overlay
> specific eclasses, just the standard helpers (doins etc.).
>
> clozurecl-1.9-r3 from the overlay is a live ebuild; are some of the recent
> updates essential? I replaced it by the today's snapshot (I've put it to
> dev.gentoo.org).
>
> In clisp, I've corrected the dependency on pari (alas, it has to be
> <pari-2.5), and added an upstream patch which may be needed for new gcc
> versions.
>
> All abuilds are EAPI=5. Now, when a lisp used for maxima or fricas is
> upgraded, these CASs will be upgraded automatically - this is exactly the
> main point of EAPI5. It would be great to unmask all these packages soon,
> not to wait for years. Any specific reasons not to do so for any of these
> packages? Should something be improved before unmasking? Please, test! And
> inform me. Testsuites of maxima and fricas are OK, so, the lisps cannot be
> broken. But I am not so sure about the asdf stuff.
Sorry to have taken so long to look at it. In maxima. The ecls library for
maxima has changed name with the new asdf. So
newins maxima.fasb maxima.fas
should become:
newins maxima.system.fasb maxima.fas
Francois
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
2013-04-29 21:50 ` fbissey
@ 2013-04-30 16:13 ` grozin
2013-04-30 18:55 ` Francois Bissey
0 siblings, 1 reply; 7+ messages in thread
From: grozin @ 2013-04-30 16:13 UTC (permalink / raw
To: fbissey; +Cc: gentoo-science
On Tue, 30 Apr 2013, fbissey@slingshot.co.nz wrote:
> The ecls library for
> maxima has changed name with the new asdf. So
> newins maxima.fasb maxima.fas
> should become:
> newins maxima.system.fasb maxima.fas
How have you got so far? I get
;;; Loading #P"/usr/lib/ecl-12.12.1/asdf.fas"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.An error occurred during initialization:
The function ASDF/INTERFACE::REMOVE-KEYS is undefined..
* ERROR: sci-mathematics/maxima-5.30.0 failed (install phase):
* !!! newins: maxima.system.fasb does not exist
It seems maxima-build.lisp (or some file included from it) is not
compatible with the current asdf.
Andrey
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
2013-04-30 16:13 ` grozin
@ 2013-04-30 18:55 ` Francois Bissey
2013-05-23 10:22 ` fbissey
0 siblings, 1 reply; 7+ messages in thread
From: Francois Bissey @ 2013-04-30 18:55 UTC (permalink / raw
To: gentoo-science
On 01/05/13 04:13, grozin@gentoo.org wrote:
> On Tue, 30 Apr 2013, fbissey@slingshot.co.nz wrote:
>> The ecls library for
>> maxima has changed name with the new asdf. So
>> newins maxima.fasb maxima.fas
>> should become:
>> newins maxima.system.fasb maxima.fas
> How have you got so far? I get
>
> ;;; Loading #P"/usr/lib/ecl-12.12.1/asdf.fas"
> ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
> ;;;
> ;;; End of Pass 1.An error occurred during initialization:
> The function ASDF/INTERFACE::REMOVE-KEYS is undefined..
> * ERROR: sci-mathematics/maxima-5.30.0 failed (install phase):
> * !!! newins: maxima.system.fasb does not exist
>
> It seems maxima-build.lisp (or some file included from it) is not
> compatible with the current asdf.
>
I see, I hadn't actually tested it with the latest ecls from the tree
that copies an adsf file from adsf-2.33-r3. The change I mentioned works
without that. Don't know what to do about that yet.
By the way can you make ecls-12.12.1-r4 prefix friendly by replacing
cp /usr/share/common-lisp/source/asdf/build/asdf.lisp
with
cp ${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp
Francois
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
2013-04-30 18:55 ` Francois Bissey
@ 2013-05-23 10:22 ` fbissey
2013-05-23 21:38 ` fbissey
0 siblings, 1 reply; 7+ messages in thread
From: fbissey @ 2013-05-23 10:22 UTC (permalink / raw
To: gentoo-science
Quoting Francois Bissey <fbissey@slingshot.co.nz>:
> On 01/05/13 04:13, grozin@gentoo.org wrote:
>> On Tue, 30 Apr 2013, fbissey@slingshot.co.nz wrote:
>>> The ecls library for
>>> maxima has changed name with the new asdf. So
>>> newins maxima.fasb maxima.fas
>>> should become:
>>> newins maxima.system.fasb maxima.fas
>> How have you got so far? I get
>>
>> ;;; Loading #P"/usr/lib/ecl-12.12.1/asdf.fas"
>> ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
>> ;;;
>> ;;; End of Pass 1.An error occurred during initialization:
>> The function ASDF/INTERFACE::REMOVE-KEYS is undefined..
>> * ERROR: sci-mathematics/maxima-5.30.0 failed (install phase):
>> * !!! newins: maxima.system.fasb does not exist
>>
>> It seems maxima-build.lisp (or some file included from it) is not
>> compatible with the current asdf.
>>
>
> I see, I hadn't actually tested it with the latest ecls from the tree
> that copies an adsf file from adsf-2.33-r3. The change I mentioned works
> without that. Don't know what to do about that yet.
> By the way can you make ecls-12.12.1-r4 prefix friendly by replacing
> cp /usr/share/common-lisp/source/asdf/build/asdf.lisp
> with
> cp ${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp
>
I think I may have a clue. "remove-keys" is defined in asdf 2 and used
in asdf-bundle. These two are shipped in contrib/asdf:
ll contrib/asdf/ll contrib/asdf/
total 300K
drwxr-xr-x 2 fbissey fbissey 4.0K Dec 8 10:01 .
drwxr-xr-x 17 fbissey fbissey 4.0K Dec 8 10:01 ..
-rw-r--r-- 1 fbissey fbissey 542 Dec 8 10:01 README
-rw-r--r-- 1 fbissey fbissey 713 Dec 8 10:01 README.ECL
-rw-r--r-- 1 fbissey fbissey 23K Dec 8 10:01 asdf-bundle.lisp
-rwxr-xr-x 1 fbissey fbissey 17K Dec 8 10:01 asdf-ecl.lisp
-rw-r--r-- 1 fbissey fbissey 196K Dec 8 10:01 asdf.lisp
-rw-r--r-- 1 fbissey fbissey 41K Dec 8 10:01 asdf.texinfo
asdf-ecl.lisp is historic but not used. asdf-bundle in this source is supposed
to used against asdf as shipped in this version of ecls.
The two files are used when building asdf as shipped by ecls, from
src/compile.lisp.in:
;;;
;;; * ASDF
;;;
#+WANTS-ASDF
(build-module "asdf"
'("ext:asdf;asdf.lisp"
"ext:asdf;asdf-bundle.lisp")
:dir "build:ext;"
:prefix "EXT"
:builtin #+:BUILTIN-ASDF t #-:BUILTIN-ASDF nil)
asdf 3.0 includes asdf-bundle but here when building we mix incompatible
versions. A first step will be to patch src/compile.lisp.in not to add
asdf-bundle.lisp when building the asdf module for ecls. That may not
solve everything but that would be a first step in the right direction.
Francois
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
2013-05-23 10:22 ` fbissey
@ 2013-05-23 21:38 ` fbissey
0 siblings, 0 replies; 7+ messages in thread
From: fbissey @ 2013-05-23 21:38 UTC (permalink / raw
To: gentoo-science
Quoting fbissey@slingshot.co.nz:
> Quoting Francois Bissey <fbissey@slingshot.co.nz>:
>
>> On 01/05/13 04:13, grozin@gentoo.org wrote:
>>> On Tue, 30 Apr 2013, fbissey@slingshot.co.nz wrote:
>>>> The ecls library for
>>>> maxima has changed name with the new asdf. So
>>>> newins maxima.fasb maxima.fas
>>>> should become:
>>>> newins maxima.system.fasb maxima.fas
>>> How have you got so far? I get
>>>
>>> ;;; Loading #P"/usr/lib/ecl-12.12.1/asdf.fas"
>>> ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
>>> ;;;
>>> ;;; End of Pass 1.An error occurred during initialization:
>>> The function ASDF/INTERFACE::REMOVE-KEYS is undefined..
>>> * ERROR: sci-mathematics/maxima-5.30.0 failed (install phase):
>>> * !!! newins: maxima.system.fasb does not exist
>>>
>>> It seems maxima-build.lisp (or some file included from it) is not
>>> compatible with the current asdf.
>>>
>>
>> I see, I hadn't actually tested it with the latest ecls from the tree
>> that copies an adsf file from adsf-2.33-r3. The change I mentioned works
>> without that. Don't know what to do about that yet.
>> By the way can you make ecls-12.12.1-r4 prefix friendly by replacing
>> cp /usr/share/common-lisp/source/asdf/build/asdf.lisp
>> with
>> cp ${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp
>>
> I think I may have a clue. "remove-keys" is defined in asdf 2 and used
> in asdf-bundle. These two are shipped in contrib/asdf:
> ll contrib/asdf/ll contrib/asdf/
> total 300K
> drwxr-xr-x 2 fbissey fbissey 4.0K Dec 8 10:01 .
> drwxr-xr-x 17 fbissey fbissey 4.0K Dec 8 10:01 ..
> -rw-r--r-- 1 fbissey fbissey 542 Dec 8 10:01 README
> -rw-r--r-- 1 fbissey fbissey 713 Dec 8 10:01 README.ECL
> -rw-r--r-- 1 fbissey fbissey 23K Dec 8 10:01 asdf-bundle.lisp
> -rwxr-xr-x 1 fbissey fbissey 17K Dec 8 10:01 asdf-ecl.lisp
> -rw-r--r-- 1 fbissey fbissey 196K Dec 8 10:01 asdf.lisp
> -rw-r--r-- 1 fbissey fbissey 41K Dec 8 10:01 asdf.texinfo
>
> asdf-ecl.lisp is historic but not used. asdf-bundle in this source is
> supposed
> to used against asdf as shipped in this version of ecls.
> The two files are used when building asdf as shipped by ecls, from
> src/compile.lisp.in:
> ;;;
> ;;; * ASDF
> ;;;
> #+WANTS-ASDF
> (build-module "asdf"
> '("ext:asdf;asdf.lisp"
> "ext:asdf;asdf-bundle.lisp")
> :dir "build:ext;"
> :prefix "EXT"
> :builtin #+:BUILTIN-ASDF t #-:BUILTIN-ASDF nil)
>
> asdf 3.0 includes asdf-bundle but here when building we mix incompatible
> versions. A first step will be to patch src/compile.lisp.in not to add
> asdf-bundle.lisp when building the asdf module for ecls. That may not
> solve everything but that would be a first step in the right direction.
>
Removing asdf-bundle.lisp is definitely the right thing to do but that doesn't
put me out of my misery:
;;; Loading #P"/usr/lib64/ecl-12.12.1/asdf.fas"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.An error occurred during initialization:
Component :MAXIMA not found.
At this stage I think some element of asdf-bundle have changed and I
may need to
find someone knowledgeable with it to get it right.
I'll try to fill a bug with a patch today in bugzilla.
Francois
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-23 21:40 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-20 15:13 [gentoo-science] common lisps overlay -> tree; maxima, fricas grozin
2013-04-22 3:26 ` Steven Trogdon
2013-04-29 21:50 ` fbissey
2013-04-30 16:13 ` grozin
2013-04-30 18:55 ` Francois Bissey
2013-05-23 10:22 ` fbissey
2013-05-23 21:38 ` fbissey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox