Hi,

On Fri, Jan 24, 2020 at 08:00:15PM +0100, Christopher BRAVO CERCAS wrote:
> I try to build [security/openvpn] with poudriere on freebsd 12.1: 
> 
> poudriere is inside an iocage. 
> 
> Here the log: 
> 
> https://pastebin.com/FD8ERQK9 

The standard port runs openvpn "make check", which needs to access
the loopback network interface (it does not need root perms, but
it wants to bind to "::").  This does not seem to be possible inside
your iocage, so it fails here

Fri Jan 24 17:48:08 2020 UDPv6 link local (bound): [AF_INET6]::1:16100
Fri Jan 24 17:48:08 2020 UDPv6 link remote: [AF_INET6]::1:16101
Fri Jan 24 17:48:08 2020 write UDPv6: Permission denied (code=13)
Fri Jan 24 17:48:10 2020 write UDPv6: Permission denied (code=13)
...
Fri Jan 24 17:49:08 2020 TLS Error: TLS key negotiation failed to occur within 
60 seconds (check your network connectivity)


there is a port config option to build without running self-tests if
I remember right - so either "no iocage" or "no self-test" or "permit
networking inside" :-)

gert
-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
                             Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany                             g...@greenie.muc.de

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to