Gentoo Archives: gentoo-amd64

From: "John P. Burkett" <burkett@×××.edu>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] attempt to emerge yacas on an amd64 machine
Date: Mon, 13 Nov 2006 01:36:03
Message-Id: 4557CB8A.1030004@uri.edu
1 When I do
2 USE="-glut" emerge yacas
3 on an amd64 machine, the response ends as follows: make[2]: ***
4 [mathcommands3.lo] Error 1
5 make[2]: *** Waiting for unfinished jobs....
6 rm -f .libs/patcher.lo
7 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl
8 -I./plat/linux32 -O2 -march=opteron -mtune=opteron -fomit-frame-pointer
9 -Wall -c patcher.cpp -MT patcher.lo -MD -MP -MF .deps/patcher.TPlo
10 -fPIC -DPIC -o patcher.o
11 mv -f errors.o .libs/errors.lo
12 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl
13 -I./plat/linux32 -O2 -march=opteron -mtune=opteron -fomit-frame-pointer
14 -Wall -c errors.cpp -MT errors.lo -MD -MP -MF .deps/errors.TPlo -o
15 errors.o >/dev/null 2>&1
16 mv -f patcher.o .libs/patcher.lo
17 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl
18 -I./plat/linux32 -O2 -march=opteron -mtune=opteron -fomit-frame-pointer
19 -Wall -c patcher.cpp -MT patcher.lo -MD -MP -MF .deps/patcher.TPlo -o
20 patcher.o >/dev/null 2>&1
21 mv -f yacasapi.o .libs/yacasapi.lo
22 mv -f .libs/errors.lo errors.lo
23 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl
24 -I./plat/linux32 -O2 -march=opteron -mtune=opteron -fomit-frame-pointer
25 -Wall -c yacasapi.cpp -MT yacasapi.lo -MD -MP -MF .deps/yacasapi.TPlo -o
26 yacasapi.o >/dev/null 2>&1
27 mv -f .libs/patcher.lo patcher.lo
28 mv -f .libs/mathcommands.lo mathcommands.lo
29 mv -f .libs/yacasapi.lo yacasapi.lo
30 make[2]: Leaving directory
31 `/var/tmp/portage/yacas-1.0.61/work/yacas-1.0.61/src'make[1]: ***
32 [all-recursive] Error 1
33 make[1]: Leaving directory `/var/tmp/portage/yacas-1.0.61/work/yacas-1.0.61'
34 make: *** [all] Error 2
35 !!! ERROR: sci-mathematics/yacas-1.0.61 failed.
36 Call stack:
37 ebuild.sh, line 1546: Called dyn_compile
38 ebuild.sh, line 937: Called src_compile
39 yacas-1.0.61.ebuild, line 36: Called die
40
41 Any help in diagnosing and solving this problem would be much appreciated.
42
43 John
44
45 --
46 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] attempt to emerge yacas on an amd64 machine Mike Doty <kingtaco@g.o>