Re: devel/p5-Storable failed to build

2011-03-07 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 3/7/11 6:55 AM, Olivier Cochard-Labbé wrote:
 Hi,
 
 I'm trying to install devel/p5-Storable, but failed:
 
 [root@bigdev]/usr/ports/devel/p5-Storable#make
 ===  Vulnerability check disabled, database not found
 ===  License check disabled, port has not defined LICENSE
 ===  Extracting for p5-Storable-2.25
 = SHA256 Checksum OK for Storable-2.25.tar.gz.
 ===   p5-Storable-2.25 depends on file: /usr/local/bin/perl5.10.1 - found
 ===  Patching for p5-Storable-2.25
 ===   p5-Storable-2.25 depends on file: /usr/local/bin/perl5.10.1 - found
 ===   p5-Storable-2.25 depends on file: /usr/local/bin/perl5.10.1 - found
 ===  Configuring for p5-Storable-2.25
 Checking if your kit is complete...
 Looks good
 Writing Makefile for Storable
 ===  Building for p5-Storable-2.25
 Makefile out-of-date with respect to
 /usr/local/lib/perl5/5.10.1/mach/Config.pm
 /usr/local/lib/perl5/5.10.1/mach/CORE/config.h
 Cleaning current config before rebuilding Makefile...
 make -f Makefile.old clean  /dev/null 21
 /usr/local/bin/perl5.10.1 Makefile.PL INSTALLDIRS=site CC=cc
 CCFLAGS=-O2 -pipe -fno-strict-aliasing PREFIX=/usr/local
 INSTALLPRIVLIB=/usr/local/lib INSTALLARCHLIB=/usr/local/lib
 Checking if your kit is complete...
 Looks good
 Writing Makefile for Storable
 == Your Makefile has been rebuilt. ==
 == Please rerun the make command.  ==
 false
 *** Error code 1
 
 Stop in /usr/ports/devel/p5-Storable/work/Storable-2.25.
 *** Error code 1
 
 Stop in /usr/ports/devel/p5-Storable.
 
 System and configuration information:
 
 [root@bigdev]#uname -a
 FreeBSD bigdev.bsdrp.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb
 17 02:41:51 UTC 2011
 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
 
 [root@bigdev]#cat /etc/make.conf
 WITHOUT_X11=yes
 BATCH=yes
 # added by use.perl 2011-04-02 22:44:52
 PERL_VERSION=5.10.1
 
 Regards,
 
 Olivier

Hi Olivier,

Check your system time to see if it's behind the timestamp on
/usr/local/lib/perl5/5.10.1/mach/Config.pm.  I just ran into this
problem on a machine last week because I changed the timezone after I
had installed Perl.

I fixed the problem by using recursive touch -t now on my whole
/usr/local/lib/perl5 tree.

Hope that helps,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk106nQACgkQ0sRouByUApAnNQCeK/STevjmEbojCaDz+WQL1izr
FJsAnRvZ5t56Hh19+kSMgb8bo4ZYmo9c
=T+DZ
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/p5-Storable failed to build

2011-03-07 Thread Olivier Cochard-Labbé
2011/3/7 Greg Larkin glar...@freebsd.org:

 I fixed the problem by using recursive touch -t now on my whole
 /usr/local/lib/perl5 tree.


Thanks a lot's!

I've used this command for solving my problem:
find -L /usr/local/lib/perl5/ -exec touch {} +

Regards,

Olivier
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org