From owner-freebsd-ports@freebsd.org Mon Aug 1 20:53:49 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A17FBAB7D3; Mon, 1 Aug 2016 20:53:49 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qt0-x232.google.com (mail-qt0-x232.google.com [IPv6:2607:f8b0:400d:c0d::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9F9A1D48; Mon, 1 Aug 2016 20:53:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qt0-x232.google.com with SMTP id u25so111791735qtb.1; Mon, 01 Aug 2016 13:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=74sHITmnD1Uy8NQx9N5Bzp/QSCal0ooiqZ9oQdqHrk0=; b=MeNBj+Ny3Fmta5xZOhQYXWhmfY4hiYzIn1sanmlojQ3ZsGP2sGWCB5AmFCM8yDkyJv DJ81Fyr7XbA9P/oS+ZARn6gSZQKrpd7Zz7xu5/WSgXjuF+mbiXbD9an3MIfCOM+zpj4v LmuMMKSUn9hnr/QS9uCPcKF3XbOzYDnNTnxjd4NxGsNSlCA8oRQYe2KL4+kvCROg/Zga 0X9QBjrAqxbuUzN2MMSwdHNlebXQf/KWXI+bGHzzbFunF9iHZzVUhlMCjYFY+4kZ+mj8 8cgeoDadqtUILQ/e5XDarIPppg7Bf0YxxmQvNhOL6vQ3zJWGFKLd4/0t0G02VPP+rV6N SweQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=74sHITmnD1Uy8NQx9N5Bzp/QSCal0ooiqZ9oQdqHrk0=; b=FzBjbL/0N6LjbDZ4t6Bp+3+aWUYcmsRiwr6jvaBzTPBh4Ftbh5XHKmj/vxVhG95B6W qe/KR1vBkcasJto2bBPaUd/18+BiScOTli+/gcg7mrnnPu436K7NmoWLrlgWNRvomqxj k1JOqMsSC+a4lIROFr1+bnYBlaOCKbxXwNS4gr4qZw3pZPPA3SjnJ2qgoYxC0xgghlck ZBP0T+oAn7aPfKIhNYGrf0BjdKPubb9dZWbp1hKLj3GiSu2U/amXLEAQi3PxlF9goF9J dX22FtD66A2YShxhw9IRuZpaT+7/V7Xqz5zSPVvGJpJP8wE0wMXYABD7njSrpx50xIGF SOXA== X-Gm-Message-State: AEkooutYn7ant4Pl8sez/Ws1DDaSucBmerlMxUourPRlZcoOVkybtmImJiIQLvYEvVi4uzwdpgWl+ip/N7XKnw== X-Received: by 10.200.49.129 with SMTP id h1mr92620742qte.103.1470084827881; Mon, 01 Aug 2016 13:53:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.233.216.194 with HTTP; Mon, 1 Aug 2016 13:53:47 -0700 (PDT) In-Reply-To: <20160801143118.GE7956@mutt-hardenedbsd> References: <20160801140804.GD7956@mutt-hardenedbsd> <2061B016-057C-44E9-A982-C0B689861E40@freebsd.org> <20160801143118.GE7956@mutt-hardenedbsd> From: Ngie Cooper Date: Mon, 1 Aug 2016 13:53:47 -0700 Message-ID: Subject: Re: security/openvpn build failure on 12-CURRENT/amd64 To: Shawn Webb Cc: Matthias Andree , FreeBSD Current , ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 20:53:49 -0000 On Mon, Aug 1, 2016 at 7:31 AM, Shawn Webb 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