[Bug 221197] Addition to proxydeps in Mk/Scripts/qa.sh: print an error on non-existent dependency
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 3 05:17:28 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221197
Bug ID: 221197
Summary: Addition to proxydeps in Mk/Scripts/qa.sh: print an
error on non-existent dependency
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: yuri at rawbw.com
CC: freebsd-ports-bugs at FreeBSD.org
Flawed ports's build process created the library that is linked to non-existent
dynamic library:
> # ldd -a work/stage//usr/local/lib/lv2/convo.lv2/convoLV2.so
> work/stage//usr/local/lib/lv2/convo.lv2/convoLV2.so:
> libzita-convolver.so.3 => not found (0)
Currently, proxydeps misses such situation. I made it to print an error message
in such case.
https://reviews.freebsd.org/D11095
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list