You were correct.

I've removed the perl560 packages and now all works as expected!

Thanks
Ben

On May 24, 2006, at 9:49 AM, Alexander K. Hansen wrote:

> On 5/24/06, Ben Abbott <[EMAIL PROTECTED]> wrote:
>>
>> I'm using distribution 10.4-transitional.
>>
>> I just upgraded from Panther to Tiger yesterday, and had little  
>> trouble
>> getting Fink updated (now using Fink 0.24.15).
>>
>> Today I tried to install pdftk for the 1st time. The problem is with
>> html-tagset-pm.
>>
>> Here's what I get with I "fink install html-tagset-pm"
>>
>> ============ Begin ============
>> bens-powerbook:~ bpabbott$ fink install html-tagset-pm
>> Reading package info...
>> Updating package index... done.
>> Information about 5784 packages read in 32 seconds.
>> The following package will be installed or updated:
>>  html-tagset-pm
>> dpkg-deb -b
>> /sw/src/fink.build/root-fink-buildlock-html-tagset-pm-3.10-1
>> /sw/src/fink.build
>> dpkg-deb: building package `fink-buildlock-html-tagset-pm-3.10-1' in
>> `/sw/src/fink.build/fink-buildlock-html-tagset- 
>> pm-3.10-1_2006.05.24-09.00.26_darwin-powerpc.deb'.
>> Setting build lock...
>> /sw/bin/dpkg-lockwait -i
>> /sw/src/fink.build/fink-buildlock-html-tagset- 
>> pm-3.10-1_2006.05.24-09.00.26_darwin-powerpc.deb
>> Selecting previously deselected package
>> fink-buildlock-html-tagset-pm-3.10-1.
>> (Reading database ... 63501 files and directories currently  
>> installed.)
>> Unpacking fink-buildlock-html-tagset-pm-3.10-1 (from
>> .../fink-buildlock-html-tagset- 
>> pm-3.10-1_2006.05.24-09.00.26_darwin-powerpc.deb)
>> ...
>> Setting up fink-buildlock-html-tagset-pm-3.10-1
>> (2006.05.24-09.00.26) ...
>> gzip -dc /sw/src/HTML-Tagset-3.10.tar.gz | /sw/bin/tar -xf -
>> --no-same-owner --no-same-permissions
>> /sw/bin/perl Makefile.PL PERL=/sw/bin/perl PREFIX=/sw
>> INSTALLPRIVLIB=/sw/lib/perl5
>> INSTALLARCHLIB=/sw/lib/perl5/darwin
>> INSTALLSITELIB=/sw/lib/perl5
>> INSTALLSITEARCH=/sw/lib/perl5/darwin
>> INSTALLMAN1DIR=/sw/share/man/man1
>> INSTALLMAN3DIR=/sw/share/man/man3
>> INSTALLSITEMAN1DIR=/sw/share/man/man1
>> INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin
>> INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
>> Checking if your kit is complete...
>> Looks good
>> 'INSTALLSITEBIN' is not a known MakeMaker parameter name.
>> 'INSTALLSITEMAN1DIR' is not a known MakeMaker parameter name.
>> 'INSTALLSITEMAN3DIR' is not a known MakeMaker parameter name.
>> Writing Makefile for HTML::Tagset
>> make
>> mkdir blib
>> mkdir blib/lib
>> mkdir blib/lib/HTML
>> mkdir blib/arch
>> mkdir blib/arch/auto
>> mkdir blib/arch/auto/HTML
>> mkdir blib/arch/auto/HTML/Tagset
>> mkdir blib/lib/auto
>> mkdir blib/lib/auto/HTML
>> mkdir blib/lib/auto/HTML/Tagset
>> mkdir blib/man3
>> cp Tagset.pm blib/lib/HTML/Tagset.pm
>> Manifying blib/man3/HTML::Tagset.3
>> make test
>> PERL_DL_NONLAZY=1 /sw/bin/perl -Iblib/arch -Iblib/lib
>> -I/sw/lib/perl5-core/5.6.0/darwin
>> -I/sw/lib/perl5-core/5.6.0 -e 'use Test::Harness qw(&runtests  
>> $verbose);
>
> 5.6.0 ?  That's very suspicious.
>
>> $verbose=0; runtests @ARGV;' t/*.t
>> t/00_about_verbose..ok
>> t/01_old_junk.......ok
>> t/pod...............Can't locate Test/More.pm in @INC (@INC contains:
>> blib/arch blib/lib /sw/lib/perl5-core/5.6.0/darwin
>> /sw/lib/perl5-core/5.6.0/darwin /sw/lib/perl5-core/5.6.0/darwin
>> /sw/lib/perl5-core/5.6.0 /sw/lib/perl5/darwin /sw/lib/perl5/darwin
>> /sw/lib/perl5 /sw/lib/perl5/darwin /sw/lib/perl5-core/5.6.0/darwin
>> /sw/lib/perl5-core/5.6.0/darwin /sw/lib/perl5-core/5.6.0
>> /Library/Perl/darwin /Library/Perl/darwin /Library/Perl /Library/ 
>> Perl/darwin
>> /Library/Perl . /sw/lib/perl5-core/5.6.0/darwin /sw/lib/perl5-core/ 
>> 5.6.0
>> /Library/Perl/darwin /Library/Perl /Library/Perl) at t/pod.t line 3.
>> BEGIN failed--compilation aborted at t/pod.t line 3.
>> t/pod...............dubious
>>         Test returned status 2 (wstat 512, 0x200)
>> Failed Test  Status Wstat Total Fail  Failed  List of failed
>> --------------------------------------------------------------------- 
>> ----------
>> t/pod.t           2   512    ??   ??       %  ??
>> Failed 1/3 test scripts, 66.67% okay. 0/3 subtests failed, 100.00%  
>> okay.
>> make: *** [test_dynamic] Error 2
>> ### execution of make failed, exit code 2
>> Removing build lock...
>> /sw/bin/dpkg-lockwait -r
>> fink-buildlock-html-tagset-pm-3.10-1
>> (Reading database ... 63502 files and directories currently  
>> installed.)
>> Removing fink-buildlock-html-tagset-pm-3.10-1 ...
>> Failed: phase compiling: html-tagset-pm-3.10-1 failed
>> ============= End =============
>>
>> I assume the makemaker warnings are not relevant, and that the  
>> problem is
>> with the reference to "Test/More.pm" in "t/pod.t"
>>
>> ============ Begin: Pod.t ============
>> #!perl -Tw
>>
>> use Test::More;
>> eval "use Test::Pod 1.14";
>> plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
>> all_pod_files_ok();
>> ============= End: Pod.t =============
> <snip>
>>
>
> If you've got Fink-installed perl560 packages, as appears to be the
> case from your output, try removing them.
>
> -- 
> Alexander K. Hansen
> Fink Documenter (for now)
> Help keep AKH in Fink!  Go to
> http://ldx3.psfc.mit.edu/~hansen/
> and contribute to the Mini fund.



_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to