Skip Menu |

This queue is for tickets about the Pod-MultiLang CPAN distribution.

Report information
The Basics
Id: 23397
Status: resolved
Priority: 0/
Queue: Pod-MultiLang

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.10
Fixed in: (no value)



Subject: Cannot build package with BSD make
There's a failure when trying to build Pod::MultiLang with the default make on a FreeBSD 6.1 system: $ perl Makefile.PL Writing Makefile for Pod::MultiLang $ make /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" -MExtUtils::Command -e cp blib/script/mlpod2pod_ja.pod cp bin/mlpod2pod.mlpod blib/script/mlpod2pod.mlpod /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/mlpod2pod.mlpod /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" -MExtUtils::Command -e cp blib/script/mlpod2pod.mlpod blib/script/mlpod2pod.pod /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" -MExtUtils::Command -e cp blib/script/mlpod2html_ja.pod cp bin/mlpod2html.mlpod blib/script/mlpod2html.mlpod /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/mlpod2html.mlpod /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" -MExtUtils::Command -e cp blib/script/mlpod2html.mlpod blib/script/mlpod2html.pod cp bin/mlpod2pod blib/script/mlpod2pod /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/mlpod2pod cp bin/mlpod2html blib/script/mlpod2html /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/mlpod2html Manifying blib/man1/mlpod2pod_ja.1 Can't open blib/script/mlpod2pod_ja.pod: No such file or directory at /usr/local/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 131 *** Error code 255 However, using gmake (GNU make) everything's OK. Regards, Slaven
I've fixed, and upload to pause. Please wait cpan updated. Or, get from my server, http://fleur.hio.jp/pub/perl/Pod-MultiLang- 0.11.tar.gz . Thank you. $ uname -r -s FreeBSD 6.1-RELEASE $ gzip -c -d Pod-MultiLang-0.11.tar.gz | tar xf - $ cd Pod-MultiLang-0.11 $ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Pod::MultiLang $ make (snip) $ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-use..........ok t/01-test.........ok t/02-escape.......ok t/03-topod........ok t/04-encode.......ok t/pod-coverage....skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............skipped all skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=7, Tests=77, 3 wallclock secs ( 0.21 cusr + 2.22 csys = 2.43 CPU) --