From owner-svn-ports-all@freebsd.org Sun Mar 26 16:15:35 2017 Return-Path: Delivered-To: svn-ports-all@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 0BB86D1EE92; Sun, 26 Mar 2017 16:15:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E164E1CD5; Sun, 26 Mar 2017 16:15:34 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id v2QGFXHL006562 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 26 Mar 2017 09:15:33 -0700 (PDT) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id v2QGFX1w006561; Sun, 26 Mar 2017 09:15:33 -0700 (PDT) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Sun, 26 Mar 2017 09:15:33 -0700 From: Gleb Smirnoff To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436939 - head/lang/go/files Message-ID: <20170326161533.GF23308@FreeBSD.org> References: <201703260622.v2Q6MqvW016810@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 16:15:35 -0000 On Sun, Mar 26, 2017 at 05:22:53PM +0200, Antoine Brodin wrote: A> Log: A> Use pipe2() syscall. It is available on all supported FreeBSD versions. A> This makes lang/go not depending on pipe() syscall, this not depending A> on COMPAT_FREEBSD10 kernel. A> A> This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b A> from the official Go repo. A> A> Approved by: jlaffaye A> A> A> Hi, A> A> It seems some go ports fail to build after this change: A> "# syscall A> /usr/local/go/src/syscall/exec_unix.go:188: undefined: forkExecPipe" A> A> Fixed in r436968 Thanks, Antoine! -- Totus tuus, Glebius.