From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: Go 1.4.3 failing on core-updates Date: Mon, 17 Oct 2016 10:23:08 +0200 Message-ID: References: <20161015201228.GA12403@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw3Cd-0002hR-6W for guix-devel@gnu.org; Mon, 17 Oct 2016 04:23:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bw3CX-00021d-IH for guix-devel@gnu.org; Mon, 17 Oct 2016 04:23:23 -0400 Received: from pb-sasl1.pobox.com ([64.147.108.66]:53240 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bw3CX-00021T-C6 for guix-devel@gnu.org; Mon, 17 Oct 2016 04:23:17 -0400 In-Reply-To: <20161015201228.GA12403@jasmine> (Leo Famulari's message of "Sat, 15 Oct 2016 16:12:28 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org, Matthew Jordan On Sat 15 Oct 2016 22:12, Leo Famulari writes: > # 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 Probably this is due to a version change in GCC or the toolchain -- this part of go is designed to interoperate with GCC in some way. Try fixing the version of the toolchain to something older, perhaps? Andy