Bug 714140

Summary: undefined symbol: Perl_Gthr_key_ptr
Product: [Fedora] Fedora Reporter: Mattias Ellert <mattias.ellert>
Component: perl-Compress-Raw-ZlibAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mmaslano, paul, perl-devel, ppisar, psabata
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-Compress-Raw-Zlib-2.035-2.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-17 13:16:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Mattias Ellert 2011-06-17 12:24:20 UTC
Description of problem:
A build during the perl mass rebuild failed with the following error

/usr/bin/perl: symbol lookup error: /usr/lib64/perl5/auto/Compress/Raw/Zlib/Zlib.so: undefined symbol: Perl_Gthr_key_ptr

Version-Release number of selected component (if applicable):
perl-Compress-Raw-Zlib.x86_64 0:2.035-1.fc16

Additional info:

The failed task in Koji is here:
http://koji.fedoraproject.org/koji/taskinfo?taskID=3137126

Comment 1 Marcela Mašláňová 2011-06-17 13:16:39 UTC
Please don't open bug on packages during mass rebuild. List of failures is generated by script, so no worries, I don't miss any.

Comment 2 Paul Howarth 2011-06-17 14:26:34 UTC
It's a build ordering issue. globus-gram-protocol needs a bunch of perl modules building first. I rebuilt perl-Compress-Raw-Zlib and perl-Compress-Raw-Bzip2, so now it's falling over because of an Expat module. I'll just leave it to Marcela's script to build everything else lest we end up getting in each other's way.

Comment 3 Petr Pisar 2011-06-20 08:10:14 UTC
Then some BuildRequires are missing in globus-gram-protocol obviously. The rebuilding script considers all exported 'perl()' dependencies.

Comment 4 Petr Pisar 2011-06-20 08:15:00 UTC
(In reply to comment #3)
> Then some BuildRequires are missing in globus-gram-protocol obviously. The
> rebuilding script considers all exported 'perl()' dependencies.
I see. It's because script does not require highest version between dual-lived modules. It was designed to rebuild with incompatible MODULE_COMPAT, but it was not possible to remove old MODULE_COMPATs because default build root requires non-core perl modules.