Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Apr 2022 11:22:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263116] security/openvpn build fails occasionally on building the openvpn(8) man page
Message-ID:  <bug-263116-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263116

            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=3D233023&action=
=3Dedit
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 becau=
se
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263116-7788>