View Single Post
  #1 (permalink)  
Old 08-25-2006, 05:57 PM
wildhuman wildhuman is offline
Senior Member
 
Posts: 64
Angry Problems when making and installing Perl

Hi, guys,

When I make perl and swatch, I met many problems:
my step is:
#cd Perl
#mkdir -p ~/.cpan/CPAN
#cp MyConfig.pm ~/.cpan/CPAN/MyConfig.pm
#vi ~/.cpan/CPAN/MyConfig.pm
(when I edit BUILD_ROOT, I replace BUILD_ROOT using /mnt/scsi/tmp/zimbra/ThirdParty/Perl, I think this is ok?
and I modified tar (/bin/tar)
)

then I download swatch-3.1.1.tar.gz
and
#make clean
#make

In my make log, there are many strange problem, for example:
"
Bit-Vector-6.4/README.txt

CPAN.pm: Going to build S/ST/STBEY/Bit-Vector-6.4.tar.gz

Warning: prerequisite Carp::Clan 5.3 not found.
"
And then make log displays:
"
Carp-Clan-5.3/Clan.pod

CPAN.pm: Going to build S/ST/STBEY/Carp-Clan-5.3.tar.gz

Checking if your kit is complete...
Looks good
"
and
"
Appending installation info to /mnt/scsi/tmp/zimbra/ThirdParty/Perl/zimbramon/lib/i386-linux-thread-multi/perllocal.pod
make[1]: Leaving directory `/mnt/scsi/tmp/zimbra/ThirdParty/Perl/.cpan/build/Carp-Clan-5.3'
/usr/bin/make install -- OK
"
and I don't know why again there is another problem
"

Removing previously used /mnt/scsi/tmp/zimbra/ThirdParty/Perl/.cpan/build/Bit-Vector-6.4

CPAN.pm: Going to build S/ST/STBEY/Bit-Vector-6.4.tar.gz

Warning: prerequisite Carp::Clan 5.3 not found.
Checking if your kit is complete...
Looks good
"
same with pre-problem. and many problems involve in Bit-Vector-6.4.

and there are many times error about "
BEGIN failed--compilation aborted at /mnt/scsi/tmp/zimbra/ThirdParty/Perl/.cpan/build/Bit-Vector-6.4/blib/lib/Bit/Vector/Overload.pm line 31.
Compilation failed in require at t/00____version.t line 72.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 13-15
Failed 3/15 tests, 80.00% okay
"

I don't know the reason.

Please help me.

Last edited by wildhuman : 08-25-2006 at 08:43 PM.
Reply With Quote