Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 131012
Status: new
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: DROLSKY [...] cpan.org
Cc:
AdminCc:

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



Subject: Exits 0 when patchperl fails (in some cases)
$> perlbrew install --verbose -j 16 -n --noman perl-5.8.9 Using the previously fetched perl-5.8.9.tar.bz2 Installing /home/autarch/perl5/perlbrew/build/perl-5.8.9/perl-5.8.9 into ~/perl5/perlbrew/perls/perl-5.8.9 (cd /home/autarch/perl5/perlbrew/build/perl-5.8.9/perl-5.8.9 && rm -f config.sh Policy.sh && chmod -R +w . && /home/autarch/perl5/perlbrew/bin/patchperl && sh Configure -de '-Dprefix=/home/autarch/perl5/perlbrew/perls/perl-5.8.9' '-Dman1dir=none' '-Dman3dir=none' '-A'eval:scriptdir=/home/autarch/perl5/perlbrew/perls/perl-5.8.9/bin'' && make -j16 && make install) 2>&1 | tee /home/autarch/perl5/perlbrew/build.perl-5.8.9.log Auto-guessed '5.8.9' patching Configure patching ext/Errno/Errno_pm.PL patching Configure patching utils/h2ph.PL 14 out of 14 hunks FAILED -- saving rejects to file utils/h2ph.PL.rej Died at /home/autarch/perl5/perlbrew/bin/patchperl line 568. perl-5.8.9 is successfully installed. $> echo $? 0 I think this only happens when the "--verbose" flag is passed.