Gentoo Archives: gentoo-user-de

From: Frank Numrich <fnumrich@×××.de>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] Fehler beim kompilieren von libxklavier
Date: Fri, 06 Jan 2006 11:11:49
Message-Id: 20060106120953.4194d624@czw080
1 Hallo,
2
3 beim e___mergen von gnome bin ich auf folgendes Problem gestossen. Ich scheine der
4 einzige zu sein, da weder in den Newsgroups, in den Gentoo-Foren noch in Bugzilla
5 dieses Problem auftaucht.
6
7 Eine Abhängigkeit beim emergen von gnome ist x11-libs/libxklavier. Dieses bricht
8 jedoch mit folgender Meldung ab:
9
10 **********************************
11 ...
12 Making all in tests
13 make[2]: Entering directory `/var/tmp/portage/libxklavier-2.0/work/libxklavier-2.0/tests'
14 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -I/usr/include -I -I.. -O2 -march=i686 -fomit-frame-pointer -Os -mmmx -mfpmath=sse -pipe -fforce-addr -MT test_config.o -MD -MP -MF ".deps/test_config.Tpo" -c -o test_config.o test_config.c; \
15 then mv -f ".deps/test_config.Tpo" ".deps/test_config.Po"; else rm -f ".deps/test_config.Tpo"; exit 1; fi
16 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -I/usr/include -I -I.. -O2 -march=i686 -fomit-frame-pointer -Os -mmmx -mfpmath=sse -pipe -fforce-addr -MT test_monitor.o -MD -MP -MF ".deps/test_monitor.Tpo" -c -o test_monitor.o test_monitor.c; \
17 then mv -f ".deps/test_monitor.Tpo" ".deps/test_monitor.Po"; else rm -f ".deps/test_monitor.Tpo"; exit 1; fi
18 cc1: warning: SSE instruction set disabled, using 387 arithmetics
19 cc1: warning: SSE instruction set disabled, using 387 arithmetics
20 make[2]: *** [test_monitor.o] Error 1
21 make[2]: *** Waiting for unfinished jobs....
22 make[2]: *** [test_config.o] Error 1
23 make[2]: Leaving directory `/var/tmp/portage/libxklavier-2.0/work/libxklavier-2.0/tests'
24 make[1]: *** [all-recursive] Error 1
25 make[1]: Leaving directory `/var/tmp/portage/libxklavier-2.0/work/libxklavier-2.0'
26 make: *** [all] Error 2
27
28 !!! ERROR: x11-libs/libxklavier-2.0 failed.
29 !!! Function src_compile, Line 43, Exitcode 2
30 !!! emake failed
31 !!! If you need support, post the topmost build error, NOT this status message.
32
33 **********************************
34
35 Das Problem tritt sowohl mit x11-libs/libxklavier-2.0 als auch mit x11-libs/libxklavier-2.0-r1 auf.
36 Mir ist ehrlich gesagt nicht ganz klar, was hier nun der Fehler ist.
37 Die Anweisung
38 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -I/usr/include -I -I.. -O2 -march=i686 -fomit-frame-pointer -Os -mmmx -mfpmath=sse -pipe -fforce-addr -MT test_monitor.o -MD -MP - MF ".deps/test_monitor.Tpo" -c -o test_monitor.o test_monitor.c; \
39 then mv -f ".deps/test_monitor.Tpo" ".deps/test_monitor.Po"; else rm -f ".deps/test_monitor.Tpo"; exit 1; fi
40 scheint zu korrekt zu funktionieren, da die Datei .deps/test_monitor.Po vorhanden ist.
41 Die cc1-Warning dürfte ja nicht zum Abbruch führen.
42
43 Falls hier jemand weiterhelfen kann bin ich sehr dankbar.
44
45 Viele Grüße
46 Frank
47
48 --
49 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Fehler beim kompilieren von libxklavier Florian Malik <floma@×××××××.ch>
Re: [gentoo-user-de] Fehler beim kompilieren von libxklavier Till Schwalbe <gentoo@×××××××.de>