[Bug 265096] Wrong warnings 'libxx.so doesn't have a SONAME' are sometimes printed

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Jul 2022 17:24:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265096

            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.13.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

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