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)
Thu, Mar 20, 2:16 AM
Unknown Object (File)
Wed, Mar 12, 10:12 PM
Unknown Object (File)
Mon, Mar 10, 12:12 PM
Unknown Object (File)
Mon, Feb 24, 6:59 AM
Unknown Object (File)
Feb 13 2025, 6:06 PM
Unknown Object (File)
Jan 24 2025, 10:58 PM
Unknown Object (File)
Jan 24 2025, 10:22 PM
Unknown Object (File)
Jan 9 2025, 7:20 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