View previous topic :: View next topic |
Author |
Message |
Thargor Apprentice
Joined: 23 Dec 2005 Posts: 239 Location: Bamberg/Germany
|
Posted: Mon Feb 20, 2006 7:45 pm Post subject: emerge -uDN world -> fehler bei make-3.80 (configure) |
|
|
Ich habe mir gestern ein Gentoosystem auf meinem Hauptrechner installiert (hatte davor schon eins auf nem Notebook zum testen)
Heute dann gleich mal ein
Code: | # emerge -uDN world |
gemacht, was bis glibc auch ganz gut funktioniert hat. Der Fehler da bestand darin, dass ich irgendwas in der locales.buid falsch hatte und ich habe dann einfach das userlocales (heißt doch so?) Flag aus der package.use genommen und das Ding hat anständig kompiliert.
Beim Kompilieren von make kam es dann allerdings reproduzierbar dazu:
Code: |
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/make-3.80-r3/work/make-3.80 ...
* econf: updating make-3.80/config/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating make-3.80/config/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --program-prefix=g --build=i686-pc-linux-gnu
configure: error: invalid feature name:
!!! ERROR: sys-devel/make-3.80-r3 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
make-3.80-r3.ebuild, line 29: Called econf 'compile' '--enable-nls'
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
|
ich habe testweiße mal nls rausgenommen, aber dann stand statt --enable-nls --disable-nls da
Ich hoffe jemand kann mir helfen
Benedikt
PS: Hier noch ein emerge --info falls es nötig ist:
Code: |
Portage 2.1_pre4-r1 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.6-r3, 2.6.15-gentoo-r5 i686)
=================================================================
System uname: 2.6.15-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 1700MHz
Gentoo Base System version 1.12.0_pre16
dev-lang/python: 2.3.5-r2, 2.4.2-r1
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-r1
sys-devel/binutils: 2.16.1-r1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de en fr"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib alsa apm arts avi bash-completion berkdb bitmap-fonts bzip2 cdr cups dvd eds emboss encode examples foomaticdb fortran ftp gdbm gif gpm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg msn ncurses nls ogg oggvorbis openal opengl oss pam pdflib perl png python qt quicktime readline sdl spell ssl svga tcpd tiff truetype truetype-fonts type1-fonts usb vcd video vorbis wifi xml2 xmms xv xvid zlib elibc_glibc kernel_linux linguas_de linguas_en linguas_fr userland_GNU"
Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LDFLAGS, PORTDIR_OVERLAY
|
EDIT: Beim login bekomm ich sowas hier:
configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
configuration error - unknown item 'MOTD_FILE' (notify administrator)
configuration error - unknown item 'FTMP_FILE' (notify administrator)
configuration error - unknown item 'ENV_ROOTPATH' (notify administrator)
configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
configuration error - unknown item 'CHFN_AUTH' (notify administrator) |
|
Back to top |
|
|
smg Veteran
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Mon Feb 20, 2006 8:13 pm Post subject: Re: emerge -uDN world -> fehler bei make-3.80 (configure) |
|
|
Thargor wrote: |
EDIT: Beim login bekomm ich sowas hier:
configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
configuration error - unknown item 'MOTD_FILE' (notify administrator)
configuration error - unknown item 'FTMP_FILE' (notify administrator)
configuration error - unknown item 'ENV_ROOTPATH' (notify administrator)
configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
configuration error - unknown item 'CHFN_AUTH' (notify administrator) |
Du hast wohl kein etc-update gemacht.. Mach das besser.
Du benutzt ~x86? Oder?
Bye. _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|
Back to top |
|
|
Thargor Apprentice
Joined: 23 Dec 2005 Posts: 239 Location: Bamberg/Germany
|
Posted: Mon Feb 20, 2006 8:20 pm Post subject: |
|
|
Oha stimmt ich hab dispatch-conf ( ) vergessen
Wobei da nach einem abgebrochenen emerge ja kein Hinweis auf neue Konfigs steht
Und ja tu ich |
|
Back to top |
|
|
smg Veteran
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Mon Feb 20, 2006 8:24 pm Post subject: |
|
|
hehe, vielleicht klappt das ja jetzt nach dem dispatch-conf *g*
bye. _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|
Back to top |
|
|
Thargor Apprentice
Joined: 23 Dec 2005 Posts: 239 Location: Bamberg/Germany
|
Posted: Tue Feb 21, 2006 1:16 pm Post subject: |
|
|
Das login-problem ist jetzt behoben, aber das update wird immernoch nicht fortgesetzt |
|
Back to top |
|
|
Thargor Apprentice
Joined: 23 Dec 2005 Posts: 239 Location: Bamberg/Germany
|
Posted: Tue Feb 21, 2006 5:13 pm Post subject: |
|
|
Könnte das daran liegen, dass der gcc auch geupdatet wurde? Weil ich dachte nämlich, der wird erst umgestellt wenn man ein
macht. Oder könnte das daran liegen? |
|
Back to top |
|
|
smg Veteran
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Tue Feb 21, 2006 5:33 pm Post subject: |
|
|
Sicher.
gcc-config -l bitte anzeigen lassen und wählen.
Bye! _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
|
Back to top |
|
|
Thargor Apprentice
Joined: 23 Dec 2005 Posts: 239 Location: Bamberg/Germany
|
|
Back to top |
|
|
smg Veteran
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Tue Feb 21, 2006 8:41 pm Post subject: |
|
|
Dürfte schon behoben sein. Coreutils 5.94 hatten den Fehler glaube ich nur. Coreutils 5.94-r1 sind "outta".
Bye. _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|
Back to top |
|
|
|