Skip Menu |

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

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

People
Owner: RCLAMP [...] cpan.org
Requestors:
Cc:
AdminCc:

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



Date: Sun, 28 Dec 2003 12:25:47 -0600
From: Andy Lester <andy [...] petdance.com>
To: bug-pod-coverage [...] rt.cpan.org
Subject: Unable to build on Mac OS X 10.3 (Panther)
alester@goofus[/usr/src/Pod-Coverage-0.12]$ perl Makefile.PL perl Build.PL Checking whether your kit is complete... Looks good Deleting Build Removed previous script 'Build' Creating new 'Build' script for 'Pod-Coverage' version '0.12' alester@goofus[/usr/src/Pod-Coverage-0.12]$ make /usr/local/bin/perl Build lib/Pod/Coverage/ExportOnly.pm -> blib/lib/Pod/Coverage/ExportOnly.pm lib/Pod/Coverage.pm -> blib/lib/Pod/Coverage.pm lib/Pod/Coverage/Overloader.pm -> blib/lib/Pod/Coverage/Overloader.pm lib/Pod/Coverage/CountParents.pm -> blib/lib/Pod/Coverage/CountParents.pm lib/Pod/Coverage.xs -> lib/Pod/Coverage.c cc -I/usr/local/lib/perl5/5.8.1/darwin-2level/CORE -c -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -Os -o lib/Pod/Coverage.o lib/Pod/Coverage.c ExtUtils::Mkbootstrap::Mkbootstrap('lib/Pod/Coverage') lib/Pod/Coverage.bs -> blib/arch/auto/Pod/Coverage/Coverage.bs MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -o blib/arch/auto/Pod/Coverage/Coverage.bundle lib/Pod/Coverage.o Can't exec "MACOSX_DEPLOYMENT_TARGET=10.3": No such file or directory at /usr/local/lib/perl5/site_perl/5.8.1/Module/Build/Base.pm line 1977, <File0000> line 18. error building lib/Pod/Coverage.o from 'lib/Pod/Coverage.bundle' at /usr/local/lib/perl5/site_perl/5.8.1/Module/Build/Base.pm line 1856, <File0000> line 18. make: *** [all] Error 2 alester@goofus[/usr/src/Pod-Coverage-0.12]$ perl -V Summary of my perl5 (revision 5.0 version 8 subversion 1) configuration: Platform: osname=darwin, osvers=7.0.0, archname=darwin-2level uname='darwin goofus.flr.follett.com 7.0.0 darwin kernel version 7.0.0: wed sep 24 15:48:39 pdt 2003; root:xnuxnu-517.obj~1release_ppc power macintosh unknown ' config_args='-des -Dprefix=/usr/local -Dfirstmakefile=GNUmakefile -Dcf_email=andy@petdance.com -Dperladmin=andy@petdance.com' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing', optimize='-Os', cppflags='-no-cpp-precomp -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under darwin Compiled at Oct 23 2003 11:30:55 %ENV: PERL5_CPANPLUS_CONFIG="/Users/alester/.cpanplus/config" @INC: /usr/local/lib/perl5/5.8.1/darwin-2level /usr/local/lib/perl5/5.8.1 /usr/local/lib/perl5/site_perl/5.8.1/darwin-2level /usr/local/lib/perl5/site_perl/5.8.1 /usr/local/lib/perl5/site_perl . -- Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
Date: Mon, 29 Dec 2003 11:31:04 +0000
From: Richard Clamp <richardc [...] unixbeard.net>
To: Andy Lester via RT <bug-Pod-Coverage [...] rt.cpan.org>
Subject: Re: [cpan #4772] Unable to build on Mac OS X 10.3 (Panther)
RT-Send-Cc:
On Sun, Dec 28, 2003 at 01:25:54PM -0500, Andy Lester via RT wrote: Show quoted text
> MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -o blib/arch/auto/Pod/Coverage/Coverage.bundle lib/Pod/Coverage.o > Can't exec "MACOSX_DEPLOYMENT_TARGET=10.3": No such file or directory at /usr/local/lib/perl5/site_perl/5.8.1/Module/Build/Base.pm line 1977, <File0000> line 18. > error building lib/Pod/Coverage.o from 'lib/Pod/Coverage.bundle' at /usr/local/lib/perl5/site_perl/5.8.1/Module/Build/Base.pm line 1856, <File0000> line 18. > make: *** [all] Error 2
This is a Module::Build bug. The good news is that it's been fixed in CVS since 23rd October, the bad news is the last stable release was made on the 15th October. There was a second dev snapshot of that on the 23rd December, which includes the fix, so with luck we'll see 0.22 on CPAN rsn, but I'm afraid that it's out of my hands. -- Richard Clamp <richardc@unixbeard.net>