From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9tub-0007nc-R7 for guix-patches@gnu.org; Tue, 09 Oct 2018 11:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9tuY-00060z-9X for guix-patches@gnu.org; Tue, 09 Oct 2018 11:27:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38229) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9tuY-0005z9-3U for guix-patches@gnu.org; Tue, 09 Oct 2018 11:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g9tuX-0003Yw-Oy for guix-patches@gnu.org; Tue, 09 Oct 2018 11:27:01 -0400 Subject: [bug#32923] [PATCH 0/3] Add Arduino basics. Resent-Message-ID: Date: Tue, 9 Oct 2018 17:26:28 +0200 From: Danny Milosavljevic Message-ID: <20181009172628.38d19f63@scratchpost.org> In-Reply-To: <20181009094414.38cde83b@alma-ubu> References: <20181003194205.3627-1-dannym@scratchpost.org> <20181009094414.38cde83b@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/H6z==RMM/dVdlLQg1nXM.fU"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 32923@debbugs.gnu.org --Sig_/H6z==RMM/dVdlLQg1nXM.fU Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Bj=C3=B6rn, On Tue, 9 Oct 2018 09:44:14 +0200 Bj=C3=B6rn H=C3=B6fling wrote: > I haven't looked into the package definitions, just: >=20 > There is already a file avr.scm. Is there any reason you are not adding > to this file? Newer arduino versions support other platforms, not just avr. They are an IDE and development environment, with only the "arduinocore-" packages differing. So in light of this I wouldn't put it into "avr.scm". The newer arduino versions require batik, so packages for batik have to be finished first. That requires xalan, so that has to be finished first. And that requires java-cup which cannot be bootstrapped without binaries. So a newer arduino version is going to take a while. > If you stick with the arduino.scm, you should add it to gnu/local.mk. Thanks! --Sig_/H6z==RMM/dVdlLQg1nXM.fU Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlu8yKQACgkQ5xo1VCww uqU1kQgAjlh9yVxI4YAWMLcFo+p66LOqKzHRqe/L2987Az27G8GQZmfsj77DTgwl 6RWLKYQGq33Bl+XH81M/pp6+++paKN51tUg0Mb4hpwIIDfOtNVtvTbl7mXNJ3NnS OowC0vmBeSV0h5SZqzqBO1G/9rheZF+x6aKD9w2tRnS35Wwt1YoM2bQT+PHZJ2PJ XwgpkmPeQKkaPAURifHzVg6Lzy/1Q8l65MUxEh+bpNpO68vqkIf6wP48FFnEMsUh RzcSkK/wBMdZsjGhjKureTYigRFqBkA4ZFy03vfGnV+qVL4zH6zmXU6rLgZw41LE PbmbjsR5cvGRWq+yqOy8QHF9GzxhfA== =RcVd -----END PGP SIGNATURE----- --Sig_/H6z==RMM/dVdlLQg1nXM.fU--