Gentoo Archives: gentoo-user-de

From: David Haller <gentoo@×××××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] emake failed
Date: Wed, 21 Dec 2016 05:09:06
Message-Id: 20161221040711.64x7cvsj43wead5d@grusum.endjinn.de
In Reply to: [gentoo-user-de] emake failed by Sebastian
1 Hallo,
2
3 Am Tue, 20 Dec 2016, Sebastian schrieb:
4 >mittlerweile verweigern schon 2 Programme ihren bau. Leider bekomme ich aus
5 >den Fehlermeldungen nicht raus was mir weiterhilft. Der gcc wird erstmal ca 1h
6 >gebaut bevor die Fehlermeldung erscheint.
7 [..]
8 =================================================================
9 Package Settings
10 =================================================================
11
12 >dev-python/PyQt5-5.5.1::gentoo was built with the following:
13 >USE="dbus declarative gui network opengl printsupport svg widgets -debug -
14 >designer -doc -examples -gles2 -help -multimedia -positioning -sensors -
15 >serialport -sql -testlib -webchannel -webkit -websockets -x11extras -
16 >xmlpatterns" ABI_X86="64" PYTHON_TARGETS="python2_7 python3_4 -python3_5"
17 [..] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18 > * ERROR: dev-python/PyQt5-5.5.1::gentoo failed (compile phase):
19 > * emake failed
20 [..]
21 >x86_64-pc-linux-gnu-g++ -c -mtune=amdfam10 -O2 -pipe -fno-exceptions -
22 >std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -
23 >Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -isystem
24 >/usr/include/python3.4m -I../../PyQt-gpl-5.5.1/qpy/QtCore -isystem
25 ^^^^^^^^^^^^^^^^^^^^^^
26 >/usr/include/qt5 -isystem /usr/include/qt5/QtCore -I. -
27 >I/usr/lib64/qt5/mkspecs/linux-g++ -o sipQtCoreQtKeyboardModifiers.o
28 >sipQtCoreQtKeyboardModifiers.cpp
29 >In file included from sipQtCoreQt.cpp:24:0:
30 >sipAPIQtCore.h:28:17: fatal error: sip.h: No such file or directory
31 > #include <sip.h>
32 > ^
33 >compilation terminated.
34
35 Ist 'dev-python/sip' für Python 3.4 installiert?
36
37 # equery files dev-python/sip | grep 'sip\.h'
38 # equery uses -i dev-python/sip | grep target
39 # equery uses -i dev-python/PyQt5 | grep target
40
41 Die Ausgabe der letztern beiden müssen übereinstimmen. Aha, schon
42 geschnibbelt gehabt: du hast
43
44 PYTHON_SINGLE_TARGET="python2_7"
45 PYTHON_TARGETS="python2_7 python3_4"
46
47 in make.conf, baust also für 2.7 und 3.4, dazu passt auch obige
48 Ausgabe, aber scheinbar hast du dev-python/sip nicht für python3.4
49 gebaut. Durchsuch mal dein /etc/portage/ (z.B. mit mc) nach useflags
50 für dev-python/sip...
51
52
53 >libtool: link: (cd ".libs" && rm -f "libgfortran.so.3" && ln -s
54 >"libgfortran.so.3.0.0" "libgfortran.so.3")
55 >libtool: link: (cd ".libs" && rm -f "libgfortran.so" && ln -s
56 >"libgfortran.so.3.0.0" "libgfortran.so")
57 >libtool: link: /usr/x86_64-pc-linux-gnu/bin/ar rc .libs/libgfortran.a
58 [..]
59 >_mod_r16.o misc_specifics.o dprod_r8.o f2c_specifics.o
60 >libtool: link: /usr/x86_64-pc-linux-gnu/bin/ranlib .libs/libgfortran.a
61 >libtool: link: ( cd ".libs" && rm -f "libgfortran.la" && ln -s
62 >"../libgfortran.la" "libgfortran.la" )
63 [..]
64 >make[1]: Leaving directory '/var/tmp/portage/sys-devel/gcc-4.9.4/work/build'
65 >Makefile:20667: recipe for target 'bootstrap-lean' failed
66 >make: *** [bootstrap-lean] Error 2
67
68 Das ist alles ohne Fehler, der Fehler war irgendwo vorher, bau
69 mal mit '-j1' statt -j5, dann kann man die logs besser lesen, weil
70 nicht 5 makes durcheinander schreiben.
71
72 HTH,
73 -dnh
74
75 --
76 printk(KERN_ERR "BIGMAC: Would you like that for here or to go?\n");
77 linux-2.6.19/drivers/net/sunbmac.c

Replies

Subject Author
Re: [gentoo-user-de] emake failed Sebastian <selist@×××××.de>