From owner-svn-ports-head@freebsd.org Sun Mar 26 15:22:55 2017 Return-Path: Delivered-To: svn-ports-head@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 32EC8D1EF1A; Sun, 26 Mar 2017 15:22:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (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 E1F7213AD; Sun, 26 Mar 2017 15:22:54 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x235.google.com with SMTP id y18so50052414itc.0; Sun, 26 Mar 2017 08:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=bA3+M+4SUjC5IRJvAtkmwtTtEOzAC5Xv6reXtwqJZ/c=; b=V8/InNnm2sEIVhMwnfnXy+IVBmsO9tvllLQqTvXKGccpRfYrRVCUIwdJan+r9E9etr suFanm6heOaBX9u/zsJRfF6sV5AIONLQbCitM7oo7RXPPRDcK2GqilU5diKm4OC98jMF uAXCUdx7Y6o3S3qOydhatrzibfFbbldBFAfFv6bxnZW8Yp6CaC+jNYyX0HRPfRDdNuRz 3fkd3662iwsUzb/+AcLLeGjM2AjZdqHAXnNV0CI+zsjZ+wENYKuxC8+WoewN56wfLz4K y1bbO0dpQMn1+59jdK3eDFQ8HzoOLPa7ljdy0YC9ZkoYt74z9BN7YoHmXltZIojVw5cW obDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=bA3+M+4SUjC5IRJvAtkmwtTtEOzAC5Xv6reXtwqJZ/c=; b=VG3lqNSs1qTL2+o+/ptc+mHbkcOVFGtteP5ollk3JrTm7W4mdou98jkZZKEGfr55dF ZaZdj93kxsY3cmPImruQOtA5WyAl6bfuwdrnJczC0s+TJ+F3MTqLPpyi50HzHbqYBiqA pW8RNRmnlorS2MkAPTmRDQ6kZOAo0h4hsSXpZLxi+AUh3yyq/2LyfWTxey8cZkzAlzLi oP5nYr7/AC63wVVu8brjPhV2H25q1Yl60t9UabvsykJx2leV+iy7cInHHjVJyJFYbqR2 ITxYRwo8a8q79ImkEzJnuIUSc7RbscED5VYq8smhi1FMbzhDgfyGcHOvL6ZFq3BzU3l1 1Cpg== X-Gm-Message-State: AFeK/H0mRhQxssClMK7OluASQtV77I9QZ1AQIbFh2+YfxTa450UurLFO4qH69Zy+EiH2PgwjnWa0XHDhwQ93rg== X-Received: by 10.107.135.74 with SMTP id j71mr4878356iod.171.1490541773929; Sun, 26 Mar 2017 08:22:53 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 08:22:53 -0700 (PDT) Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 08:22:53 -0700 (PDT) In-Reply-To: References: <201703260622.v2Q6MqvW016810@repo.freebsd.org> From: Antoine Brodin Date: Sun, 26 Mar 2017 17:22:53 +0200 X-Google-Sender-Auth: ZLjbQgGeJ0shQGqoqF8OQGkMAok Message-ID: Subject: Re: svn commit: r436939 - head/lang/go/files To: Gleb Smirnoff Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:22:55 -0000 On Mar 26, 2017 4:57 PM, "Antoine Brodin" wrote: On Mar 26, 2017 8:23 AM, "Gleb Smirnoff" wrote: Author: glebius (src committer) Date: Sun Mar 26 06:22:52 2017 New Revision: 436939 URL: https://svnweb.freebsd.org/changeset/ports/436939 Log: Use pipe2() syscall. It is available on all supported FreeBSD versions. This makes lang/go not depending on pipe() syscall, this not depending on COMPAT_FREEBSD10 kernel. This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b from the official Go repo. Approved by: jlaffaye Hi, It seems some go ports fail to build after this change: "# syscall /usr/local/go/src/syscall/exec_unix.go:188: undefined: forkExecPipe" Antoine Fixed in r436968 Antoine