From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31162: "guix pull" broke itself Date: Wed, 25 Apr 2018 14:42:58 +0200 Message-ID: <87fu3jsbhp.fsf@gnu.org> References: <20180415125942.72181370@scratchpost.org> <871sfctdph.fsf@gnu.org> <20180418233958.504dc025@scratchpost.org> <878t9jl721.fsf@gnu.org> <20180419143723.49836d5f@scratchpost.org> <87po2qymxf.fsf@gnu.org> <20180424225755.0acf86c1@scratchpost.org> 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]:56168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBJmH-00088n-V1 for bug-guix@gnu.org; Wed, 25 Apr 2018 08:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBJmE-0005AR-2S for bug-guix@gnu.org; Wed, 25 Apr 2018 08:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59174) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBJmD-0005A7-VG for bug-guix@gnu.org; Wed, 25 Apr 2018 08:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fBJmD-00031j-Mu for bug-guix@gnu.org; Wed, 25 Apr 2018 08:44:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180424225755.0acf86c1@scratchpost.org> (Danny Milosavljevic's message of "Tue, 24 Apr 2018 22:57:55 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 31162@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > On Mon, 23 Apr 2018 17:14:52 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Could you check the log file of the other derivations, like >> guix-packages.drv? Does anyone contain errors or anything interesting? > > How do I do that? First you get the .drv file names from the =E2=80=9Ctop-level=E2=80=9D deri= vation: guix gc -R =E2=80=A6-guix-1234567.drv | grep guix-packages and then: guix build --log-file /gnu/store/=E2=80=A6-guix-packages.drv HTH! Ludo=E2=80=99.