Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Aug 2017 04:51:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221134] [NEW STAGE-QA STAGE] sslmix: Checks that elfs aren't linked to both base and port SSL libraries
Message-ID:  <bug-221134-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 221134
           Summary: [NEW STAGE-QA STAGE] sslmix: Checks that elfs aren't
                    linked to both base and port SSL libraries
           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@rawbw.com
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 184880
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184880&action=
=3Dedit
patch

Reports such errors which often lead to later crashes.

One caveat that I know of is when executable is linked to the shared librar=
y by
its absolute path. Such library isn't normally found by ldd in a stage
directory until installed. Maybe somebody can suggest a solution to this. In
case of relative shared library links, and in case of inter-package links it
should work fine.

Testing performed:
* I artificially linked one executable to both SSLs and got this error:
> Error: /usr/local/bin/qtox is linked to /usr/local/lib/libssl.so.9 from s=
ecurity/openssl but it is not declared as a dependency

Open to suggestions.

--=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-221134-13>