]> The Tcpdump Group git mirrors - tcpdump/commit
CI: Print dynamic dependencies early. [skip ci]
authorDenis Ovsienko <[email protected]>
Mon, 26 Jul 2021 14:33:17 +0000 (15:33 +0100)
committerDenis Ovsienko <[email protected]>
Wed, 29 Sep 2021 14:08:36 +0000 (15:08 +0100)
commitd884c90309b4c405c8d81e3ab70676773817d9c7
treec82be80b7e98dc1d5fb1cb6dd7324ff71f174402
parentba8048549216906973cc69c752ada7f5d0a811b6
CI: Print dynamic dependencies early. [skip ci]

Call print_so_deps() just after "make install", so if dynamic linking
has failed for some reason, the failure to run tcpdump binary will not
prevent printing the details. Lose "tcpdump --version" because version
information is a part of "tcpdump -h" output.

-- Installing: /tmp/tcpdump_build_matrix.XXyKaiEo/bin/tcpdump
-- Set runtime path of "/tmp/tcpdump_build_matrix.XXyKaiEo/bin/tcpdump" to ""
-- Installing: /tmp/tcpdump_build_matrix.XXyKaiEo/share/man/man1/tcpdump.1
$ /tmp/tcpdump_build_matrix.XXyKaiEo/bin/tcpdump --version
ld.so.1: tcpdump: fatal: libpcap.so.1: open failed: No such file or directory

(cherry picked from commit b1dca9b165677e170a9ed65ae5087de8a122df0d)
build.sh