emerge lame (compile failure)

A place to ask all newbie questions and not get flamed, though you will get beaten down if you post a newbieish question outside of these walls.
Post Reply
albertyong88
Linux User
Posts: 11
Joined: Wed Jul 07, 2004 10:22 pm

emerge lame (compile failure)

Post by albertyong88 »

Hi, I am a newbie,

I tried to do install a mp3 decoder lib

emerge lame

it says there are 9 dependencies, and goes to make the first dev-perl/XML-Parswer-2.4.1 ....

However, after downloadignthe source, it failed to compile, and I have absolutely no idea how to fix it ...

I have linux a bit, but new to Gentoo "emerge" ....

Please help.
[/list]
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

what's the error?
If you keep an open mind, will your brain fall out?
albertyong88
Linux User
Posts: 11
Joined: Wed Jul 07, 2004 10:22 pm

Post by albertyong88 »

the output is as follows:

Calculating dependencies ...done!
>>> emerge (1 of 9) dev-perl/XML-Parser-2.34 to /
>>> md5 src_uri ;-) XML-Parser-2.34.tar.gz
>>> Unpacking source...
>>> Unpacking XML-Parser-2.34.tar.gz to /var/tmp/portage/XML-Parser-2.34/work
tar: XML-Parser-2.34/Changes: time stamp 2003-07-31 07:57:25 is 40553393 s in the future
tar: XML-Parser-2.34/Expat/encoding.h: time stamp 2003-07-27 11:07:10 is 40219178 s in the future

....
.....

tar: XML-Parser-2.34: time stamp 2003-08-18 20:54:07 is 42155195 s in the future
>>> Source unpacked.
Checking if your kit is complete...
Looks good
Writing Makefile for XML::Parser::Expat
Writing Makefile for XML::Parser
make: Warning: File `Makefile.PL' has modification time 4e+07 s in the future
Makefile out-of-date with respect to Makefile.PL /usr/lib/perl5/5.8.2/i686-linux/Config.pm /usr/lib/perl5/5.8.2/i686-linux/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl Makefile.PL "PREFIX=/usr" "INSTALLDIRS=vendor" "DESTDIR=/var/tmp/portage/XML-Parser-2.34/image/"
Checking if your kit is complete...
Looks good
Writing Makefile for XML::Parser::Expat
Writing Makefile for XML::Parser
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make: *** [Makefile] Error 1

!!! ERROR: dev-perl/XML-Parser-2.34 failed.
!!! Function perl-module_src_compile, Line 58, Exitcode 2
!!! compilation failed
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

set your clock.
If you keep an open mind, will your brain fall out?
albertyong88
Linux User
Posts: 11
Joined: Wed Jul 07, 2004 10:22 pm

Post by albertyong88 »

May I ask how do i set my clock ?
Trogdor
Gentoox Guru!
Posts: 553
Joined: Tue Oct 07, 2003 9:57 pm
Location: MOUNT TAPE U1439 ON B3, NO RING

Post by Trogdor »

Code: Select all

# date
Use

Code: Select all

$ man
to find instructions for date.
MOUNT TAPE U1439 ON B3, NO RING

Q: HOW DO I RUN MAGIC ??
A: You run magic by not typing in capital letters.
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

If you keep an open mind, will your brain fall out?
albertyong88
Linux User
Posts: 11
Joined: Wed Jul 07, 2004 10:22 pm

Post by albertyong88 »

I got it emerge to work again ... thanks ever so much.
Post Reply