Bug 434617

Summary: Compress::Zlib broken & fails to load
Product: [Fedora] Fedora Reporter: Richard Kennedy <richard>
Component: perl-Compress-ZlibAssignee: Stepan Kasal <kasal>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: low    
Version: 8CC: mmaslano, robin.norwood
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-24 13:42:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Richard Kennedy 2008-02-23 13:17:30 UTC
Description of problem:
any perl script using Compress::Zlib will not work or compile

Version-Release number of selected component (if applicable):
Version: 2.005
Release: 2.fc8

How reproducible:
always

Steps to Reproduce:
1.
run a simple test perl script :-
use Compress::Zlib;
my $c = compress("test string");
2. 
3.
  
Actual results:
compile errors :-
Use of uninitialized value in concatenation (.) or string at
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Scalar/Util.pm line 30.
 is only avaliable with the XS version at
/usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line 9
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line 9.
Compilation failed in require at /home/rsk/projects/junk/comp.pl line 6.
BEGIN failed--compilation aborted at /home/rsk/projects/junk/comp.pl line 6.

Expected results:
no errors!


Additional info:

I've marked this urgent as this bug is stopping my Slimserver music player from
starting.

This is the same as https://bugzilla.redhat.com/show_bug.cgi?id=434574 but much
more URGENT as I cannot play any of my music :(

Comment 1 Richard Kennedy 2008-02-24 12:43:51 UTC
this issue is being discussed on perlmonks
http://www.perlmonks.org/?node_id=594914


Comment 2 Richard Kennedy 2008-02-24 12:47:34 UTC
A fix / work-around for this is :-

>perl -MCPAN -eshell
>force install Scalar::Util

then everything works again. 


Comment 3 Gianluca Varisco 2008-02-24 13:42:36 UTC

*** This bug has been marked as a duplicate of 434574 ***