From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Go 1.4.3 failing on core-updates Date: Sat, 15 Oct 2016 16:12:28 -0400 Message-ID: <20161015201228.GA12403@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvVJt-0000oT-0K for guix-devel@gnu.org; Sat, 15 Oct 2016 16:12:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvVJp-0002AZ-Px for guix-devel@gnu.org; Sat, 15 Oct 2016 16:12:36 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45428) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvVJp-0002AL-Lg for guix-devel@gnu.org; Sat, 15 Oct 2016 16:12:33 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: Matthew Jordan Go version 1.4.3, which is required to build the latest Go version, is failing to build on core-updates: https://hydra.gnu.org/build/1493335 Here's the tail of the log: ------ archive/tar go/doc crypto/elliptic cmd/addr2line encoding/asn1 crypto/rand crypto/dsa cmd/cgo go/format crypto/rsa cmd/fix cmd/gofmt go/build crypto/ecdsa crypto/x509/pkix cmd/nm cmd/objdump cmd/pprof/internal/plugin html/template cmd/pprof/internal/symbolizer cmd/pprof/internal/symbolz cmd/yacc archive/zip cmd/pprof/internal/report compress/lzw compress/zlib database/sql/driver database/sql encoding/csv encoding/gob image/gif image/png runtime/debug testing testing/iotest cmd/pprof/internal/commands testing/quick text/scanner cmd/pprof/internal/driver runtime/cgo net os/user # net cannot load DWARF output from $WORK/net/_obj//_cgo_.o: decoding dwarf section info at offset 0x4: unsupported version 0 # os/user cannot load DWARF output from $WORK/os/user/_obj//_cgo_.o: decoding dwarf section info at offset 0x4: unsupported version 0 phase `build' failed after 15.9 seconds builder for `/gnu/store/gs9r320hhlmi87k3xbswng57icxsxv4n-go-1.4.3.drv' failed with exit code 1 @ build-failed /gnu/store/gs9r320hhlmi87k3xbswng57icxsxv4n-go-1.4.3.drv - 1 builder for `/gnu/store/gs9r320hhlmi87k3xbswng57icxsxv4n-go-1.4.3.drv' failed with exit code 1 guix build: error: build failed: build of `/gnu/store/gs9r320hhlmi87k3xbswng57icxsxv4n-go-1.4.3.drv' failed ------ Any ideas?