[Bug 263116] security/openvpn build fails occasionally on building the openvpn(8) man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 11:22:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263116 Bug ID: 263116 Summary: security/openvpn build fails occasionally on building the openvpn(8) man page Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mandree@FreeBSD.org Reporter: janm@transactionware.com Flags: maintainer-feedback?(mandree@FreeBSD.org) Assignee: mandree@FreeBSD.org Created attachment 233023 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233023&action=edit Patch to include missing man page section Occasionally when building openvpn, the included doc/openvpn.8 man page isn't used, and it attempts to rebuild the man page from source. This fails because the doc/man-sections/cipher-negotiation.rst file is missing from the distribution tarball. I have reported this upstream: https://community.openvpn.net/openvpn/ticket/1461 The attached patches fix this for me. Errors seen: --- openvpn.8 --- rst2man openvpn.8.rst > openvpn.8 --- openvpn.8.html --- rst2html openvpn.8.rst > openvpn.8.html --- openvpn.8 --- openvpn.8.rst:78: (SEVERE/4) Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'man-sections/cipher-negotiation.rst'. Exiting due to level-4 (SEVERE) system message. *** [openvpn.8] Error code 1 make[4]: stopped in /ports-work/usr/ports/security/openvpn/work/openvpn-2.5.6/doc --- openvpn.8.html --- openvpn.8.rst:78: (SEVERE/4) Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'man-sections/cipher-negotiation.rst'. Exiting due to level-4 (SEVERE) system message. *** [openvpn.8.html] Error code 1 -- You are receiving this mail because: You are the assignee for the bug.