From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 02 12:30:08 2022 Received: (at 53594) by debbugs.gnu.org; 2 Feb 2022 17:30:08 +0000 Received: from localhost ([127.0.0.1]:53361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFJSK-0000pk-0x for submit@debbugs.gnu.org; Wed, 02 Feb 2022 12:30:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFJSG-0000ls-IB for 53594@debbugs.gnu.org; Wed, 02 Feb 2022 12:30:06 -0500 Received: from [2001:470:142:3::e] (port=39438 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFJR9-0002eL-Ch; Wed, 02 Feb 2022 12:28:58 -0500 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=PspblSccySqAFRCik6pQwa5lK7vSBtLLchejF3smBgU=; b=g1ReENIGnhuSYCTa2FP6 rZ9WlrIQRDggENhzDjEZFqucr8pa+s51MAWM7uEufTzIqkLGHHFPHL+DYHKjxEyrr4Tq0BN097NrM Wz/2gmTAXuD4HIPDGDypo4xuQtnIPpApmnLVsif4cblf7lOaLW2BT5WkbCpsChN35t6dy/IcKO8H2 YNjzwiGHsILqUzYDY5/g/3LVKoeIqVwjiBP/1cjSic2qmhXjq4FmntSN5zWNjuXCyWSvGOSegehHk L4Y2wLS3Myol3Bq40JcPaRtzfzdlOEb7DVTgrNZsH8V1fYu2wNGrA8W2T41k8llzTM/StmQf6mjjw HOaPKR1AYOFujw==; Received: from [2a01:e0a:2c2:ef10:2807:242d:1d79:6546] (port=58136 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFJR5-0001cY-Mf; Wed, 02 Feb 2022 12:28:53 -0500 From: Mathieu Othacehe To: "Guu, Jin-Cheng" Subject: Re: bug#53594: no matching pattern # Date: Wed, 02 Feb 2022 18:28:50 +0100 In-Reply-To: (Jin-Cheng Guu's message of "Thu, 27 Jan 2022 19:45:20 -0600") Message-ID: <874k5hch4d.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: 53594@debbugs.gnu.org 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 (---) Hey, Thanks for the report. > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > Throw to key `match-error' with args `("match" "no matching > pattern" # 7f6e64aa7b00>)'. I had the exact same issue while trying to build an installer image. Running `make clean-go` and retrying fixed the error. Did you build the installation image or downloaded it from the Guix website? Thanks, Mathieu