Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-perl/Locale-gettext-1.03 compile error
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue Jul 12, 2005 5:49 pm    Post subject: dev-perl/Locale-gettext-1.03 compile error Reply with quote

Hi!

Ich habe ein Problem. Ich will z.Z. eine LiveCD bauen und bin dafür nach dieser Anleitung vorgegangen.

Nun habe ich das Problem, dass beim emerge -e system das emerge abbricht. Hier die Fehlermeldung:
Code:
 >>> Source unpacked.
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.6/i686-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/i686-linux /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i686-linux /usr/lib/perl5/5.8.6 /usr/local/lib/site_perl .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: dev-perl/Locale-gettext-1.03 failed.
!!! Function perl-module_src_compile, Line 105, Exitcode 2
!!! compilation failed
!!! If you need support, post the topmost build error, NOT this status message.

Und hier mein emerge info (vom chrooteten System):
Code:
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r11 i686)
=================================================================
System uname: 2.6.11-gentoo-r11 i686 AMD Sempron(tm) 2200+
Gentoo Base System version 1.4.16
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   [Not Present]
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -mfpmath=sse -mmmx -msse -m3dnow"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -mfpmath=sse -mmmx -msse -m3dnow"
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.UTF-8"
LC_ALL="de_DE.UTF-8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow aalib acpi apm bash bash-completion bitmap-fonts bzip2 cdparanoia cdr crypt dio directfb dvd dvdr dvdread fam fbcon ftp gpm hal ipv6 libcaca libwww livecd lm_sensors minimal mmx ncurses nls nocd nptl opengl pam pic posix readline slang sse ssl sysvipc szip truetype-fonts type1-fonts unicode usb zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, PORTDIR_OVERLAY


Hoffe, irgendwer kann mir weiterhelfen, ich kann nämlich mit dem Fehler nichts anfangen und weder im Forum noch auf bugs.gentoo.org konnte ich konkret zu diesem Problem etwas finden.

Mfg
TheCurse
Back to top
View user's profile Send private message
ian!
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 3829
Location: Essen, Germany

PostPosted: Tue Jul 12, 2005 6:16 pm    Post subject: Reply with quote

Das Paket perl-core/ExtUtils-MakeMaker ist zu diesem Zeitpunkt bereits installiert?
_________________
"To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue Jul 12, 2005 6:34 pm    Post subject: Reply with quote

Nein, und es lässt sich auch nicht mit einem emerge --oneshot perl-core/ExtUtils-MakeMaker nachinstallieren. Hier die Fehlermeldung davon:
Code:
>>> Source unpacked.
Checking if your kit is complete...
Looks good
Writing Makefile for ExtUtils::MakeMaker
>>> Test phase [not enabled]: perl-core/ExtUtils-MakeMaker-6.20

>>> Install ExtUtils-MakeMaker-6.20 into /var/tmp/portage/ExtUtils-MakeMaker-6.20/image/ category perl-core
make: *** No rule to make target `/usr/lib/perl5/5.8.6/i686-linux/CORE/config.h', needed by `Makefile'.  Stop.

!!! ERROR: perl-core/ExtUtils-MakeMaker-6.20 failed.
!!! Function src_install, Line 26, Exitcode 2
!!! (no error message)

Könnte das irgendwie mit dem USE-Flag minimal zusammenhängen?
Back to top
View user's profile Send private message
ian!
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 3829
Location: Essen, Germany

PostPosted: Tue Jul 12, 2005 6:50 pm    Post subject: Reply with quote

Wundert mich, dass er nach 5.8.6'er Perl Version sucht. Ist das eine nicht etwas zu aktuelle Version, für den 2005.0 Snapshot? Welche Version von dev-lang/perl (daraus stammt das File /usr/lib/perl5/5.8.6/i686-linux/CORE/config.h) ist im Chroot installiert?

env-update nach dem Wechsel in das Chroot gemacht?
_________________
"To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue Jul 12, 2005 7:14 pm    Post subject: Reply with quote

Perl ist Version 5.8.6-r5 installiert.
Mir fällt auch gerade ein, ich hatte falsch gelesen und habe anstelle eines emerge -e world erst ein emerge -uD --newuse world versucht und wollte danach ein emerge -e world machen. env-update habe ich nach dem chroot gemacht. Aber wenn ich jetzt versuche ein emerge -e world zu machen bricht er halt immer an dieser Stelle ab (Bisher 2 Mal versucht, beim emerge -uD --newuse world ist er auch abgebrochen).
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Wed Jul 13, 2005 12:20 pm    Post subject: Reply with quote

Und nocheinmal ich,
ich habe mich jetzt EXAKT an die Anleitung gehalten, beim emerge -e world kommt dieser Fehler:
Code:
>>> Unpacking gettext-1.03.tar.gz to /var/tmp/portage/Locale-gettext-1.03/work
>>> Source unpacked.
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.6/i686-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/i686-linux /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i686-linux /usr/lib/perl5/5.8.6 /usr/local/lib/site_perl .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: dev-perl/Locale-gettext-1.03 failed.
!!! Function perl-module_src_compile, Line 105, Exitcode 2
!!! compilation failed
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum