From mboxrd@z Thu Jan 1 00:00:00 1970 From: alirioeyng Subject: Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal =?utf-8?b?ZHVyaW5nCWluc3RhbGwu?= Date: Sat, 6 Jul 2013 05:11:07 +0000 (UTC) Message-ID: References: <51D71116.3080403@BlueT.org> <87txk8sqc6.fsf@gnu.org> <51D768DE.90403@BlueT.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvKpv-00044V-1D for bug-guix@gnu.org; Sat, 06 Jul 2013 01:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvKpt-0001kD-8y for bug-guix@gnu.org; Sat, 06 Jul 2013 01:15:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:41390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvKpt-0001gT-2U for bug-guix@gnu.org; Sat, 06 Jul 2013 01:15:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UvKpr-00059b-7G for bug-guix@gnu.org; Sat, 06 Jul 2013 07:15:03 +0200 Received: from 186.212.63.150.static.host.gvt.net.br ([186.212.63.150.static.host.gvt.net.br]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Jul 2013 07:15:03 +0200 Received: from alirioeyng by 186.212.63.150.static.host.gvt.net.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Jul 2013 07:15:03 +0200 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org BlueT - Matthew Lien - 練喆明 bluet.org> writes: > I understand that >=1.12 might be better than 1.11, but is there > something we can do to make it support both? > Or should we just tag it as 'Building Guix from git source is not > supported on Ubuntu' ? I think it's better to invest resources in making a bootable distribution soon and you should try to fix Ubuntu, probably the easier way is: Install with GSRC: http://www.gnu.org/software/gsrc/gsrc.html And add the paths: For bash: cat 'export PATH=$PATH:~/gnu/bin'>>.bashrc cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.bashrc For dash: cat 'export PATH=$PATH:~/gnu/bin'>>.profile cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.profile