Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jul 2022 17:24:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265096] Wrong warnings 'libxx.so doesn't have a SONAME' are sometimes printed
Message-ID:  <bug-265096-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 265096
           Summary: Wrong warnings 'libxx.so doesn't have a SONAME' are
                    sometimes printed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: yuri@freebsd.org
                CC: ports-bugs@FreeBSD.org

Testcase: science/trilinos

It installs /usr/local/lib/libxpetra.so.13.4

The framework prints this warning:
> Warning: /usr/ports/math/trilinos/work/stage/usr/local/lib/libxpetra.so.1=
3.4 doesn't have a SONAME.

However, SONAME exists in this library:
> $ objdump -p /usr/local/lib/libxpetra.so.13.4 | grep SONAME
>   SONAME               libxpetra.so.13

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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