From owner-freebsd-ports-bugs@freebsd.org Wed Sep 9 14:49:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 460229CDE94 for ; Wed, 9 Sep 2015 14:49:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A4F01C3C for ; Wed, 9 Sep 2015 14:49:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t89EnVw2039149 for ; Wed, 9 Sep 2015 14:49:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202995] building lang/go14 causes bus error and coredump Date: Wed, 09 Sep 2015 14:49:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vivek@khera.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jlaffaye@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 14:49:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202995 Bug ID: 202995 Summary: building lang/go14 causes bus error and coredump Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jlaffaye@FreeBSD.org Reporter: vivek@khera.org Assignee: jlaffaye@FreeBSD.org Flags: maintainer-feedback?(jlaffaye@FreeBSD.org) I am unable to build go 1.4 in order to build go 1.5. This seems to really affect FreeBSD 10.2. Even the old binaries built with 10.1 kernel of go 1.4 causes a bus error running on FreeBSD 10.2 kernel. I used the same kernel config file with both 10.1 and 10.2. Curiously, on a 10.2 GENERIC kernel it works fine. Is there some special option or device it needs? Ports tree updated with portsnap today (9-SEP-2015) but this has been going on since 10.2 was released. [root@redfish]# make DISABLE_VULNERABILITIES=yes ===> Building for go14-1.4.2 cd /var/tmp/usr/ports/lang/go14/work/go/src && CC=cc GOROOT=/var/tmp/usr/ports/lang/go14/work/go GOROOT_FINAL=/usr/local/go14 GOBIN= GOARCH=amd64 GOOS=freebsd /bin/sh make.bash # Building C bootstrap tool. cmd/dist -t: not found gcc: not found -t: not found # Building compilers and Go bootstrap tool for host, freebsd/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go Bus error (core dumped) *** Error code 138 Stop. make: stopped in /usr/ports/lang/go14 23.190user 2.070sys 219.0%, 2ib 415ob 27522tx 416da 27938to 0swp 0:11.53 [root@redfish]# uname -a FreeBSD redfish.kcilink.com 10.2-RELEASE-p1 FreeBSD 10.2-RELEASE-p1 #2 r286969: Fri Aug 21 11:01:20 EDT 2015 vivek@lorax.kcilink.com:/u/lorax1/usr10/obj/u/lorax1/usr10/src/sys/KCI64 amd64 -- You are receiving this mail because: You are the assignee for the bug.