Sie sind nicht angemeldet.

1

26.10.2006, 16:59

emerge xorg-x11: emake failed

Hallo!

Ich hab leider ein kleines Problem:

Wenn ich xorg-x11 emergen will, bekomm ich immer diese Fehlermeldung:

Quellcode

1
2
3
4
5
6
7
!!! ERROR: x11-base/xorg-server-1.1.1-r1 failed.
Call stack:
ebuild.sh, line 1568: Called dyn_compile
ebuild.sh, line 937: Called src_compile
ebuild.sh, line 1261: Called x-modular_src_compile
x-modular.eclass, line 331: Called x-modular_src_make
x-modular.eclass, line 326: Called die

Ich hab auch schon "emerge --sync" ausgeführt, aber das Problem besteht noch immer....
Achja im Anhang findet ihr die komplette ausgabe.

Könnt ihr mir bitte helfen?

Danke im Voraus!

2

26.10.2006, 17:12

was hast du fürn system,
was hast du für ne make.conf, und was hast du schon vorher alles gemerged, zb. xorg-x11?

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »AgentNice« (26.10.2006, 17:13)


3

26.10.2006, 17:29

@AgentNice

Danke für die Antwort!

Also: Ich habe davor xorg v. 6.9 installiert und jetzt wollt ich auf 7.1 updaten...

Meine make.conf schaut so aus:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

GENTOO_MIRRORS="http://gentoo.inode.at/ ftp://gentoo.inode.at/source/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ "

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
ACCEPT_KEYWORDS="~x86"

# Modular xorg-x11
INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="nvidia vesa vmware nv"
ALSA_CARDS="intel8x0"
PORTDIR_OVERLAY="/usr/local/portage"

#LINGUAS="de"
USE="unicode nls"


Zitat

was hast du fürn system,

meinsch jetzt Hardware mäßig?

4

27.10.2006, 00:00

das mit dem system hat sich schon erledigt, wollte nur den chost wissen,

localhost agentnice # emerge xorg-server -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild R ] x11-base/xorg-server-1.1.1-r1 USE="dri ipv6 nptl xorg -3dfx -aiglx -debug -dmx -kdrive -minimal -sdl -xprint" INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="nvidia -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo" 0 kB


probier mal zumindest die USE-Flag "X" global in die make.conf nachzutragen, und ein xorg in die
/etc/portage/package.use so:

Zitat

xorg-server xorg

eventuel noch mehr useflags, ich weiß nich, ob damit die globalen von der make.conf überschrieben werden, also eventuel, sowas wie nvidia nachtragen,
und dann mit den neuen use-flags nach nem

Zitat

emerge --sync
emerge xorg-x11
emerge xorg-server

machen

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »AgentNice« (27.10.2006, 00:01)


5

27.10.2006, 00:20

Du könntest es "temporär" umgehen, in dem du "--disable-screensaver" dem configure mitgibst.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

6

27.10.2006, 09:19

Hi,

genau das gleiche Problem habe ich im Moment auch, ich wollte auch den xorg von 6.9 auf 7.1 updaten.

Leider kommt bei mir der Fehler in jedem Paket, das das System installieren will. Angefangen haben die Fehler beim Paket freeglut.

@ Cool_Overrider:
Haben dir die obigen Tipps etwas geholfen?

Wenn du das Problem gelöst hast, wäre es nett, wenn du's hier reinschreiben könntest.

Vielen Dank!
Bart Simpson

7

27.10.2006, 10:06

Ich würde mal noch die USE-Flags "nptl" und "xorg" setzen.

Was sagt ein

Quellcode

1
revdep-rebuild


Dann ein

Quellcode

1
emerge -vaDNu world

durchlaufen lassen

Könntet ihr mal posten mit was genau ein

Quellcode

1
emerge -va1 virtual/x11

abbricht?
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

8

27.10.2006, 10:15

Hi, danke für die schnelle Hilfe.

