From unknown Wed Jun 18 23:12:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54321 <54321@debbugs.gnu.org> To: bug#54321 <54321@debbugs.gnu.org> Subject: Status: [PATCH 09/10] gnu: Fix sbcl-cl-locale tests Reply-To: bug#54321 <54321@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:12:01 +0000 retitle 54321 [PATCH 09/10] gnu: Fix sbcl-cl-locale tests reassign 54321 guix-patches submitter 54321 Aurora severity 54321 normal tag 54321 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 09 15:28:41 2022 Received: (at submit) by debbugs.gnu.org; 9 Mar 2022 20:28:41 +0000 Received: from localhost ([127.0.0.1]:60809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vJ-00089K-BN for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:52682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vH-00088x-B6 for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vH-0006OF-5q for guix-patches@gnu.org; Wed, 09 Mar 2022 15:28:39 -0500 Received: from knopi.disroot.org ([178.21.23.139]:44900) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vF-00083w-Si for guix-patches@gnu.org; Wed, 09 Mar 2022 15:28:38 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DD3EF400B6; Wed, 9 Mar 2022 21:28:36 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id N7sLeOdBW20I; Wed, 9 Mar 2022 21:28:35 +0100 (CET) From: Aurora DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1646857712; bh=rqvQPv0/ipVIkzD8Z5zaWNyeqnqbVvdwsOIq6TdIysE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=aCzKmyAkBhBmvdhIdHqhuEcXFLKO3gLcatqlWTghJySTadH4bqR2Nndu2fy/t7WI+ nbDJWLekEueziT07tIpUa1u2rjskO8cb6jxRv1wWD8LWcFNkxvFmKESWRLvcomI59x p7X85dmHJUchwQWZ0OW7mKpWMCbUfNy8zIi0EaN/zwU4sVTkbbTl589LAS72Q3FKPV 7dLkGeT+QONLXeF9TxJS+5wvXXTiq0qpgINYPgndYF35Ck7HT0ZYIIlBv6d6LhCj14 QztQyLx4I7sMAnGoMk4wHVQBSfZbMJYCAF4aHm5y0CCrATjIWdCcxgVQh2tv9lyhsu td4MSHfkYRumw== To: guix-patches@gnu.org Subject: [PATCH 09/10] gnu: Fix sbcl-cl-locale tests Date: Wed, 9 Mar 2022 20:27:48 +0000 Message-Id: <20220309202749.2196-10-rind38@disroot.org> In-Reply-To: <20220309202749.2196-1-rind38@disroot.org> References: <20220309202749.2196-1-rind38@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=rind38@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Aurora 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: -2.4 (--) --- gnu/packages/lisp-xyz.scm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index af8ea66..6ff7606 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -16581,17 +16581,7 @@ combinators in Common Lisp, similar in concept to Haskell Parsec system.") (base32 "1rhannhpsw1yg1fpflam483a3w9qb1izgyvmnmiddv3dn4qsmn9p")))) (build-system asdf-build-system/sbcl) (arguments - ;; FIXME: (Sharlatan-20210523T190658+0100): All tests passed ok but - ;; successfully failed in the end: - ;; - ;; Summary: - ;; All 1 file passed. - ;; Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY - ;; in thread #: - ;; Component CL-LOCALE-ASD::CL-LOCALE-TEST not found, required by - ;; # - ;; - `(#:tests? #f)) + '(#:asd-systems '("cl-locale-test" "cl-locale"))) (native-inputs `(("prove" ,sbcl-prove) ("flexi-streams" ,sbcl-flexi-streams))) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 10 01:57:55 2022 Received: (at control) by debbugs.gnu.org; 10 Mar 2022 06:57:55 +0000 Received: from localhost ([127.0.0.1]:33042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSCkF-0004S3-B8 for submit@debbugs.gnu.org; Thu, 10 Mar 2022 01:57:55 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:19214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSCkD-0004Rt-KE for control@debbugs.gnu.org; Thu, 10 Mar 2022 01:57:54 -0500 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4KDfyc2Hzlz3xWr for ; Thu, 10 Mar 2022 07:57:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1646895464; bh=SLrNiIbniujID2txT45lz38cFX8tCSXOvonuH+VZBw4=; h=Subject:From:To:Date; b=kwD1HsDM3mUVz+rIIX5u3Rk0wtAdJpPZjTIXvgM5evB6CDycdiOUZOaTL5TInP6Lm Y3Mkg7polwAu+aQxA/8QELYC6zTLc90oSDK4hlme8mbvBUR0MUBLe3o0FDRwp2BmO9 n4kE/yzjatPhZ5R7yNHzgkMpMIWiMYRNh8YE2sFk= Message-ID: <111d686dcfe260872f177f5ce2d2bc9d5c063f28.camel@ist.tugraz.at> Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Thu, 10 Mar 2022 07:57:43 +0100 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 54312 54313 54314 54315 54316 54317 54318 54319 54320 54321 54322 thanks Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [129.27.2.202 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [129.27.2.202 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.7 BODY_EMPTY No body text in message X-Debbugs-Envelope-To: control 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: 0.4 (/) merge 54312 54313 54314 54315 54316 54317 54318 54319 54320 54321 54322 thanks From unknown Wed Jun 18 23:12:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Apr 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator