From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Root file system not cleanly unmounted Date: Tue, 25 Nov 2014 21:57:06 +0100 Message-ID: <87h9xnyp5p.fsf@gnu.org> References: <877fyjgzhn.fsf@inria.fr> <877fyjt5pj.fsf@gmail.com> 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]:49707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtNAg-0000VE-SP for guix-devel@gnu.org; Tue, 25 Nov 2014 15:57:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtNAb-0002WE-BU for guix-devel@gnu.org; Tue, 25 Nov 2014 15:57:14 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:39886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtNAb-0002Vb-4L for guix-devel@gnu.org; Tue, 25 Nov 2014 15:57:09 -0500 In-Reply-To: <877fyjt5pj.fsf@gmail.com> (Eric Bavier's message of "Tue, 25 Nov 2014 13:56:08 -0600") 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: Eric Bavier Cc: Guix-devel Eric Bavier skribis: > Adam Pribyl writes: > >> On Tue, 25 Nov 2014, Ludovic Court=C3=A8s wrote: >> >>> FYI, if you installed a system from 0.8, chances are that your root file >>> system is not cleanly unmounted (from what ext4 recovers without any >>> problems, but still.) >>> >>> This is fixed by commit 1c27641, so consider running =E2=80=98guix pull= =E2=80=99 and >>> =E2=80=98guix system reconfigure=E2=80=99. >> >> Not sure if this was meant also for those running guix 0.8 as this is my >> result of guix pull: >> >> # guix pull >> starting download of `/tmp/guix-file.W6HuZ2' from >> `http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz'.= .. >> http://git.savannah.gnu.org/.../guix-master.tar.gz 6775.4 KiB >> transferred >> The following derivation will be built: >> /gnu/store/haam2bdcnzqmbyscaxmn7ixgm3bbygba-guix-latest.drv >> building path(s) `/gnu/store/cnfxfvzsiphhhr6igjkaqzbfazh0afyk-guix-lates= t' >> copying and compiling to >> '/gnu/store/cnfxfvzsiphhhr6igjkaqzbfazh0afyk-guix-latest'... >> compiling... 12.7% of 354 filesERROR: no binding `alsa-lib' in module >> (gnu packages linux) > > Commit 77c9286 broke this. Yes, my bad. The next one unbroke it. Adam: could you try again? Ludo=E2=80=99.