Ich poste meine Ausgabe mal hier:
@ Cool_Overrider: Ich hoffe, es stört dich nicht, aber ich denke, wir beide haben das gleiche Problem, wenn du willst, kann ich aber auch einen eigenen Thread aufmachen.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild N ] app-text/rman-3.2 77 kB
[ebuild N ] x11-themes/gentoo-xcursors-0.3.1 1,168 kB
[ebuild N ] x11-apps/xdriinfo-1.0.1 USE="-debug" 79 kB
[ebuild N ] x11-misc/xorg-cf-files-1.0.2 USE="-debug" 258 kB
[ebuild N ] x11-misc/imake-1.0.2 USE="-debug" 110 kB
[ebuild N ] x11-libs/libXprintUtil-1.0.1 USE="-debug" 218 kB
[ebuild N ] x11-libs/libXprintAppUtil-1.0.1 USE="-debug" 203 kB
[ebuild N ] x11-apps/xsetroot-1.0.1 USE="-debug" 75 kB
[ebuild N ] x11-apps/xcursorgen-1.0.1 USE="-debug" 80 kB
[ebuild N ] x11-themes/xcursor-themes-1.0.1 USE="-debug" 2,204 kB
[ebuild N ] x11-libs/libFS-1.0.0 USE="ipv6 -debug" 231 kB
[ebuild N ] x11-proto/dmxproto-2.2.2 USE="-debug" 38 kB
[ebuild N ] x11-libs/libdmx-1.0.2 USE="-debug" 225 kB
[ebuild N ] x11-proto/recordproto-1.13.2 USE="-debug" 38 kB
[ebuild N ] x11-libs/libXtst-1.0.1 USE="-debug" 207 kB
[ebuild N ] x11-apps/xdpyinfo-1.0.1 USE="-debug" 85 kB
[ebuild N ] x11-proto/evieext-1.0.2 USE="-debug" 36 kB
[ebuild N ] x11-libs/libXevie-1.0.1 USE="-debug" 219 kB
[ebuild N ] x11-libs/libXTrap-1.0.0 USE="-debug" 214 kB
[ebuild N ] x11-apps/sessreg-1.0.0 USE="-debug" 80 kB
[ebuild N ] x11-apps/xdm-1.0.5 USE="ipv6 pam -debug -xprint" 355 kB
[ebuild N ] x11-apps/mesa-progs-6.5.1 0 kB
[ebuild N ] x11-misc/xkeyboard-config-0.8 0 kB
[ebuild N ] x11-apps/rgb-1.0.1 USE="-debug" 89 kB
[ebuild N ] x11-proto/resourceproto-1.0.2 USE="-debug" 35 kB
[ebuild N ] x11-libs/libxkbui-1.0.2 USE="-debug" 216 kB
[ebuild N ] x11-apps/iceauth-1.0.1 USE="-debug" 82 kB
[ebuild N ] media-fonts/font-adobe-75dpi-1.0.0 USE="nls" 826 kB
[ebuild N ] x11-proto/xf86rushproto-1.1.2 USE="-debug" 36 kB
[ebuild N ] media-fonts/font-misc-misc-1.0.0 USE="nls" 1,812 kB
[ebuild N ] media-fonts/font-cursor-misc-1.0.0 USE="nls" 41 kB
[ebuild N ] x11-libs/libXres-1.0.1 USE="-debug" 220 kB
[ebuild N ] x11-base/xorg-server-1.1.1-r1 USE="dri ipv6 nptl sdl xorg -3dfx -aiglx -debug -dmx -kdrive -minimal -xprint" INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mga neomagic nsc nv rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo -epson -fglrx (-impact) -mach64 (-newport) -nvidia -r128 -radeon (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx)" 6,105 kB
[ebuild N ] x11-base/xorg-x11-7.1 0 kB
[ebuild N ] x11-drivers/xf86-video-ark-0.6.0 USE="-debug" 226 kB
[ebuild N ] x11-drivers/xf86-video-tseng-1.1.0 USE="-debug" 261 kB
[ebuild N ] x11-drivers/xf86-video-vga-4.1.0 USE="-debug" 228 kB
[ebuild N ] x11-drivers/xf86-video-v4l-0.1.1 USE="-debug" 229 kB
[ebuild N ] x11-drivers/xf86-video-s3virge-1.9.1 USE="-debug" 273 kB
[ebuild N ] x11-drivers/xf86-video-vmware-10.13.0 USE="-debug" 253 kB
[ebuild N ] x11-drivers/xf86-video-nv-1.2.0 USE="-debug" 279 kB
[ebuild N ] x11-drivers/xf86-video-neomagic-1.1.1 USE="-debug" 257 kB
[ebuild N ] x11-drivers/xf86-video-i740-1.1.0 USE="-debug" 252 kB
[ebuild N ] x11-drivers/xf86-video-i128-1.2.0 USE="-debug" 257 kB
[ebuild N ] x11-drivers/xf86-video-siliconmotion-1.4.1 USE="-debug" 264 kB
[ebuild N ] x11-drivers/xf86-video-dummy-0.2.0 USE="-debug" 223 kB
[ebuild N ] x11-drivers/xf86-video-voodoo-1.1.0 USE="-debug" 238 kB
[ebuild N ] x11-drivers/xf86-input-evdev-1.1.2-r2 USE="-debug" 220 kB
[ebuild N ] x11-drivers/xf86-input-mouse-1.1.1 USE="-debug" 260 kB
[ebuild N ] x11-drivers/xf86-video-apm-1.1.1 USE="-debug" 261 kB
[ebuild N ] x11-drivers/xf86-video-i810-1.6.5 USE="dri -debug" 429 kB
[ebuild N ] x11-drivers/xf86-video-trident-1.2.1 USE="-debug" 259 kB
[ebuild N ] x11-drivers/xf86-input-keyboard-1.1.0 USE="-debug" 226 kB
[ebuild N ] x11-drivers/xf86-video-cirrus-1.1.0 USE="-debug" 257 kB
[ebuild N ] x11-drivers/xf86-video-mga-1.4.1-r1 USE="dri -debug" 359 kB
[ebuild N ] x11-drivers/xf86-video-sisusb-0.8.1 USE="-debug" 282 kB
[ebuild N ] x11-drivers/xf86-video-savage-2.1.1 USE="dri -debug" 281 kB
[ebuild N ] x11-drivers/xf86-video-chips-1.1.1 USE="-debug" 316 kB
[ebuild N ] x11-drivers/xf86-video-via-0.2.1-r1 USE="dri -debug" 377 kB
[ebuild N ] x11-drivers/xf86-video-nsc-2.8.1 USE="-debug" 481 kB
[ebuild N ] x11-drivers/xf86-video-rendition-4.1.0 USE="-debug" 281 kB
[ebuild N ] x11-drivers/xf86-video-glint-1.1.1 USE="dri -debug" 339 kB
[ebuild N ] x11-drivers/xf86-video-tga-1.1.0 USE="-debug" 254 kB
[ebuild N ] x11-drivers/xf86-video-s3-0.4.1 USE="-debug" 247 kB
[ebuild N ] x11-drivers/xf86-video-cyrix-1.1.0 USE="-debug" 243 kB
[ebuild N ] x11-drivers/xf86-video-tdfx-1.2.1-r1 USE="dri -debug" 263 kB
[ebuild N ] x11-drivers/xf86-video-vesa-1.2.1 USE="-debug" 210 kB
[ebuild N ] x11-drivers/xf86-video-sis-0.9.1-r1 USE="dri -debug" 601 kB
[ebuild N ] x11-drivers/xf86-video-fbdev-0.3.0 USE="-debug" 226 kB
[ebuild N ] x11-drivers/xf86-video-imstt-1.1.0 USE="-debug" 228 kB
[ebuild N ] x11-libs/liboldX-1.0.1 USE="-debug" 210 kB
[ebuild N ] x11-misc/gccmakedep-1.0.2 USE="-debug" 68 kB
[ebuild N ] virtual/x11-7.0-r2 USE="dri" 0 kB

