From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Testing 0.8 Date: Tue, 18 Nov 2014 23:11:46 +0100 Message-ID: <871tp040rh.fsf@gnu.org> References: 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]:51851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqr08-00045d-Q5 for guix-devel@gnu.org; Tue, 18 Nov 2014 17:12:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xqr03-00032Q-4O for guix-devel@gnu.org; Tue, 18 Nov 2014 17:11:56 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:60500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqr02-00032I-TY for guix-devel@gnu.org; Tue, 18 Nov 2014 17:11:51 -0500 In-Reply-To: (Adam Pribyl's message of "Tue, 18 Nov 2014 21:56:35 +0100 (CET)") 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: Adam Pribyl Cc: guix-devel@gnu.org Adam Pribyl skribis: > I am testing the 0.8 Guix release as announced. Installation went > pretty smooth from USB. Noticed network devices are now renamed to > "unique" names. Fine, but one should be careful when starting > networking and "eth0" is missing. Right, we should probably add a note in the manual. > Just tried > guix package -i mc > > to test it. Without substitutes this fails after long build at > dependency "perl after 3600 seconds of silent". There is plenty of > disk space this time (200GB) but I am probably still missing something > essential to use guix as source based distro. > > From substitutes "mc" installs OK. It sounds that either mc or one of its dependencies deadlocks, presumably in a non-deterministic fashion. Can you still see which build failed exactly? You may be able to find it out using =E2=80=9Cbzgrep -r silence /var/log/guix/drvs/=E2=80=9D. Thanks for testing! Ludo=E2=80=99.