From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Failed to set up the build =?utf-8?Q?e?= =?utf-8?Q?nvironment_for=E2=80=A6?= Date: Fri, 21 Mar 2014 14:44:49 +0100 Message-ID: <20140321134449.GA5037@debian> 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> <87zjkj4sy0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQzkr-00024k-8R for guix-devel@gnu.org; Fri, 21 Mar 2014 09:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQzkk-0005Ol-04 for guix-devel@gnu.org; Fri, 21 Mar 2014 09:45:01 -0400 Content-Disposition: inline In-Reply-To: <87zjkj4sy0.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote: > For now, the “solution” is to create it like this: > sudo mknod /dev/kvm c 10 232 > Can you confirm? Yes, that works. Together with /dev/shm (how is this affected by the change, by the way?), there are more and more things to change on a debian system. Hopefully your patch will go through. Could /dev/kvm not simply be dropped, instead of enabled according to the machine on which the daemon runs? Then we would be closer to a deterministic build also. Andreas