Total size of downloads: 26,116 kB



Viele Grüße
Bart Simpson

9

27.10.2006, 10:20

Nachtrag:
Abgebrochen wird mit:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
i686-pc-linux-gnu-gcc: unrecognized option '-03'
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
make: *** [glxinfo] Error 1

!!! ERROR: x11-apps/mesa-progs-6.5.1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  mesa-progs-6.5.1.ebuild, line 68:   Called die

!!! glxinfo failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Viele Grüße
Bart

10

27.10.2006, 10:24

Quellcode

1
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lglut

Quellcode

1
emerge -va1 media-libs/glut


Wegen

Quellcode

1
i686-pc-linux-gnu-gcc: unrecognized option '-03'

Poste mal ein

Quellcode

1
emerge --info
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

11

27.10.2006, 11:57

@ Maggu: vielen Danke für deine schnellen Antworten.
Hier die Ausgabe von emerge --info:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
 emerge --info

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
        default-linux/x86/2006.1/desktop

To upgrade do the following steps:
# There are several possible profiles that you can use to replace this one.

# default-linux/x86/2006.1
# default-linux/x86/2006.1/desktop
# default-linux/x86/2006.1/server
# default-linux/x86/no-nptl
# default-linux/x86/no-nptl/2.4

# By default, we use the desktop profile.

# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/2006.1/desktop make.profile

# This profile is deprecated and will be removed on or after November 1, 2006


Portage 2.1.1 (default-linux/x86/2005.1, gcc-4.1.1, glibc-2.4-r3, 2.6.15 i686)
=================================================================
System uname: 2.6.15 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.12.5
Last Sync: Wed, 25 Oct 2006 17:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.3.5, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -03 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=pentium4 -03 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/"
LINGUAS=""
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/gentoo-de"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cli cracklib crypt cups dlloader dri eds elibc_glibc emboss encode foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kde kernel_linux libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pcre pdflib perl png pppd python qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts userland_GNU video_cards_apm video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i740 video_cards_i810 video_cards_imstt video_cards_mga video_cards_neomagic video_cards_nsc video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo vorbis xml2 xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS


Bart

12

27.10.2006, 13:56

Hat das mergen von glut den Fehler behoben?
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

13

27.10.2006, 17:05

Glut geht jetzt, aber das andere Problem ist immer noch nicht weg:

Quellcode

1
2
3
4
5
6
Call stack:
ebuild.sh, line 1568: Called dyn_compile
ebuild.sh, line 937: Called src_compile
ebuild.sh, line 1261: Called x-modular_src_compile
x-modular.eclass, line 331: Called x-modular_src_make
x-modular.eclass, line 326: Called die


Die Zeilen ändern sich natürlich hin und wieder, aber das Problem ist immer das gleiche, nehm ich mal an, und ich weiss leider nicht, was ich dagegen machen soll, denn das tritt bei sehr vielen Paketen auf. Diese lassen sich dann natürlich nicht kompilieren und installieren.

Viele Grüße
Bart

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Bart Simpson« (27.10.2006, 19:47)


14

28.10.2006, 09:20

Hallo!

Sorry dass ich erst jetzt Antworte, war ein bisl stressig....

Quellcode

1
@ Cool_Overrider: Ich hoffe, es stört dich nicht, aber ich denke, wir beide haben das gleiche Problem, wenn du willst, kann ich aber auch einen eigenen Thread aufmachen.


natürlich stört es mich nicht...

@Bart Simpson

Ich glaub ich hab was gefunden, und zwar bin ich mittels Knoppix "chroot " in das system eingestiegen, dann hab ich ein bischen im Internet rumgeforscht. Ich hab versucht mit

Quellcode

1
emerge -vaDNu world
das System upzudaten, aber als Fehlermeldung kahm:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/app-text/libpaper-1.1.20/work/libpaper-1.1.20/config.log

!!! ERROR: app-text/libpaper-1.1.20 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 605:   Called econf
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
also hab ich das gcc comando direkt eingegeben:

Quellcode

1
2
Knoppix apps # cc
gcc-config error: Could not run/locate "gcc"
seit dem Zeitpunkt bin ich jetzt ein wenig verwirrt ... ?(

Im moment versuch ich mit emerge gcc den gcc compiler version 4.1.1-r1 zu installieren... Sobald er fertig ist, werd ich euch berichten....

Schöne Grüße

Cool_Overrider

P.s.
Mit

Quellcode

1
equery list kde-base/ | grep 3.5 | xargs emerge --unmerge
kannst du ganz bequem die KDE abhängigkeiten lösen..

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Cool_Overrider« (28.10.2006, 09:22)


15

28.10.2006, 09:55

Hallo!

Quellcode

1
2
3
4
configure: error: installation or configuration problem: C compiler cannot create executables.

!!! ERROR: sys-devel/gcc-4.1.1-r1 failed.
Call stack:


Hab einen kleinen Denkfehler gehabt.... Ohne in gcc compiler kann ich ja den gcc compiler nit compilieren... ;(
Dann hab ich

Quellcode

1
gcc-config -B
ausprobiert und folgendes bekommen:

Quellcode

1
2
3
 Knoppix apps # gcc-config -B
 * gcc-config: Active gcc profile is invalid!
 [1] i686-pc-linux-gnu-4.1.1


....nun bin ich noch verwirrter als vorher... wer oder was hat die config ge-invalidet?
Aber ich lass mich nicht entmutigen und mach weiter :tongue:

Schöne Grüße

Cool_Overrider