Bug 434395

Summary: mod_revocator failed massrebuild attempt for GCC 4.3
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: mod_revocatorAssignee: Rob Crittenden <rcritten>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-25 16:06:45 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:
Bug Depends On: 348601    
Bug Blocks: 432425    

Description Jesse Keating 2008-02-22 16:08:33 UTC
This is an automatically filed bug for a failed rebuild attempt for GCC 4.3.

http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal

Please verify why this build failed and fix it.
http://koji.fedoraproject.org/koji/taskinfo?taskID=444039
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Rob Crittenden 2008-02-22 16:14:27 UTC
Some of the NSS libraries moved from /usr/lib to /lib and the nss pkgconfig was
changed as well.

The upstream configure script expects to find libnssb.a in the same place as
libnss3.so and since they are not together, it is failing.

The nss owner is discussing the best way to address this.

Comment 2 Rob Crittenden 2008-02-25 16:06:45 UTC
The nss-devel package was changed to add symlinks from /usr/lib to /usr and the
pkg-config configuration was reverted so mod_revocator builds again.