Re: pkg/60057 (net/wireshark docs not built (can't find asciidoctor))

"David H. Gutteridge via gnats" <[email protected]> Thu, 2 Apr 2026 20:40:02 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.pkgsrc.bugs
Message-ID <[email protected]>
The following reply was made to PR pkg/60057; it has been noted by GNATS.

From: "David H. Gutteridge" <[email protected]>
To: Gnats Bugs <[email protected]>
Cc: 
Subject: Re: pkg/60057 (net/wireshark docs not built (can't find asciidoctor))
Date: Thu, 02 Apr 2026 16:37:53 -0400

 The patch you suggested was telling CMake to use a specific executable
 name, but not the path at which it could be found. So it was defaulting
 to expect to find that in its own base source directory, then trying to
 run something nonexistent that resulted in no output that a following
 list processing command could make use of. (A hint here is that in your
 log, it states:
 "Found Asciidoctor: 
 /usr/pkg-work/net/wireshark/work/wireshark-4.6.4/asciidoctor33"
 which of course doesn't exist.)
 
 Regards,
 
 Dave