Hello,

seems that Perl on MacOS differs somewhat wrt. file
paths/locations/... As I do not have a MacOS system,
please provide the following info:

perl -e 'print "$^O $^X\n"'

perl -MConfig -e 'print $Config::Config{privlib}'

Where in your Perl installation is perlfunc.pod
(obviously somewhere below 
/opt/powerpc-darwin/installed/perl-5.8.0,
but where exactly)?

Please run also "make test TEST_VERBOSE=1" and
send me the output.

Thanks,

Marek

PS. By the way, Pod::Find did not change from
perl-5.8.0 core to PodParser-1.20, so it wouldn't
work with the core's Pod::Find either.

> -----Original Message-----
> From: Blair Zajac [mailto:blair@;orcaware.com]
> Sent: Tuesday, November 05, 2002 1:53 AM
> To: [EMAIL PROTECTED]
> Subject: Pod::Checker 1.20 make test fails on MacOS X
> 
> Trying to make Pod::Checker 1.4 on MacOS X with my own Perl 5.8.0
> fails:
> 
> t/pod/find...............ok 3/4# Test 4 got: '' (t/pod/find.t 
> at line 90)
> #   Expected: 'opt/powerpc-darwin'
> t/pod/find...............NOK 4#  t/pod/find.t line 90 is:     
> ok(_canon($result),_canon($compare));
> t/pod/find...............FAILED test 4
>         Failed 1/4 tests, 75.00% okay
> 
> Here's the info on Perl:
> 
> perl -V
> Summary of my perl5 (revision 5.0 version 8 subversion 0) 
> configuration:
>   Platform:
>     osname=darwin, osvers=6.0, archname=darwin
>     uname='darwin dualg4 6.0 darwin kernel version 6.0:
>     sat jul 27 13:18:52 pdt 2002; root:xnuxnu-344.obj~1release_ppc
>     power macintosh powerpc '
>     config_args='-Ui_db -Dcc=/usr/bin/gcc -Dld=/usr/bin/gcc
>     -Dprefix=/opt/powerpc-darwin/installed/perl-5.8.0'
>     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='/usr/bin/gcc', ccflags ='-pipe -fno-common -no-cpp-precomp
>     -fno-strict-aliasing',
>     optimize='-O3',
>     cppflags='-no-cpp-precomp -pipe -fno-common -no-cpp-precomp
>     -fno-strict-aliasing'
>     ccversion='', gccversion='3.1 20020420 (prerelease)', 
> 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='/usr/bin/gcc', ldflags =' -flat_namespace'
>     libpth=/usr/lib
>     libs=-lm -lc
>     perllibs=-lm -lc
>     libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, 
> libperl=libperl.dylib
>     gnulibc_version=''
>   Dynamic Linking:
>     dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
>     cccdlflags=' ', lddlflags=' -flat_namespace -bundle 
> -undefined suppress'
> 
> 
> Characteristics of this binary (from libperl):
>   Compile-time options: USE_LARGE_FILES
>   Built under darwin
>   Compiled at Sep 18 2002 19:48:15
>   @INC:
>     /opt/powerpc-darwin/installed/perl-5.8.0/lib/5.8.0/darwin
>     /opt/powerpc-darwin/installed/perl-5.8.0/lib/5.8.0
>     
> /opt/powerpc-darwin/installed/perl-5.8.0/lib/site_perl/5.8.0/darwin
>     /opt/powerpc-darwin/installed/perl-5.8.0/lib/site_perl/5.8.0
>     /opt/powerpc-darwin/installed/perl-5.8.0/lib/site_perl
>     .

Reply via email to