From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: i686-linux GCC package on x86_64 Date: Mon, 14 Oct 2019 15:35:36 +0200 Message-ID: <8736fvphzr.fsf@ambrevar.xyz> References: <87d0fs2q0p.fsf@ambrevar.xyz> <87d0featrl.fsf@ambrevar.xyz> <87h84p3trz.fsf@gmail.com> <877e5lnd81.fsf@ambrevar.xyz> <87r23s1qy1.fsf@gmail.com> <874l0gafm1.fsf@ambrevar.xyz> <87wodbd7k9.fsf@gmail.com> <875zkvd3z1.fsf@ambrevar.xyz> <87v9svd29d.fsf@gmail.com> 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]:38233) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iK0Vh-0006uy-2O for guix-devel@gnu.org; Mon, 14 Oct 2019 09:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iK0Vf-0006ps-Fx for guix-devel@gnu.org; Mon, 14 Oct 2019 09:35:40 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:56921) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iK0Vf-0006nl-9R for guix-devel@gnu.org; Mon, 14 Oct 2019 09:35:39 -0400 In-Reply-To: <87v9svd29d.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: Mathieu Othacehe Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Mathieu Othacehe writes: >> Is it possible to move the libs to the usual "lib" folder at the root? > > The gcc and glibc includes and libraries and add to CPATH and > LIBRARY_PATH env variables respectively. That's how they are found > during build. Alright, thanks! There one last thing that puzzles me: the following package fails to be found by guix command line: =2D-8<---------------cut here---------------start------------->8--- (define-public cross-gcc (package (inherit ((@@ (gnu packages cross-base) cross-gcc) "i686-unknown-linux-gnu" #:libc (cross-libc "i686-unknown-linux-gnu"))) (name "cross-gcc"))) =2D-8<---------------cut here---------------end--------------->8--- Then =2D-8<---------------cut here---------------start------------->8--- $ guix build cross-gcc ... guix build: error: cross-gcc: unknown package =2D-8<---------------cut here---------------end--------------->8--- Is this expected? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl2keagACgkQm9z0l6S7 zH8WuAgAr/igcytauHhDlG9GhzqRHlC9ovuZ5cDxpOGy47yaiaHsM2AYSfIa+fvz z1MaENDowmIgfPcsdNYKVgUS9yTmoKxavDJJ5RyV7WX58Fn84OkocBitZ2hXD3KK mAIZMGOvc9A3Mu9YwpO4ecMIaxv99strX0vj/YcfUUwnFv6s+ubSzznXLEKxiZyF aRvP5NQ/XeGj7LpYjs6Ix9s3XKb4rxS2NBXFoPoU7eAFqZeR14uejgVWr+5WgNlV suNtG7oZztLSiFKgc3e2Rx/2o7VHNMspYbVuOw5NbxkAQKbuxYbiZOfKSEV7JU6S nUPKsLS8CwIsWAJf9e9v3afWHkilag== =drJx -----END PGP SIGNATURE----- --=-=-=--