Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 313671

Summary: Makefile of dev-perl/Net-SSLeay-1.36 has modification Time in the future and can't be rebuild
Product: Gentoo Linux Reporter: Thomas <v10lator>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas 2010-04-07 11:55:15 UTC
dev-perl/Net-SSLeay-1.36 tries to rebuild the Makefile couse it's modification time is in the future but it seems that the ebuild dont restart the make process.

here are some snippets of the log:
>>> Compiling source in /var/tmp/portage/dev-perl/Net-SSLeay-1.36/work/Net-SSLeay-1.36 ...
make -j3 OTHERLDFLAGS=-Wl,-O1 
make: Warning: File `/usr/lib64/perl5/5.8.8/x86_64-linux/Config.pm' has modification time 1,8e+07 s in the future
Makefile out-of-date with respect to /usr/lib64/perl5/5.8.8/x86_64-linux/Config.pm /usr/lib64/perl5/5.8.8/x86_64-linux/CORE/config.h
Cleaning current config before rebuilding Makefile...

...

Checking if your kit is complete...
Looks good
Warning: prerequisite ExtUtils::MakeMaker 6.42 not found. We have 6.30.
Writing Makefile for Net::SSLeay
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
make: *** [Makefile] Fehler 1

("Fehler" is the german word for error)

If you need the whole log simple ask for it and I will attach it.

Reproducible: Always

Steps to Reproduce:
emerge =dev-perl/Net-SSLeay-1.36
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-04-07 12:32:07 UTC
The problem is /usr/lib64/perl5/5.8.8/x86_64-linux/Config.pm , it appears that your system clock was not set correctly when this file was created.

Closing as INVALID. Please reopen if you think this is in error.
Comment 2 Thomas 2010-04-08 05:48:50 UTC
thanks, fixing the timestamps of /usr/lib64/perl5/5.8.8/x86_64-linux/Config.pm and /usr/lib64/perl5/5.8.8/x86_64-linux/CORE/config.h solved the problem for me.