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)
Fri, May 24, 10:17 AM
Unknown Object (File)
Tue, May 21, 11:31 PM
Unknown Object (File)
Mon, May 20, 4:14 AM
Unknown Object (File)
Mon, May 20, 4:14 AM
Unknown Object (File)
Mon, May 20, 1:39 AM
Unknown Object (File)
Mon, May 20, 1:29 AM
Unknown Object (File)
Thu, May 9, 9:21 PM
Unknown Object (File)
Mon, May 6, 12:34 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