From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [Patch] go@1.5 Date: Fri, 3 Jun 2016 19:43:32 -0400 Message-ID: <20160603234332.GA28100@jasmine> References: <871t4mynom.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8ykm-0006op-Fy for guix-devel@gnu.org; Fri, 03 Jun 2016 19:43:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8ykh-0004j1-Hc for guix-devel@gnu.org; Fri, 03 Jun 2016 19:43:48 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8ykg-0004gL-58 for guix-devel@gnu.org; Fri, 03 Jun 2016 19:43:43 -0400 Content-Disposition: inline In-Reply-To: <871t4mynom.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> 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: Matthew Jordan Cc: guix-devel On Sat, May 28, 2016 at 03:42:17PM -0400, Matthew Jordan wrote: > Go compiler version 1.5, dependant on "[Patch] go@1.4". Do executables created with this compiler also need to be wrapped? I built Syncthing 0.13.5 with this compiler, and I got the familiar error when trying to run the Syncthing binary: $ ./pre-inst-env guix environment --ad-hoc go@1.5 --container --share=/home/leo/src # [env] cd ~/src/github.com/syncthing/syncthing && go run build.go [...] # ./bin/syncthing ./bin/syncthing: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory