Bug 1296447 - LAPACK build problem
Summary: LAPACK build problem
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: lapack
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-07 09:44 UTC by adm.fkt.physik
Modified: 2016-01-13 17:39 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-01-13 17:39:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description adm.fkt.physik 2016-01-07 09:44:53 UTC
Description of problem:
lapack-3.6.0-5.fc24.src.rpm does not build correctly and aborts as one of the deprecated LAPACK components (sgegs) is not rebuild with -fPIC.


Version-Release number of selected component (if applicable):
Rawhide LAPACK 3.6.0-5.fc24 rebuild
with Scientific Linux 6.7 or 7.1 (RHEL6 or RHEL7):


How reproducible:
Always.


Steps to Reproduce:
rpmbuild --rebuild lapack-3.6.0-5.fc24.src.rpm


Actual results:
/usr/bin/ld: DEPRECATED/sgegs.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -
fPIC
DEPRECATED/sgegs.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [shared] Error 1


Expected results:
Complete build of lapack-3.6.0-5.


Additional info:
Replace "rm -f *.o liblapack*" in the Makefile.lapack with "rm -f *.o liblapack* DEPRECATED/*.o" to rebuild also object files for the DEPRECATED components for every library type.

# diff Makefile.lapack*
4c4
< 	rm -f *.o liblapack* DEPRECATED/*.o
---
> 	rm -f *.o liblapack*

This patch fixes the problem for me.

Comment 1 Tom "spot" Callaway 2016-01-13 17:39:47 UTC
Fixed in lapack-3.6.0-6.fc24. Good catch, thanks.


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