Gentoo Archives: gentoo-science

From: Steven Trogdon <strogdon@×××××.edu>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] sci-mathematics/maxima fails to build
Date: Wed, 06 Oct 2010 06:27:54
Message-Id: 1286346379.14223.0@pavilion64
In Reply to: Re: [gentoo-science] sci-mathematics/maxima fails to build by "François Bissey"
1 On 10/05/2010 10:51:39 PM, François Bissey wrote:
2 >> François,
3 >>
4 >> Both of the above fail in my 32bit chroot. maxima will not build with
5 >> the same "binary-ecls/maxima" error and ecls will not pass the
6 >> configure step.
7 >
8 > Could you share the log for ecls? And the useflags as well.
9 >
10 > Francois
11 >
12
13 32bit chroot:
14
15 [ebuild R ] dev-lisp/ecls-10.4.1 USE="-X -debug -gengc -precisegc
16 -threads -unicode"
17 [ebuild R ] sci-mathematics/maxima-5.20.1-r3 USE="ecl nls unicode -X
18 -clisp -cmucl -emacs (-gcl) -latex -openmcl -sbcl -tk -xemacs" LINGUAS="-es
19 -pt -pt_BR"
20
21 In config.log under
22 /var/tmp/portage/dev-lisp/ecls-10.4.1/work/ecl-10.4.1/build there is
23
24 configure:2859: checking for C compiler default output file name
25 configure:2881: i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -msse2 -pipe
26 -fomit-frame-pointer -
27 Wl,-01 -Wl,--sort-common -Wl,--as-needed conftest.c >&5
28 /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld:
29 unrecognized option
30 '-01'
31
32 ----------------------
33 amd64:
34 [ebuild R ] dev-lisp/ecls-10.4.1 USE="X threads -debug -gengc -precisegc
35 -unicode"
36 [ebuild R ] sci-mathematics/maxima-5.20.1-r3 USE="X clisp ecl emacs nls
37 sbcl tk unicode (-cmucl) (-gcl) -latex -openmcl -xemacs" LINGUAS="-es -pt
38 -pt_BR"
39
40 In the config.log there is
41
42 configure:2859: checking for C compiler default output file name
43 configure:2881: x86_64-pc-linux-gnu-gcc -march=opteron -O2 -pipe -Wl,-01
44 -Wl,--sort-com
45 mon -Wl,--as-needed conftest.c >&5
46 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/bin/ld:
47 unrecogni
48 zed option '-01'
49
50 Steve