On 8/2/06, Eric Wilhelm <[EMAIL PROTECTED]> wrote:
Oh, wait! CPAN doesn't do Build.PL IIRC. Can you replicate the error
with your svn checkout if you do
$ ./Build realclean
$ perl Makefile.PL
$ make
$ make test
Yup. Here is the start of the output:
[EMAIL PROTECTED] mb]# make test
/usr/bin/perl Build --makefile_env_macros 1 test
t/basic...........ok
t/compat..........ok 2/60'Argument list' was 'too long', env lengths
are DISPLAY=>4; G_BROKEN_FILENAMES=>1; HARNESS_ACTIVE=>1; HISTSIZE=>4;
HOME=>5; HOSTNAME=>10; INPUTRC=>12; KDEDIR=>4; LANG=>11; LESSOPEN=>24;
LOGNAME=>4; LS_COLORS=>440; MAIL=>20; MAKELEVEL=>1; MFLAGS=>0;
MODULEBUILDRC=>4; OLDPWD=>5; PATH=>122; PERL5LIB=>143716; PWD=>8;
SHELL=>7; SHLVL=>1; SSH_ASKPASS=>38; TERM=>5; USER=>4; XAUTHORITY=>18;
_=>13; at /root/mb/blib/lib/Module/Build/Base.pm line 3939.
Couldn't run Build.PL: Argument list too long at
/root/mb/blib/lib/Module/Build/Compat.pm line 200.
# Failed test (t/compat.t at line 180)
t/compat..........NOK 3# Failed test (t/compat.t at line 181)
t/compat..........NOK 4make[1]: *** No targets specified and no
makefile found. Stop.
# Failed test (t/compat.t at line 56)
t/compat..........NOK 5make[1]: *** No rule to make target `test'. Stop.
# Failed test (t/compat.t at line 63)
t/compat..........NOK 6# Failed test (t/compat.t at line 64)
# 'MAKE TEST
# MAKE[1]: ENTERING DIRECTORY `/ROOT/MB/T/_TMP/SIMPLE'
# MAKE[1]: LEAVING DIRECTORY `/ROOT/MB/T/_TMP/SIMPLE'
# '
# doesn't match '(?-xism:DONE\.|SUCCESS)'
t/compat..........NOK 7make[1]: *** No rule to make target `realclean'. Stop.
# Failed test (t/compat.t at line 66)
...