this is an odd rut i seem to be in, but I'm trying to build several perl modules, and '
make' keeps complaining about
config.pm...I'm guessing its a perl problem because it keeps complaining about
config.pm.
any help would be appreciated (building
Proc::Daemon in this example, on Debian):
# perl Makefile.PL
Writing Makefile for Proc::Daemon
# make
make: Warning: File `/usr/lib/perl/5.8/Config.pm' has modification tim
+e 1.7e+08 s in the future
Makefile out-of-date with respect to /usr/lib/perl/5.8/Config.pm /usr/
+lib/perl/5.8/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
Checking if your kit is complete...
Looks good
Writing Makefile for Proc::Daemon
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make: *** [Makefile] Error 1
Notice at the end it says the makefile's been rebuilt and to run
make again, but if I do, it displays all the same info, saying that the makefile's been rebuilt and to run
make again, and i keep going like I'M stuck in an infinite loop, heh.
please help, or if its not a perl problem, at least point me in the right direction as to where to ask for the correct help?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.