Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 62014
Status: resolved
Priority: 0/
Queue: Test-Harness

People
Owner: andy [...] hexten.net
Requestors: stefanos [...] cpan.org
Cc:
AdminCc:

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



Subject: install bug with packlist
Install Test-Harness-3.22 on linux with perl 5.8.8 without root: 1. perl -I/kunden/22/webseiten/api/mylib Makefile.PL PREFIX=/kunden/22/webseiten/api/mylib LIB=/kunden/22/webseiten/api/mylib 2. make 3. make test 4. make install Can't open file /usr/lib/perl5/5.8.8/i686-linux/auto/Test/Harness/.packlist: Permission denied at /kunden/22/webseiten/api/mylib/ExtUtils/Install.pm line 683 make: *** [pure_perl_install] Error 13 Why need this modul /usr/lib/perl5/5.8.8/i686-linux/auto/Test/Harness/.packlist with other install prefix? bug? help?
I can't reproduce this. $ cat foo.sh #!/bin/sh set -x MYLIB="$PWD/tmp-$$/lib" mkdir -p $MYLIB perl -I$MYLIB Makefile.PL PREFIX=$MYLIB LIB=$MYLIB make make test make install find $MYLIB -name .packlist $ ./foo.sh {snip} Appending installation info to /Users/andy/Works/Perl/Test-Harness/tmp- 81580/lib/darwin-thread-multi-2level/perllocal.pod + find /Users/andy/Works/Perl/Test-Harness/tmp-81580/lib -name .packlist /Users/andy/Works/Perl/Test-Harness/tmp-81580/lib/darwin-thread-multi- 2level/auto/Test/Harness/.packlist Please re-open if you can still reproduce this problem, thanks.