Find the answer to your Linux question:
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 ...
  1. #1
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422

    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:
    Code:
    yaourt -Syyu 
    perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'
    And I noticed a lot of Perl Modules gave the same error..
    So, I am wondering..
    Can anyone help me with this??

    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
    So, well any guys who are known with these Issues?

    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
    Last edited by RobinVossen; 10-19-2009 at 08:41 AM.
    New Users, please read this..
    Google first, then ask..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...