Page MenuHomeFreeBSD

installworld: improve portability of ldd use
ClosedPublic

Authored by brooks on Jun 28 2022, 12:40 AM.
Tags
None
Referenced Files
F115415997: D35618.diff
Wed, Apr 23, 2:10 PM
Unknown Object (File)
Mon, Apr 21, 2:57 AM
Unknown Object (File)
Mon, Apr 21, 1:43 AM
Unknown Object (File)
Mon, Apr 21, 1:29 AM
Unknown Object (File)
Mon, Apr 21, 12:48 AM
Unknown Object (File)
Fri, Apr 18, 11:08 PM
Unknown Object (File)
Fri, Apr 11, 1:39 AM
Unknown Object (File)
Mar 20 2025, 2:16 AM
Subscribers

Details

Summary

b3b462229f97 added a case statement to ignore lines containing strings
in square brackets such as "[vdso]" and "[preloaded]". On MacOS
Monterey where /bin/sh may be zsh, this fails with:

/bin/sh: -c: line 0: syntax error near unexpected token `;;'

Invoke grep in the pipeline to remove such lines instead.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46144
Build 43033: arc lint + arc unit