From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: bug#39794: AVR-Toolchain-5 avr/io not found Date: Sun, 01 Mar 2020 02:12:16 +0530 Message-ID: References: <8-mv7qVc3d25SUttosRz1Kv28rGlUBHVbzOVM08cdZOa6K9O6e8RVgQFGnwI1Mh1MW2IlaqwgaBYP3W8gqMHzn8_kGzxpuwRvDfPO-0alAo=@elenq.tech> 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]:51164) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j88wy-0001Wp-9p for bug-guix@gnu.org; Sat, 29 Feb 2020 15:43:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j88wx-00022v-7z for bug-guix@gnu.org; Sat, 29 Feb 2020 15:43:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j88ww-00022n-7p for bug-guix@gnu.org; Sat, 29 Feb 2020 15:43:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j88ww-00079S-6n for bug-guix@gnu.org; Sat, 29 Feb 2020 15:43:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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-mx.org@gnu.org Sender: "bug-Guix" To: Ekaitz Zarraga Cc: 39794@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > I can replicate what you did and it works. Nice! :-) > May it be conflicting with other packages? arm-none-eabi-toolchain is conflicting with avr-toolchain since both are setting the CROSS_* environment variables. See the output of `avr-gcc -E =2Dv -` below. =2D-8<---------------cut here---------------start------------->8--- Using built-in specs. Reading specs from /gnu/store/cwsiyrcm1c4c25dw0zrgajjnr9mf5k3g-avr-gcc-5.5.= 0/lib/gcc/avr/5.5.0/device-specs/specs-avr2 COLLECT_GCC=3Davr-gcc Target: avr Configured with:=20 Thread model: single gcc version 5.5.0 (GCC)=20 COLLECT_GCC_OPTIONS=3D'-E' '-v' '-specs=3Ddevice-specs/specs-avr2' /gnu/store/cwsiyrcm1c4c25dw0zrgajjnr9mf5k3g-avr-gcc-5.5.0/libexec/gcc/avr/= 5.5.0/cc1 -E -quiet -v - -mn-flash=3D6 -mskip-bug ignoring nonexistent directory "/gnu/store/cwsiyrcm1c4c25dw0zrgajjnr9mf5k3g= -avr-gcc-5.5.0/lib/gcc/avr/5.5.0/../../../../avr/sys-include" ignoring nonexistent directory "/gnu/store/cwsiyrcm1c4c25dw0zrgajjnr9mf5k3g= -avr-gcc-5.5.0/lib/gcc/avr/5.5.0/../../../../avr/include" #include "..." search starts here: #include <...> search starts here: /gnu/store/1bcgk0mwxwsgjpaybvb8h4dd1xp3x19x-profile/arm-none-eabi/include /gnu/store/1bcgk0mwxwsgjpaybvb8h4dd1xp3x19x-profile/avr/include /gnu/store/cwsiyrcm1c4c25dw0zrgajjnr9mf5k3g-avr-gcc-5.5.0/lib/gcc/avr/5.5.= 0/include /gnu/store/cwsiyrcm1c4c25dw0zrgajjnr9mf5k3g-avr-gcc-5.5.0/lib/gcc/avr/5.5.= 0/include-fixed End of search list. =2D-8<---------------cut here---------------end--------------->8--- This should probably be considered a bug. But I have no idea how to fix this. :-( What do you think? Also, our avr-gcc package should probably be updated to the latest avr-gcc-9. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl5azKgACgkQLiXui2GA K7NhCggAk74UeDW3Z3I0NcGe3hYabJrI/nMRrUdExDKsaneca1d+kgOGMPI4EXN6 9hQhESkZgj8RV4nAwxUsbDHdHTtYlyTzMdjleGac3lLiAnxm5V3u3gC4w6dv1vG0 geXC0Ok3pKMLtaSPp8Ge/HwrwDRlBQFGwJdFe4alQBo/r8lOuzA5mRVj7IsLk5m5 jHpXhRjqzyjQUc7QJU7v0oJWBKqFEdRJuZXp9/ouORO/8c0cC5T+t1fhzYhFQy6v Kud50fBZUPRwezl0lH4iMWmWIduA42Bmvnkuo0FLmIEdGAQ/gA7rHUaFjr5wNX76 F9VrJ1bfSNXh0gRexjJyzJDm9rOqfg== =i4Cy -----END PGP SIGNATURE----- --=-=-=--