Gentoo Archives: gentoo-science

From: Thomas Kahle <tomka@g.o>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Sage, ecls, maxima
Date: Sat, 13 Oct 2012 00:02:32
Message-Id: 20121012210908.GG16602@schlaumatte
In Reply to: Re: [gentoo-science] Sage, ecls, maxima by Francois Bissey
1 Hi,
2
3
4 On 14:09 Fri 12 Oct 2012, Francois Bissey wrote:
5 [...]
6 > >
7 > > I conclude that my original problem with sage not working was due to
8 > > some upgrade breaking either maxima or ecls (but not picked up by
9 > > revdep-rebuild!). When trying to rebuild I ran into the build failures
10 > > described above, but the combination of ecls-12.7.1 and maxima-5.26.0
11 > > builds and works with sage so far.
12 > >
13 >
14 > OK ecls is fine sbcl isn't. I would like you to try without unicode for
15 > both ecls and maxima. ecls with unicode can cause trouble in sage we
16 > thought we had a solution with Paulo (formerly from Mandriva) but it
17 > is not fool-proof.
18
19 ecls fails to install with USE="-unicode". Here's the error:
20
21 >>> Test phase [not enabled]: dev-lisp/ecls-12.2.1
22
23 >>> Install ecls-12.2.1 into /var/tmp/portage/dev-lisp/ecls-12.2.1/image/ category dev-lisp
24 make -j5 -l5 DESTDIR=/var/tmp/portage/dev-lisp/ecls-12.2.1/image/ install
25 cd build; make install
26 make[1]: Entering directory `/var/tmp/portage/dev-lisp/ecls-12.2.1/work/ecl-12.2.1/build'
27 # Here we would use the option -s but the install program in sourceforge-solaris
28 # is broken.
29 /bin/sh /var/tmp/portage/dev-lisp/ecls-12.2.1/work/ecl-12.2.1/src/gc/mkinstalldirs /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/bin/ /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/lib64/ \
30 /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/lib64/ecl-12.2.1/ /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/include/ /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/include//ecl
31 mkdir -p -- /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/bin/ /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/lib64/ /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/lib64/ecl-12.2.1/ /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/include/ /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/include//ecl
32 for i in bin/ecl; do \
33 /usr/bin/install -c $i /var/tmp/portage/dev-lisp/ecls-12.2.1/image//usr/bin/; \
34 done
35 /usr/bin/install: cannot stat ‘bin/ecl’: No such file or directory
36 make[1]: *** [install] Error 1
37 make[1]: Leaving directory `/var/tmp/portage/dev-lisp/ecls-12.2.1/work/ecl-12.2.1/build'
38 make: *** [install] Error 2
39 emake failed
40
41
42
43 --
44 Thomas Kahle
45 http://dev.gentoo.org/~tomka/

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-science] Sage, ecls, maxima Francois Bissey <fbissey@××××××××××××.nz>