From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Troubles with install image Date: Thu, 17 Jul 2014 16:54:49 +0200 Message-ID: <8738e0f32e.fsf@gnu.org> References: <87wqbf4cao.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87r41mml3g.fsf@gnu.org> <87fvi2f4xo.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87fvi1ifr9.fsf@gnu.org> <878uns9apg.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8761iw99hq.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7n5G-0001AM-Qm for guix-devel@gnu.org; Thu, 17 Jul 2014 10:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7n5A-0000H6-S5 for guix-devel@gnu.org; Thu, 17 Jul 2014 10:54:58 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7n5A-0000H2-Kb for guix-devel@gnu.org; Thu, 17 Jul 2014 10:54:52 -0400 In-Reply-To: <8761iw99hq.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Wed, 16 Jul 2014 19:20:17 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > David Thompson writes: > >> From reading gnu/system/install.scm file, I would expect it to install >> the guix dev package, not the 0.6 release. I'm quite confused. > > Okay, so as a hack I edited the package definition for guix 0.6 so that > it would skip the test suite. I was able to complete the installation > this way. > > Unfortunately, when I booted I was greeted by a kernel panic: > > In /gnu/store/1xi72srwwr0q28gyxb4zq5gz408zpd-module-import/guix/build/lin= ux-initrd.scm: > 630: 2 [boot-system # # # ...] > 371: 1 [configure-qemu-networking "eth0"] > In unknown file: > ?: 0 [network-interface-flags # "eth0"] >=20=20=20=20 > ERROR: In procedure network-interface-flags: No such device In 0.6, the default initrd would try to setup QEMU networking by default, which is bound to fail here. I=E2=80=99ll investigate why it=E2=80=99s installing 0.6, why Guix fails to= build on i686, and report back. Thanks for your perseverance! Ludo=E2=80=99.