From owner-svn-ports-all@freebsd.org Thu Feb 28 06:33:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBA6E151C80E; Thu, 28 Feb 2019 06:33:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 592AB81ECD; Thu, 28 Feb 2019 06:33:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:9d8c:6f9c:fbb:809d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id C463AD209; Thu, 28 Feb 2019 06:33:12 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 28 Feb 2019 15:33:08 +0900 From: Koichiro Iwao To: Julien Laffaye Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r493967 - head/lang/go Message-ID: <20190228063308.4jnp72qqni6zu62z@icepick.vmeta.jp> References: <201902261353.x1QDrQwX039689@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201902261353.x1QDrQwX039689@repo.freebsd.org> X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 592AB81ECD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 28 Feb 2019 06:33:14 -0000 On Tue, Feb 26, 2019 at 01:53:26PM +0000, Julien Laffaye wrote: > Author: jlaffaye > Date: Tue Feb 26 13:53:25 2019 > New Revision: 493967 > URL: https://svnweb.freebsd.org/changeset/ports/493967 > > Log: > Update to 1.12 > > Modified: > head/lang/go/Makefile > head/lang/go/distinfo > head/lang/go/pkg-plist Fails to build for me. ====> Running Q/A tests (stage-qa) Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/src/internal/x/fiximports.bash' Warning: 'go/pkg/bootstrap/bin/asm' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go/pkg/bootstrap/bin/link' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go/pkg/bootstrap/bin/compile' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go/pkg/bootstrap/bin/cgo' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample.bin' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'go/src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/exe_linux_64' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} *** Error code 1 Stop. make: stopped in /usr/ports/lang/go =>> Error: stage-qa failures detected build of lang/go | go-1.12,1 ended at Thu Feb 28 15:31:30 JST 2019 build time: 00:01:47 !!! build failure encountered !!! [00:01:52] Error: Build failed in phase: stage-qa [00:01:52] Cleaning up [00:01:53] Unmounting file systems -- meta