Bug 250205 - math/gsl: undefined references to cblas_* symbols
Summary: math/gsl: undefined references to cblas_* symbols
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-08 16:45 UTC by Yuri Victorovich
Modified: 2020-11-17 06:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (tcberner)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2020-10-08 16:45:05 UTC
astro/siril fails with errors
> /usr/local/lib/libgsl.so: undefined reference to `cblas_zher2k'
> /usr/local/lib/libgsl.so: undefined reference to `cblas_dtrsm'
that suggest that libgsl.so is missing -lcblas.

Log: http://beefy9.nyi.freebsd.org/data/113amd64-default/550464/logs/siril-0.99.6.log
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2020-11-17 06:45:41 UTC
This is a bug in astro/siril that they don't link to gsl properly.