Page MenuHomeFreeBSD

Skip soname check if ${STAGEDIR}${PREFIX}/lib directory does not exist
ClosedPublic

Authored by sunpoet on Dec 3 2016, 8:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 2:18 AM
Unknown Object (File)
Sun, Jan 19, 3:37 PM
Unknown Object (File)
Sun, Jan 19, 11:38 AM
Unknown Object (File)
Nov 26 2024, 6:07 AM
Unknown Object (File)
Nov 25 2024, 12:57 PM
Unknown Object (File)
Oct 17 2024, 2:31 PM
Unknown Object (File)
Oct 17 2024, 2:30 PM
Unknown Object (File)
Oct 17 2024, 2:06 PM

Details

Reviewers
mat
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr
Summary
% cd /usr/ports/security/vuxml
% make
...
====> Running Q/A tests (stage-qa)
find: /usr/ports/security/vuxml/work/stage/usr/local/lib: No such file or directory

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6126
Build 6383: arc lint + arc unit

Event Timeline

sunpoet retitled this revision from to Skip soname check if ${STAGEDIR}${PREFIX}/lib directory does not exist.
sunpoet updated this object.
sunpoet edited the test plan for this revision. (Show Details)
sunpoet edited edge metadata.
mat added a reviewer: mat.
This revision is now accepted and ready to land.Dec 3 2016, 10:22 AM

What about packages that install libraries somewhere other than ${PREFIX}/lib? For example devel/llvmXY, installs to ${PREFIX}/llvmXY/lib and adds that path to a file in the ldconfig/ directory.

What about packages that install libraries somewhere other than ${PREFIX}/lib? For example devel/llvmXY, installs to ${PREFIX}/llvmXY/lib and adds that path to a file in the ldconfig/ directory.

This, here, fixed qa for ports that define NO_MTREE, which is not the case for the llvm ports.