Date: Mon, 01 Aug 2016 21:54:12 +0000 From: Matthias Andree <mandree@freebsd.org> To: Ngie Cooper <yaneurabeya@gmail.com>, Shawn Webb <shawn.webb@hardenedbsd.org> Cc: FreeBSD Current <freebsd-current@freebsd.org>, ports <freebsd-ports@freebsd.org> Subject: Re: security/openvpn build failure on 12-CURRENT/amd64 Message-ID: <9D61CE5E-9194-434A-A1AE-79DC21D04DC2@freebsd.org> In-Reply-To: <CAGHfRMDZ7ZYnMMkpngjFdNNrfbskJ-%2BzLpZrE-F7WMTxT2KKPQ@mail.gmail.com> References: <20160801140804.GD7956@mutt-hardenedbsd> <2061B016-057C-44E9-A982-C0B689861E40@freebsd.org> <20160801143118.GE7956@mutt-hardenedbsd> <CAGHfRMDZ7ZYnMMkpngjFdNNrfbskJ-%2BzLpZrE-F7WMTxT2KKPQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ngie, Quite possibly an incompatibility between the port or the upstream software build/self-test rigging with the rather new FreeBSD 12-CURRENT. Since I do not have the latter, I am soliciting patches (through Bugzilla). I am staring at <http://svnweb.freebsd.org/ports/head/security/openvpn/files/patch-tests__t_cltsrv.sh?revision=385432&view=markup#l39> ff. and it does not make sense to me that or why it is failing. I am wondering if it is something specific to 12-CURRENT that does additional patching, or if sed(1) behaves in a different way. Insights welcome. Cheers, Matthias Am 1. August 2016 22:53:47 MESZ, schrieb Ngie Cooper <yaneurabeya@gmail.com>: >On Mon, Aug 1, 2016 at 7:31 AM, Shawn Webb <shawn.webb@hardenedbsd.org> >wrote: > >... > >> HardenedBSD's kernel and world matched and still had the very same >> build error. >> >> Here's the build log: http://pastebin.com/TEBih1Sx > >Confirmed -- why's it looking for tcp6local/udp6local though (this >isn't a valid protocol, and for some odd reason it's being picked up >from the sample config file..?)? Looks like a port bug... >Thanks, >-Ngie > >$ sudo make -C /usr/ports/security/openvpn build >... >PASS: t_lpback.sh >The following test will take about two minutes. >If the addresses are in use, this test will retry up to two times. >Options error: Bad protocol: 'udp6local'. Allowed protocols with >--proto option: [proto-uninitialized] [udp] [tcp-server] [tcp-client] >[tcp] [udp6] [tcp6-server] [tcp6-client] [tcp6] >Use --help for more information. >Options error: Bad protocol: 'udp6local'. Allowed protocols with >--proto option: [proto-uninitialized] [udp] [tcp-server] [tcp-client] >[tcp] [udp6] [tcp6-server] [tcp6-client] [tcp6] >Use --help for more information. >FAIL: t_cltsrv.sh >==================================================== >1 of 2 tests failed >(1 test was not run) >Please report to openvpn-users@lists.sourceforge.net >==================================================== >*** [check-TESTS] Error code 1 >$ grep -r udp6local work/ >work/openvpn-2.3.11/sample/sample-config-files/loopback-client.test:proto >udp6local ::1 >work/openvpn-2.3.11/sample/sample-config-files/loopback-server.test:proto >udp6local ::1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9D61CE5E-9194-434A-A1AE-79DC21D04DC2>