From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: Cross-compilation broken on canonical packages. Date: Sat, 14 Dec 2019 12:52:00 +0100 Message-ID: <877e2zf7kv.fsf@gmail.com> References: <878snff7pv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53267) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ig5xx-0001VY-VV for guix-devel@gnu.org; Sat, 14 Dec 2019 06:52:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ig5xx-0007RB-0n for guix-devel@gnu.org; Sat, 14 Dec 2019 06:52:09 -0500 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:37997) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ig5xw-0007N0-Jx for guix-devel@gnu.org; Sat, 14 Dec 2019 06:52:08 -0500 Received: by mail-wr1-x432.google.com with SMTP id y17so1606555wrh.5 for ; Sat, 14 Dec 2019 03:52:08 -0800 (PST) Received: from cervin ([2a01:e0a:fa:a50:cdfc:d080:e21f:137b]) by smtp.gmail.com with ESMTPSA id b15sm4808882wmj.13.2019.12.14.03.52.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Dec 2019 03:52:06 -0800 (PST) In-reply-to: <878snff7pv.fsf@gmail.com> 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: guix-devel@gnu.org Small mistake sorry. This fails: --8<---------------cut here---------------start------------->8--- guix build --target=aarch64-linux-gnu -e "((@ (gnu packages base) canonical-package) (@ (gnu packages base) grep))" --8<---------------cut here---------------end--------------->8--- while this succeeds: --8<---------------cut here---------------start------------->8--- guix build -e "((@ (gnu packages base) canonical-package) (@ (gnu packages base) grep))" --8<---------------cut here---------------end--------------->8--- Mathieu