From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: guix system disk-image broken? Date: Wed, 22 Feb 2017 11:01:53 +0100 Message-ID: <87r32qwnla.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgTkJ-00067D-C9 for help-guix@gnu.org; Wed, 22 Feb 2017 05:02:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgTkE-0006eA-9n for help-guix@gnu.org; Wed, 22 Feb 2017 05:02:03 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:41392) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgTkE-0006e6-23 for help-guix@gnu.org; Wed, 22 Feb 2017 05:01:58 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Dmitry Nikolaev , help-guix --=-=-= Content-Type: text/plain Dmitry Nikolaev writes: > I cloned guix git repository and tried make installation image, but get > errors. > > $ git clone https://git.savannah.gnu.org/git/guix.git > ... > $ cd guix > $ guix system disk-image --image-size=1G gnu/system/install.scm > guix system: error: failed to load 'gnu/system/install.scm': > ice-9/boot-9.scm:2870:6: In procedure resolve-interface: > ice-9/boot-9.scm:2870:6: no code for module (gnu packages bootloaders) Hi, (gnu packages bootloaders) was recently moved. You will need to either update your guix package definitions with `guix pull`, or use `./pre-inst-env guix system ...`. See "Running Guix before it is installed" in the Guix manual for more information about the latter option. Hope this helps! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlitYZEACgkQoqBt8qM6 VPr39gf+NMAtyKdj2VKSONiVNVPMe//VlUvAbCXLVp2rs8uzRykWMDTawuYjvTEJ LyBToA43qHtImIMZb2xpOFVJiw6H9g/6o8JsHzBCsbY8TN0JDfh+te0dgn41qz7o o7G6CNXgz5bkZ1MPKJ4G/BVPaIlDRUWbhPCg32sEW/GNAlvVGt82iPyDmQ0d+yTx ESjN11KIAtVLGl2IbbRDqPgK8Ldm0XDphrx/gQpAhEYX2kJV5TFjs2wNanySywsF 1rVKQZ2OwvP+a4I7XIgfOF6po2/rg+9oObPBMhTXrvhDk5+3/bS1/jGPQSpYVk5N OBTqZLe07BwAnSKohVbNPcx9AP0Gmg== =ME5b -----END PGP SIGNATURE----- --=-=-=--