From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Failed to set up the build environment =?utf-8?Q?for=E2=80=A6?= Date: Fri, 21 Mar 2014 13:49:59 +0100 Message-ID: <87zjkj4sy0.fsf@gnu.org> References: <87txaue9dp.fsf@serenity.home> <87k3bq6vj1.fsf@gnu.org> <20140320143802.GA22707@debian> <87fvmcycac.fsf@gnu.org> <20140320211554.GA14256@debian> <87ob10v9a3.fsf@gnu.org> <20140321123120.GA20520@debian.eduroam.u-bordeaux.fr> 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]:60811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQytk-0000oc-QI for guix-devel@gnu.org; Fri, 21 Mar 2014 08:50:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQyte-0003mu-HM for guix-devel@gnu.org; Fri, 21 Mar 2014 08:50:08 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:43558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQyte-0003lC-BN for guix-devel@gnu.org; Fri, 21 Mar 2014 08:50:02 -0400 In-Reply-To: <20140321123120.GA20520@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Fri, 21 Mar 2014 13:31:20 +0100") 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: Andreas Enge Cc: guix-devel Andreas Enge skribis: > guix package: error: build failed: failed to set up the build environment= for `/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv' > > On Thu, Mar 20, 2014 at 10:40:20PM +0100, Ludovic Court=C3=A8s wrote: >> strace -f -o log -p XYZ > > I am attaching the file. > >> Another idea: does your machine have /dev/kvm? > > No. That=E2=80=99s indeed the problem: > 20584 stat("/dev/kvm", 0x7fff2745d348) =3D -1 ENOENT (No such file or di= rectory) > 20584 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE, 2147483647) =3D 0 > 20584 write(2, "build error: getting attributes "..., 78) =3D 78 > 20584 exit_group(189) =3D ? For now, the =E2=80=9Csolution=E2=80=9D is to create it like this: sudo mknod /dev/kvm c 10 232 Can you confirm? Thanks, Ludo=E2=80=99.