Bug 1914844 - Unable to link to the lib
Summary: Unable to link to the lib
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: liblinear
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Björn 'besser82' Esser
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-11 10:30 UTC by Frank Büttner
Modified: 2021-01-11 10:30 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Frank Büttner 2021-01-11 10:30:23 UTC
Description of problem:
Using the lib on Fedora 33 will work, but the EPEL-7 one looks like broken.

Version-Release number of selected component (if applicable):
liblinear-devel-1.94-1.el7.x86_64.rpm

How reproducible:
On every linker call

Steps to Reproduce:

Actual results:
The linker fails with:
/usr/bin/ld: warning: libblas.so.3, needed by /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblinear.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblinear.so: undefined reference to `daxpy_'
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblinear.so: undefined reference to `dnrm2_'
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblinear.so: undefined reference to `dscal_'
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblinear.so: undefined reference to `ddot_'



Expected results:
Working linker run.

Workaround:
yum install blas


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