Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Apr 2016 20:29:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208472] math/openblas: bad shared library
Message-ID:  <bug-208472-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208472

            Bug ID: 208472
           Summary: math/openblas: bad shared library
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: bapt@FreeBSD.org
                CC: phd_kimberlite@yahoo.co.jp
             Flags: maintainer-feedback?(phd_kimberlite@yahoo.co.jp)
                CC: phd_kimberlite@yahoo.co.jp

libopenblas provides a libopenblas.so, which is a badly formated one (aka no
SONAME)

readelf -d /usr/local/lib/libopenblas.so.0

Dynamic section at offset 0x18b4690 contains 29 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libgfortran.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.5]
 0x0000000000000001 (NEEDED)             Shared library: [libquadmath.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.7]
 0x000000000000001d (RUNPATH)            Library runpath:
[/usr/local/lib/gcc48]
 0x000000000000000c (INIT)               0x104a38
 0x000000000000000d (FINI)               0x180b548
 0x0000000000000019 (INIT_ARRAY)         0x1ab01f8
 0x000000000000001b (INIT_ARRAYSZ)       8 (bytes)
 0x000000000000001a (FINI_ARRAY)         0x1ab0200
 0x000000000000001c (FINI_ARRAYSZ)       8 (bytes)
....

There should be a SONAME section which should be libopenblas.so.0 otherwise
binaries linking to it sill endup being linked to libopenblas.so instead of
libopenblas.so.0

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208472-13>