Page MenuHomeFreeBSD

Addition to proxydeps in Mk/Scripts/qa.sh: print an error on non-existent dependency
Needs ReviewPublic

Authored by yuri_rawbw.com on Aug 3 2017, 5:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 27, 11:37 PM
Unknown Object (File)
Thu, Sep 18, 8:07 PM
Unknown Object (File)
Aug 21 2025, 4:08 PM
Unknown Object (File)
Aug 15 2025, 10:49 PM
Unknown Object (File)
Aug 2 2025, 10:43 PM
Unknown Object (File)
Jul 22 2025, 1:38 AM
Unknown Object (File)
Jul 13 2025, 4:05 AM
Unknown Object (File)
Jul 7 2025, 10:41 AM
Subscribers
None

Details

Reviewers
None
Group Reviewers
portmgr
Summary

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.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped