Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 19:25:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243524] math/suitesparse .so link failure
Message-ID:  <bug-243524-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243524
           Summary: math/suitesparse .so link failure
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fortran@FreeBSD.org
          Reporter: robert.kruus@utoronto.ca
             Flags: maintainer-feedback?(fortran@FreeBSD.org)
          Assignee: fortran@FreeBSD.org

I updated openblas to the latest version (0.3.7,1) and it no longer installs
libopenblasp.so. Since the existing install of suitesparse was finding
libopenblasp in the /usr/local/lib/compat/pkg/ directory, I removed that fi=
le.
I ran make stage in math/suiteparse. The build ran fine, but the "*.so" fil=
es
in the stage directory showed missing libs -- they were still looking for
libopenblasp.so, even though it no longer exists on my system.
For example:=20
/usr/local/lib/libcholmod.so:
        libm.so.5 =3D> /lib/libm.so.5 (0x800669000)
        libamd.so.2 =3D> /usr/local/lib/libamd.so.2 (0x80112e000)
        libcolamd.so.2 =3D> /usr/local/lib/libcolamd.so.2 (0x801338000)
        libsuitesparseconfig.so.5 =3D>=20
/usr/local/lib/libsuitesparseconfig.so.5 (0x801541000)
        libccolamd.so.2 =3D> /usr/local/lib/libccolamd.so.2 (0x801743000)
        libcamd.so.2 =3D> /usr/local/lib/libcamd.so.2 (0x801952000)
        libmetis.so.2 =3D> /usr/local/lib/libmetis.so.2 (0x80069b000)
        libopenblasp.so.0 =3D> not found (0)
        libomp.so =3D> /usr/lib/libomp.so (0x800716000)
        libc.so.7 =3D> /lib/libc.so.7 (0x80024a000)
        libthr.so.3 =3D> /lib/libthr.so.3 (0x8007bf000)

pkg delete and reinstall of suitesparse seems to fix the link issues.
I would guess it has to do with libsuitesparseconfig.so.5?

(I was trying to see if the affected my issue in Bug 243497)

--=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-243524-7788>