Results 1 to 1 of 1
Hello guys,
I am flabber gasted. I am trying to install a mmap module on perl and well every install fails. The CPAN and the yaourt (I run Arch) also ...
- 10-19-2009 #1
Cant install ANY modules on Perl anymore..?
Hello guys,
I am flabber gasted. I am trying to install a mmap module on perl and well every install fails. The CPAN and the yaourt (I run Arch) also the download myself and make the makefile and then make XD
Make always errors with 1. So I thought lets upgrade the entire system.
So I did:
And I noticed a lot of Perl Modules gave the same error..Code:yaourt -Syyu perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'
So, I am wondering..
Can anyone help me with this??
So, well any guys who are known with these Issues?Code:Warning: Guessing NAME [Mmap-QKn3XG] from current directory name. Writing Makefile for Mmap-QKn3XG make: Warning: File `/usr/lib/perl5/core_perl/CORE/config.h' has modification time 1.5e+06 s in the future Makefile out-of-date with respect to /usr/lib/perl5/core_perl/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 /usr/bin/perl Makefile.PL "INSTALLDIRS=site" Warning: Guessing NAME [Mmap-QKn3XG] from current directory name. Writing Makefile for Mmap-QKn3XG ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make: *** [Makefile] Error 1 <== MICB/Mmap-a2.tar.gz /usr/bin/make -- NOT OK Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible
Thanks,
Cheers,
Robin
Edit: Found the error. SOMETHING keeps messing up the time of the files on my system.
I'll need to fsck all my fs and then reboot however on boot it messes them up again..
Code:make: Warning: File `/usr/lib/perl5/core_perl/CORE/config.h' has modification time 1.5e+06 s in the future
Edit: Fixed it.
I changed the date. yey


Reply With Quote