[Bug 245320] math/openblas: libopenblas.so does not have a SONAME

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 3 16:21:31 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245320

            Bug ID: 245320
           Summary: math/openblas: libopenblas.so does not have a SONAME
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: thierry at FreeBSD.org
                CC: phd_kimberlite at yahoo.co.jp
             Flags: maintainer-feedback?(phd_kimberlite at yahoo.co.jp)
                CC: phd_kimberlite at yahoo.co.jp

Created attachment 213021
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213021&action=edit
Adding a SONAME to libopenblas.so

Trying to link a program with -lopenblas in developer mode produces the
following error:

Error: xxx is linked to /usr/local/lib/libopenblas.so which does not have a
SONAME.  math/openblas needs to be fixed.

The attached patch adds a soname to this lib.

Note: `ldconfig -r` still did not list it, this is caused by its naming scheme,
and this is not fixed by the proposed patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list