Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 20:06:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213547] Mk/Scripts/qa.sh - hard-coded LD_LIBRARY_PATH causes false positives
Message-ID:  <bug-213547-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 213547
           Summary: Mk/Scripts/qa.sh - hard-coded LD_LIBRARY_PATH causes
                    false positives
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 175836
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175836&action=
=3Dedit
[patch] remove hard-coded lib path for stage-qa

The hard-coded LD_LIBRARY_PATH=3D${LOCALBASE}/lib causes problems when a li=
brary
is installed both by ports and base.

Just one example: devel/jsoncpp ...

=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libjsoncpp.so.1.7.7 is linked to
/usr/local/lib/libc++.so.1 from devel/libc++ but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=3Dlibc++.so:devel/libc++


I don't see a reason why it might be needed at the moment, so my first patc=
h=20
attempt just removes it.

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