Gentoo Archives: gentoo-user

From: Sorav Bansal <bsorav@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge: gcc compilation fails
Date: Mon, 05 Jun 2006 20:41:07
Message-Id: 21dbb7da0606051327i4c2a5287nd7054257f9789c2f@mail.gmail.com
1 I have a gentoo box with kernel version 2.6.12. I regularly perform
2 "emerge sync" and "emerge --update world".
3
4 After one such update, I am facing trouble compiling any
5 packages on my gentoo box. The same package compiles fine if I
6 manually download the package and type "./configure && make"
7
8 Below is a trace of the messages.
9
10 $ emerge portage
11 ....
12 creating build/temp.linux-i686-2.4
13 creating build/temp.linux-i686-2.4/src
14 i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2
15 -march=i686 alsa -fPIC -Isrc/ -I/usr/include/python2.4 -c src/MD2.c -o
16 build/temp.linux-i686-2.4/src/MD2.o
17 i686-pc-linux-gnu-gcc: cannot specify -o with -c or -S and multiple compilations
18 error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
19
20 !!! ERROR: dev-python/pycrypto-2.0.1-r5 failed.
21 Call stack:
22 ebuild.sh, line 1526: Called dyn_compile
23 ebuild.sh, line 923: Called src_compile
24 pycrypto-2.0.1-r5.ebuild, line 38: Called distutils_src_compile
25 distutils.eclass, line 35: Called die
26
27
28 I would really appreciate any help.
29
30 Regards
31
32 Sorav
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge: gcc compilation fails Richard Fish <bigfish@××××××××××.org>