X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 4D82CDC0189; Thu, 10 Apr 2014 20:44:10 +0000 (UTC) Date: Thu, 10 Apr 2014 22:44:07 +0200 From: Natanael Copa To: Eivind Uggedal Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/go: new aport Message-ID: <20140410224407.04a7fd8d@ncopa-laptop> In-Reply-To: <1397127461-23956-1-git-send-email-eivind@uggedal.com> References: <1397127461-23956-1-git-send-email-eivind@uggedal.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 10 Apr 2014 10:57:41 +0000 Eivind Uggedal wrote: > --- > testing/go/APKBUILD | 149 +++++++++++++++++++++++++++ > testing/go/default-sc-getpw-r-size-max.patch | 15 +++ > testing/go/no-pic.patch | 14 +++ > testing/go/no-werror.patch | 10 ++ > 4 files changed, 188 insertions(+) > create mode 100644 testing/go/APKBUILD > create mode 100644 testing/go/default-sc-getpw-r-size-max.patch > create mode 100644 testing/go/no-pic.patch > create mode 100644 testing/go/no-werror.patch This failed on x86 with: net os/user # os/user pkg/os/user/lookup.go:9: undefined: current pkg/os/user/lookup.go:9: not enough arguments to return pkg/os/user/lookup.go:15: undefined: lookup pkg/os/user/lookup.go:15: not enough arguments to return pkg/os/user/lookup.go:21: undefined: lookupId pkg/os/user/lookup.go:21: not enough arguments to return # net pkg/net/lookup_unix.go:56: undefined: cgoLookupHost pkg/net/lookup_unix.go:64: undefined: cgoLookupIP pkg/net/lookup_unix.go:72: undefined: cgoLookupPort pkg/net/lookup_unix.go:80: undefined: cgoLookupCNAME >>> ERROR: go: all failed maybe we just set arch="x86_64" for now? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---