From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: bug#28243: Guix cross-compilation doesn't work Date: Sat, 26 Aug 2017 18:58:31 +0300 Message-ID: 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]:58920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dldUJ-0007eT-If for bug-guix@gnu.org; Sat, 26 Aug 2017 11:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dldUE-0007u4-Li for bug-guix@gnu.org; Sat, 26 Aug 2017 11:59:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48097) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dldUE-0007ti-HV for bug-guix@gnu.org; Sat, 26 Aug 2017 11:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dldUE-0004GK-7a for bug-guix@gnu.org; Sat, 26 Aug 2017 11:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dldTu-0007e2-F7 for bug-guix@gnu.org; Sat, 26 Aug 2017 11:58:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dldTt-0007Za-IA for bug-guix@gnu.org; Sat, 26 Aug 2017 11:58:42 -0400 Content-Language: en-US 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" To: 28243@debbugs.gnu.org Hello everyone, In current master (72e2815d18ad688b0a16ce3b3efba1172423cec4) cross-compilation doesn't work. Running `guix build --target=i586-pc-gnu -c8 bootstrap-tarballs' or running `guix build --target=i686-linux-gnu -c8 bootstrap-tarballs' fail with phase `set-paths' succeeded after 0.0 seconds starting phase `install-locale' warning: failed to install 'en_US.utf8' locale: Invalid argument phase `install-locale' succeeded after 0.0 seconds starting phase `unpack' In execvp of tar: No such file or directory phase `unpack' failed after 0.0 seconds http://paste.lisp.org/display/354383 The problem appeared both in master and core-updates before today's merge. I think the last time I checked if cross-compilation works, must have been in early July. I am looking for the last working commit. Manolis