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)
Mon, Jun 8, 6:17 PM
Unknown Object (File)
Mon, Jun 8, 6:23 AM
Unknown Object (File)
Sun, Jun 7, 12:13 PM
Unknown Object (File)
Apr 27 2026, 1:44 PM
Unknown Object (File)
Apr 25 2026, 5:04 AM
Unknown Object (File)
Apr 23 2026, 8:01 AM
Unknown Object (File)
Apr 20 2026, 1:24 PM
Unknown Object (File)
Apr 17 2026, 9:06 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