=======================<phase: package >============================ ===> Building package for wireshark-2.6.5 pkg-static: Unable to access file /wrkdirs/usr/ports/net/wireshark/work/stage/usr/local/lib/wireshark/extcap/ciscodump:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/net/wireshark/work/stage/usr/local/lib/wireshark/extcap/sshdump:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/net/wireshark/work/stage/usr/local/man/man1/ciscodump.1.gz:No such file or directory Poudriere build fails (see attachment): pkg-static: Unable to access file /wrkdirs/usr/ports/net/wireshark/work/stage/usr/local/man/man1/sshdump.1.gz:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/net/wireshark =>> Cleaning up wrkdir ===> Cleaning for wireshark-2.6.5 build of net/wireshark | wireshark-2.6.5 ended at Sat Dec 8 02:34:31 CET 2018 build time: 00:04:34 !!! build failure encountered !!!
(In reply to p5B2E9A8F from comment #0) Is this when certain OPTIONS are enabled/disabled?
Nope, that's because ciscodump and sshdump seem to depend on libssh, which the port does not depend on. From `make configure' in Poudriere: checking whether to use the libssh library if available... yes checking for ssh_new in -lssh... no checking whether libssh >= 0.6.0 for sshdump, ciscodump... no [...] checking whether to build sshdump... no, libssh >= 0.6.0 not installed for development checking whether to build ciscodump... no, libssh >= 0.6.0 not installed for development [...] Build sshdump : no Build ciscodump : no
A commit references this bug: Author: marcus Date: Sat Dec 8 16:10:31 UTC 2018 New revision: 486960 URL: https://svnweb.freebsd.org/changeset/ports/486960 Log: Fix packaging. Conditionalize sshdump and ciscodump as they need libssh. PR: 233858 Changes: head/net/wireshark/Makefile
Fixed in 2.6.5_1. Sorry about that.