Bug 251298 - bind will fail to build on ia64 and actually does on alpha
Summary: bind will fail to build on ia64 and actually does on alpha
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bind
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Adam Tkac
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-08 08:16 UTC by Oliver Falk
Modified: 2013-04-30 23:36 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-08-13 16:08:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Oliver Falk 2007-08-08 08:16:24 UTC
The patch bind-9.5-dlz-64bit.patch does a very simple check to find out if lib64
should be used: exit((sizeof(void *) == 8) ? 0 : 1). Well, this will work on
x86_64 or ppc64, but not on alpha or ia64, where we do only have lib and no
lib64 - as there is no 32bit stuff...

To options:
1) Disable the patch with %ifarch alpha ia64 - easy and preferred from my point
of view
2) Do also check if there actually IS a /usr/lib64 directory - if the system is
set up correctly (I'm not 100% sure for ia64, but on alpha that's true) - there
should be no /usr/lib64.

Comment 1 Adam Tkac 2007-08-13 16:08:26 UTC
Thanks for report


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