Page MenuHomeFreeBSD

installworld: improve portability of ldd use
ClosedPublic

Authored by brooks on Jun 28 2022, 12:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 17, 3:59 PM
Unknown Object (File)
Tue, Mar 3, 8:36 PM
Unknown Object (File)
Feb 8 2026, 9:01 AM
Unknown Object (File)
Feb 8 2026, 12:42 AM
Unknown Object (File)
Jan 30 2026, 6:02 PM
Unknown Object (File)
Jan 28 2026, 2:28 AM
Unknown Object (File)
Jan 28 2026, 2:28 AM
Unknown Object (File)
Jan 4 2026, 4:11 PM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable