From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40729: Two rottlog servives causes cryptic etc drv failure Date: Tue, 21 Apr 2020 00:09:23 +0200 Message-ID: <87tv1dzu5o.fsf@gnu.org> References: <87368y5xu2.fsf@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48830) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQec7-0000to-2W for bug-guix@gnu.org; Mon, 20 Apr 2020 18:10:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQec6-0000PJ-Lg for bug-guix@gnu.org; Mon, 20 Apr 2020 18:10:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37061) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQec6-0000PB-9K for bug-guix@gnu.org; Mon, 20 Apr 2020 18:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQec6-0008DV-3g for bug-guix@gnu.org; Mon, 20 Apr 2020 18:10:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87368y5xu2.fsf@cbaines.net> (Christopher Baines's message of "Mon, 20 Apr 2020 10:08:05 +0100") 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-mx.org@gnu.org Sender: "bug-Guix" To: Christopher Baines Cc: 40729-done@debbugs.gnu.org Hi, Christopher Baines skribis: > I got this error when reconfiguring with a recent revision of Guix. > > > /builder for `/gnu/store/kbhl4rk6p0z4jbimlqj57vj3dhyjgv4x-etc.drv' failed= with exit code 1 > build of /gnu/store/kbhl4rk6p0z4jbimlqj57vj3dhyjgv4x-etc.drv failed > View build log at '/var/log/guix/drvs/kb/hl4rk6p0z4jbimlqj57vj3dhyjgv4x-e= tc.drv.bz2'. > building /gnu/store/59bd67s06inr5vzyxc70yk6garj2aciz-linux-modules.drv... > cannot build derivation `/gnu/store/n45vq7jbhn5qz24qlgv6a6ginarqs433-syst= em.drv': 1 dependencies couldn't be built > guix system: error: build of `/gnu/store/n45vq7jbhn5qz24qlgv6a6ginarqs433= -system.drv' failed > chris@guix-hetzner-1 ~$ bzcat /var/log/guix/drvs/kb/hl4rk6p0z4jbimlqj57vj= 3dhyjgv4x-etc.drv.bz2 > Backtrace: > 1 (primitive-load "/gnu/store/g4q88pmwr1vy54qpnkz878k3n7f?") > 0 (symlink "/gnu/store/939n705vmkn8613b8gjc10llvsr5jcwc-?" ?) > > ERROR: In procedure symlink: > In procedure symlink: File exists Yeah that=E2=80=99s something I noticed here: https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00032.html Commit a322e9d16b227484ce04721fee0f99618cb1007e does that. The result is not optimal yet because it just says =E2=80=9Cduplicate entri= es=E2=80=9D. Ideally we=E2=80=99d be able to show a =E2=80=98fold-services=E2=80=99 trac= e of sorts telling showing where the faulty entries come from. Thanks, Ludo=E2=80=99.