From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id yidDNeIi5mB2agAAWB0awg (envelope-from ) for ; Wed, 07 Jul 2021 17:55:46 -0400 Received: by simark.ca (Postfix, from userid 112) id CC48B1F1F2; Wed, 7 Jul 2021 17:55:46 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 3BC6E1E939 for ; Wed, 7 Jul 2021 17:55:46 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DE7A7397201F for ; Wed, 7 Jul 2021 21:55:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE7A7397201F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1625694945; bh=KvdkBoVcaAWFYkN3Xp7QRXMkNXLZ0PgLPLmsUEHSWSc=; h=To:Subject:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Gq/+OeENzxfjjtOzwK38JVIYpmcCVi5bklprh5BKWPTfs0QjFdUwG8MCEr2K7OZKV 6b3EdtFPrwIHnNcddXGX5mEyfcgMUNnOhgsykoLldvjAzF8igv9sbulxrT2yymWfyK hCBgB6wbgTKDg0lZFQzUYs0B4uFj+ddXCnVUMfj4= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 44299388A03C for ; Wed, 7 Jul 2021 21:53:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 44299388A03C Received: from fencepost.gnu.org ([2001:470:142:3::e]:46862) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m1FUI-0000bU-G5; Wed, 07 Jul 2021 17:53:46 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42814 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1FUI-00086o-8E; Wed, 07 Jul 2021 17:53:46 -0400 To: Tom de Vries Subject: Re: [PATCH][gdb/testsuite] Fix gdb.guile/scm-breakpoint.exp with guile 3.0 References: <20210707094013.GA18240@delia> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 19 Messidor an 229 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 07 Jul 2021 23:53:44 +0200 In-Reply-To: <20210707094013.GA18240@delia> (Tom de Vries's message of "Wed, 7 Jul 2021 11:40:33 +0200") Message-ID: <87fswpoknr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: =?utf-8?q?Ludovic_Court=C3=A8s_via_Gdb-patches?= Reply-To: =?utf-8?Q?Ludovic_Court=C3=A8s?= Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi Tom, Tom de Vries skribis: > When running test-case gdb.guile/scm-breakpoint.exp on openSUSE Tumbleweed > with guile 3.0, I run into: What version of Guile 3.0 is this? > Fix this by updating the regexp to make the "ERROR: " prefix optional. Sounds reasonable to me. I=E2=80=99m not sure when the =E2=80=9CERROR:=E2= =80=9D prefix vanished in Guile. Thanks, Ludo=E2=80=99.