From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: i686-linux GCC package on x86_64 Date: Thu, 03 Oct 2019 14:38:38 +0200 Message-ID: <87d0featrl.fsf@ambrevar.xyz> References: <87d0fs2q0p.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46100) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG0NX-0008Dy-Pt for guix-devel@gnu.org; Thu, 03 Oct 2019 08:38:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG0NV-0006Uv-OL for guix-devel@gnu.org; Thu, 03 Oct 2019 08:38:42 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:42897) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iG0NV-0006TM-Hp for guix-devel@gnu.org; Thu, 03 Oct 2019 08:38:41 -0400 In-Reply-To: <87d0fs2q0p.fsf@ambrevar.xyz> 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 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Pierre Neidhardt writes: > Hi! > > I'm trying to define an i686-linux package of gcc. > Simply using the > > --8<---------------cut here---------------start------------->8--- > #:system "i686-linux" > --8<---------------cut here---------------end--------------->8--- > > results in a bunch of > > --8<---------------cut here---------------start------------->8--- > configure: error: cannot run C compiled programs. > --8<---------------cut here---------------end--------------->8--- > > errors. > > > However, > > --8<---------------cut here---------------start------------->8--- > guix build --system=3Di686-linux -e '(@@ (gnu packages gcc) gcc-9)' > --8<---------------cut here---------------end--------------->8--- > > works perfectly. > > (Note that since recently > > guix build --system=3Di686-linux -e '(@@ (gnu packages gcc) gcc)' > > produces a hash error.) > > Any clue? Friendly ping! :) Mathieu, I think you've got experience with cross-compilation on Guix, any clue about this? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl2V684ACgkQm9z0l6S7 zH/YTwf/WsjTmBJxZ+0XcEKcuWks8leovErKjcYsrMDxIUr3eqF73HHz9L4Ba7uu BTtRYPSiZyzSAVgjeb91E6375ie0W9fnvPRcCxyv9pjRlEcvZaBDa3erh72L2Z5J y1h58chkqgYEG2sP/acPVPWskQEjYrjPebDnfFRfB/7frJ2VVJrxz0z70MKWlA1e uacc5jzhUkUl0Wj3G8cPr9LQgEVmfKYsRqPquloyrzps6SJP4yl9IU4CEWLS2Uik LajLqXcp787uq5LsyUwJ4rsCaDYSvxXwL+8eGnYCbdczKvuftxqfHUw9G58nrLwt wodiRZefI2MzWvOaX6sspYphmb0Hfw== =DG+b -----END PGP SIGNATURE----- --=-=-=--