Bug 191927 - Package won't build in mock
Summary: Package won't build in mock
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss_ldap
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-16 14:43 UTC by Andreas Thienemann
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: nss_ldap-250-5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-16 21:36:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Build Log on x86_64 (42.15 KB, text/plain)
2006-05-16 14:43 UTC, Andreas Thienemann
no flags Details

Description Andreas Thienemann 2006-05-16 14:43:19 UTC
nss_ldap-250-4 won't build in mock on x86_64:

RPM build errors:
    File not found by glob: /var/tmp/nss_ldap-250-4-root/lib64/libnss_ldap.so.?

I haven't really dug into the .spec, but it seems as if %install somehow messes
up on x86_64.

Comment 1 Andreas Thienemann 2006-05-16 14:43:19 UTC
Created attachment 129199 [details]
Build Log on x86_64

Comment 2 Nalin Dahyabhai 2006-05-16 18:39:03 UTC
The makefile runs ls on /lib/libnss_files.so.? and then munges the output to 
determine the soversion it should use.  In a pure 64-bit build environment, it 
doesn't find such a file and thus returns '', causing "/lib64/libnss_ldap.so." 
(no "2") to be created.


Note You need to log in before you can comment on or make changes to this bug.