Skip Menu |

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

Report information
The Basics
Id: 8062
Status: resolved
Priority: 0/
Queue: Pod-Coverage

People
Owner: Nobody in particular
Requestors: merlyn [...] stonehenge.com
Cc:
AdminCc:

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



Subject: Won't compile on OSX
CPAN.pm: Going to build R/RC/RCLAMP/Pod-Coverage-0.15.tar.gz # running Build.PL /usr/local/bin/perl Build.PL Checking whether your kit is complete... Looks good Creating new 'Build' script for 'Pod-Coverage' version '0.15' /usr/local/bin/perl Build --makefile_env_macros 1 lib/Pod/Coverage/CountParents.pm -> blib/lib/Pod/Coverage/CountParents.pm lib/Pod/Coverage.pm -> blib/lib/Pod/Coverage.pm lib/Pod/Coverage/ExportOnly.pm -> blib/lib/Pod/Coverage/ExportOnly.pm lib/Pod/Coverage/Overloader.pm -> blib/lib/Pod/Coverage/Overloader.pm lib/Pod/Coverage.xs -> lib/Pod/Coverage.c cc -I/opt/perl/snap/lib/5.8.5/darwin/CORE -c -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/sw/include -Os -o lib/Pod/Coverage.o lib/Pod/Coverage.c ExtUtils::Mkbootstrap::Mkbootstrap('lib/Pod/Coverage') env LD_RUN_PATH=/opt/perl/snap/lib/5.8.5/darwin/CORE cc -flat_namespace -bundle -undefined suppress -L/sw/lib -o blib/arch/auto/Pod/Coverage/Coverage.bundle lib/Pod/Coverage.o cc: : No such file or directory error building .bundle file from 'lib/Pod/Coverage.o' at /opt/perl/snap/lib/site_perl/5.8.5/Module/Build/Base.pm line 2503, <File0000> line 18. make: *** [all] Error 2 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible
[MERLYN - Tue Oct 19 21:37:59 2004]: Show quoted text
> Subject: Won't compile on OSX
Odd, works fine for me though I'm using 5.8.4. Please give me your perl -V output and version of Module::Build. Thanks -- Richard Clamp <richardc@unixbeard.net>
[RCLAMP - Wed Oct 20 11:16:06 2004]: Show quoted text
> [MERLYN - Tue Oct 19 21:37:59 2004]:
> > Subject: Won't compile on OSX
> > Odd, works fine for me though I'm using 5.8.4. Please give me your > perl > -V output and version of Module::Build. > > Thanks
Hmm. I sent that by replied email, but it didn't show up here. Also, 0.16 is just as broken. The odd lines seem to be this: env LD_RUN_PATH=/opt/perl/snap/lib/5.8.5/darwin/CORE cc -flat_namespace -bundle -undefined suppress -L/sw/lib -o blib/arch/auto/Pod/Coverage/Coverage.bundle lib/Pod/ Coverage.o cc: : No such file or directory error building .bundle file from 'lib/Pod/Coverage.o' at /opt/perl/snap/lib/site_perl/5.8.5/ Module/Build/Base.pm line 2503, <File0000> line 18. I wonder if this isn't a bug in Module::Build. Are you doing anything unusual?
Ahh, this is telling. I just tested 0.14 again, and it will no longer work (breaks the same way). Hence, the problem is either an updated Module::Build, or Perl 5.8.5-blead. One of the two.