Gentoo Archives: gentoo-user

From: Florian Philipp <f.philipp@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge kdesktop fails
Date: Sun, 17 Jun 2007 14:45:26
Message-Id: 200706171635.20289.f.philipp@addcom.de
In Reply to: [gentoo-user] emerge kdesktop fails by dexter
1 Am Sonntag 17 Juni 2007 12:36 schrieb dexter:
2 > I've already posted to gentoo forums, but it didn't do me any good.
3 >
4 > I'm trying to install gentoo on my desktop computer, and emerge kdesktop
5 > fails on compiling qt.
6 > Build log from qt compilation is as follows
7 >
8 >
9 > /var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/bin/moc
10 > mainwindow.h -o .moc/release-shared-mt/moc_mainwindow.cpp
11 > make[3]: *** [qmake_image_collection.cpp] Illegal instruction
12 > make[3]: *** Deleting file `qmake_image_collection.cpp'
13 > make[3]: *** Waiting for unfinished jobs....
14 > make[3]: Leaving directory
15 > `/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools/designe
16 >r/designer' make[2]: *** [sub-designer] Error 2
17 > make[2]: Leaving directory
18 > `/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools/designe
19 >r' make[1]: *** [sub-designer] Error 2
20 > make[1]: Leaving directory
21 > `/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools'
22 > make: *** [sub-tools] Error 2
23 >
24 > !!! ERROR: x11-libs/qt-3.3.8-r2 failed.
25 > Call stack:
26 > ebuild.sh, line 1615: Called dyn_compile
27 > ebuild.sh, line 972: Called qa_call 'src_compile'
28 > ebuild.sh, line 44: Called src_compile
29 > qt-3.3.8-r2.ebuild, line 215: Called die
30 >
31 > !!! (no error message)
32 > !!! If you need support, post the topmost build error, and the call
33 > stack if relevant.
34 > !!! A complete build log is located at
35 > '/var/tmp/portage/x11-libs/qt-3.3.8-r2/temp/build.log'.
36 >
37 >
38 > I was advised to upgrade to newest gcc - I did, and I also have the
39 > latest binutils avaluable in the portage. None of those thing helped.
40 > I'm quite stuck - I've installed gentoo on several other machines, but
41 > never had such a problem.
42 > Please advise
43 >
44 > Regards
45 > Krzysztof.
46
47 I've got the same problem while preparing two gentoo installations in two
48 chroots. Only qt-3* (not qt-4* !), Celestia and Kspread do not compile. No
49 special cflags. Deactivating useflags did not help.
50 In one chroot I could partially solve the problem by reducing the number of
51 make jobs to one ( MAKEOPTS="-j1" )