Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=555420

Ville Skyttä <ville.sky...@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ville.sky...@iki.fi

--- Comment #7 from Ville Skyttä <ville.sky...@iki.fi> 2010-03-04 16:42:02 EST 
---
This is not only a FTBFS, IO-Compress-Bzip2 is pretty much completely broken
after the related modules were updated in bug 542645, also on current F-12.

See test suite failures for example in attachment of comment 5, or try this
small reproducer (replace "hello.txt.bz2" with a path to a bzip2 compressed
file):

use IO::Uncompress::Bunzip2 qw(bunzip2 $Bunzip2Error);
my $output;
bunzip2 "hello.txt.bz2" => \$output or die "bunzip2 failed: $Bunzip2Error\n";
print $output, "\n";

Can't call method "value" on an undefined value at
/usr/lib/perl5/vendor_perl/5.10.0/IO/Uncompress/Bunzip2.pm line 72.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to