From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAi21-0002lP-P0 for guix-patches@gnu.org; Thu, 11 Oct 2018 16:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAi1y-0004UG-H0 for guix-patches@gnu.org; Thu, 11 Oct 2018 16:58:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41317) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAi1y-0004SG-C9 for guix-patches@gnu.org; Thu, 11 Oct 2018 16:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAi1y-0002Zp-5i for guix-patches@gnu.org; Thu, 11 Oct 2018 16:58:02 -0400 Subject: [bug#32982] [PATCH] gnu: u-boot: Update to 2018.09. Resent-Message-ID: From: Vagrant Cascadian In-Reply-To: <20181011202335.GB7201@jasmine.lan> References: <875zydyvog.fsf@aikidev.net> <20181011202335.GB7201@jasmine.lan> Date: Thu, 11 Oct 2018 13:57:21 -0700 Message-ID: <875zy842xa.fsf@aikidev.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; 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: Leo Famulari Cc: 32982@debbugs.gnu.org --=-=-= Content-Type: text/plain On 2018-10-11, Leo Famulari wrote: > On Sun, Oct 07, 2018 at 08:16:47PM -0700, Vagrant Cascadian wrote: >> * gnu/packages/bootloaders.scm (u-boot): Update to 2018.09. >> (u-boot-tools): Substitute "coverage" for "python-coverage". >> (u-boot-tools): Update workaround for only 99% test coverage. > > Thanks! > >> (define u-boot >> (package >> (name "u-boot") >> - (version "2018.07") >> + (version "2018.09") > > For me, u-boot 2018.09 fails to build like this: > > ------ > $ ./pre-inst-env guix build -e '(@@ (gnu packages bootloaders) u-boot)' > [...] > starting phase `configure' > source directory: "/tmp/guix-build-u-boot-2018.09.drv-0/u-boot-2018.09" (relative from build: ".") I think u-boot itself is not a buildable package; there are numerous packages that inherit from u-boot, such as u-boot-tools, u-boot-wandboard, u-boot-novena, u-boot-cubieboard, etc. Since each u-boot build is specific to a given target, I'm not sure what a meaningful build of u-boot would be. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCW7+5MgAKCRDcUY/If5cW quM0AP91eXtIGaNzCl1bU630fxRfxqrJJ+yW7Pq0VkcGmKVN5QEA+yYkQWjGYH6y OAkFOOMUkGTU06p24OkpgaAwaHJliwo= =3tJ3 -----END PGP SIGNATURE----- --=-=-=--