tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Perl problem on sh3



Hi, all,

Before I create a PR, I wanted to see if anyone has a clue about how to fix this problem. The system is an hpcsh (sh3) system running NetBSD 5.1 and pkg_install 20101122. lang/perl5 fails here:

Running Makefile.PL in cpan/Archive-Tar
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.so
Writing Makefile for Archive::Tar
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.so"
Writing Makefile for Archive::Tar
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5/work/perl-5.12.2/cpan/Archive-Tar
/usr/bin/make config PERL_CORE=1 LIBPERL_A=libperl.so failed, continuing anyway...
Making all in cpan/Archive-Tar
 /usr/bin/make all PERL_CORE=1 LIBPERL_A=libperl.so
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.so"
Writing Makefile for Archive::Tar
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5/work/perl-5.12.2/cpan/Archive-Tar
Unsuccessful make(cpan/Archive-Tar): code=256 at make_ext.pl line 449.
*** Error code 25

Stop.
make: stopped in /usr/pkgsrc/lang/perl5/work/perl-5.12.2
*** Error code 1


Any ideas or suggestions?

Thanks,
John


Home | Main Index | Thread Index | Old Index