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: Mon, 23 Apr 2018 17:14:52 +0200 Message-ID: <87po2qymxf.fsf@gnu.org> References: <20180415125942.72181370@scratchpost.org> <871sfctdph.fsf@gnu.org> <20180418233958.504dc025@scratchpost.org> <878t9jl721.fsf@gnu.org> <20180419143723.49836d5f@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]:48957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAdBK-0007Sg-M6 for bug-guix@gnu.org; Mon, 23 Apr 2018 11:15:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAdBG-00052I-L5 for bug-guix@gnu.org; Mon, 23 Apr 2018 11:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57553) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fAdBG-00052E-HE for bug-guix@gnu.org; Mon, 23 Apr 2018 11:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fAdBG-0007q8-AL for bug-guix@gnu.org; Mon, 23 Apr 2018 11:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180419143723.49836d5f@scratchpost.org> (Danny Milosavljevic's message of "Thu, 19 Apr 2018 14:37:23 +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 Hello Danny, Danny Milosavljevic skribis: >> OK, so it sounds like it=E2=80=99s the *previous* =E2=80=98guix pull=E2= =80=99 that left you with >> miscompiled or otherwise broken modules. >>=20 >> Could you: =E2=80=98guix gc -R $(readlink -f ~/.config/guix/latest)=E2= =80=99, > > $ guix gc -R $(readlink -f ~/.config/guix/latest) |grep guix > /gnu/store/yafigkxkq1fxfq0vwq4sndl1fjhh9aki-guix-packages-source > /gnu/store/q6sg0n5rxcgh95vzh7y623vwk8ksa33f-guix-register-0.14.0-10.486de= 73 > /gnu/store/0drxkvvxm76vz0hb5mdpvdl071ha3if3-guix-system-source > /gnu/store/5jiyj90d2wk8jcz34n8zh59gnxdkj8v6-guix-f02d254ac > > $ grep -l 5jiyj90d2wk8jcz34n8zh59gnxdkj8v6-guix-f02d254ac *guix*drv > pxm17xn6p9ndy3sjkzpdjwglfjizl7s1-guix-f02d254ac.drv > > $ guix build --log-file /gnu/store/pxm17xn6p9ndy3sjkzpdjwglfjizl7s1-guix-= f02d254ac.drv > /var/log/guix/drvs/px/m17xn6p9ndy3sjkzpdjwglfjizl7s1-guix-f02d254ac.drv.b= z2 > > $ bunzip2 -cd /var/log/guix/drvs/px/m17xn6p9ndy3sjkzpdjwglfjizl7s1-guix-f= 02d254ac.drv.bz2 |od -tx1 > 0000000 This .drv is just the tip, all it does is symlink things produced by the previous derivations. Could you check the log file of the other derivations, like guix-packages.drv? Does anyone contain errors or anything interesting? Thanks, Ludo=E2=80=99.