From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Patch] go@1.4 Updated patch Date: Mon, 27 Jun 2016 14:13:33 +0200 Message-ID: <87fury96du.fsf@gnu.org> References: <87fusuh52h.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <1464968435.2613720.627094929.3FEBB927@webmail.messagingengine.com> <87d1nygoiq.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <871t4a7mkr.fsf@igalia.com> <8737omgukj.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <877fdukya9.fsf@gnu.org> <87shwgdjlx.fsf@gnu.org> <87twgfvblh.fsf@devserver.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHVQ7-0007Eh-28 for guix-devel@gnu.org; Mon, 27 Jun 2016 08:13:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHVQ1-0004iE-Fc for guix-devel@gnu.org; Mon, 27 Jun 2016 08:13:42 -0400 In-Reply-To: <87twgfvblh.fsf@devserver.i-did-not-set--mail-host-address--so-tickle-me> (Matthew Jordan's message of "Sun, 26 Jun 2016 18:17:46 -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: Matthew Jordan Cc: guix-devel@gnu.org Matthew Jordan skribis: >> One last thing I forgot to mention: building with --rounds=3D2 shows that >> the build is not reproducible (some differences in a few .a files.) >> >> If you prefer, we can address it in a later patch, though. > > Yes I would prefer address this issue in a later patch. Sure, let=E2=80=99s keep that in mind and address it later (but not too late ;-)). I also noticed the unusual file system layout in the main output: --8<---------------cut here---------------start------------->8--- $ ls $(./pre-inst-env guix build go) /gnu/store/05al7hhwng4a5hs1ix2i4agqzm9cs4gy-go-1.4.3-doc: share /gnu/store/6f6ns5c7gfr79pl190r9xjyx6rbx1vv1-go-1.4.3-tests: share /gnu/store/873c46bpppjssni07xk1j8r10ky4ybwz-go-1.4.3: bin favicon.ico include lib misc pkg src --8<---------------cut here---------------end--------------->8--- It would be nice to move misc/, pkg/, src/, and favicon.ico to conventional directories (lib/ or share/ I guess.) Thanks, Ludo=E2=80=99.