From debbugs-submit-bounces@debbugs.gnu.org Wed May 11 16:16:04 2022 Received: (at 53594) by debbugs.gnu.org; 11 May 2022 20:16:04 +0000 Received: from localhost ([127.0.0.1]:38617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noskd-0001rV-Sz for submit@debbugs.gnu.org; Wed, 11 May 2022 16:16:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noskc-0001kD-3V for 53594@debbugs.gnu.org; Wed, 11 May 2022 16:16:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49346) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noskW-0000L1-5H; Wed, 11 May 2022 16:15:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=iH/E10sC0EO9zBEqkTv1sZ8kpADKvZCsKZDLE1Pk9BA=; b=dfQhOGmncmzer1oX9R5T xGHnL3z6eoQzJKk8XIKMN1wDI0rVZUEnMCG5q1CyVRHLmeAt+8CZaKLzxHUI0kldfzN/JThwiyuiv DYA1nEwXVxpPCQiTGf/M8aCpi+VhUew4i4CHR5JYDzEiK2euI9NEbt6wx3ASVFwSf5beGzmluym5k y5kiFDaz7jwsjQyOBnZvXLSiWsFHxJNqgvpGqCvxObAMVHZQ28LOQX0BL0C7rWOaNcos+cJz/fsV4 hk1oIaxpfNylVr278X4rCb6oeYSCvj5/F0V4vSlCHJ7HtHhzHADSWv0NpZ4IwDHZKLvNJyl/O7Eu8 C352enqDtqSHpw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55249 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noskU-00068h-Bp; Wed, 11 May 2022 16:15:55 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Josselin Poiret Subject: Re: bug#53594: no matching pattern # <874k5hch4d.fsf@gnu.org> <87k0bh3yy8.fsf@jpoiret.xyz> Date: Wed, 11 May 2022 22:15:52 +0200 In-Reply-To: <87k0bh3yy8.fsf@jpoiret.xyz> (Josselin Poiret's message of "Fri, 22 Apr 2022 17:44:15 +0200") Message-ID: <87sfpfn7uv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53594 Cc: Mathieu Othacehe , 53594@debbugs.gnu.org, "Guu, Jin-Cheng" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! I hit this as well while running `guix system reconfigure' (unfortunately I didn't capture the stack trace). Re-running `guix system reconfigure' right after it had failed worked... So my guess is that it's a stateful issue, having to do with grafts: if polkit is not in the store, then we build/download it and fail right after that, which is why it succeeds the second time. To be continued... Ludo'.