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)
Mon, Mar 25, 7:47 AM
Unknown Object (File)
Mar 13 2024, 1:07 PM
Unknown Object (File)
Mar 4 2024, 1:09 AM
Unknown Object (File)
Jan 22 2024, 9:56 PM
Unknown Object (File)
Jan 22 2024, 9:56 PM
Unknown Object (File)
Jan 14 2024, 4:28 PM
Unknown Object (File)
Dec 30 2023, 6:13 AM
Unknown Object (File)
Dec 23 2023, 4:22 AM

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.