From unknown Tue Jun 17 20:14:13 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#54319 <54319@debbugs.gnu.org> To: bug#54319 <54319@debbugs.gnu.org> Subject: Status: [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests Reply-To: bug#54319 <54319@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:14:13 +0000 retitle 54319 [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests reassign 54319 guix-patches submitter 54319 Aurora severity 54319 normal tag 54319 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 09 15:28:40 2022 Received: (at submit) by debbugs.gnu.org; 9 Mar 2022 20:28:40 +0000 Received: from localhost ([127.0.0.1]:60804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vH-000894-TX for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:40 -0500 Received: from lists.gnu.org ([209.51.188.17]:52676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vF-00088k-PL for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vF-0006Nw-Jc for guix-patches@gnu.org; Wed, 09 Mar 2022 15:28:37 -0500 Received: from knopi.disroot.org ([178.21.23.139]:44354) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vE-00083k-6i for guix-patches@gnu.org; Wed, 09 Mar 2022 15:28:37 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 429AF40060; Wed, 9 Mar 2022 21:28:35 +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 E9_6vVay9Nyp; Wed, 9 Mar 2022 21:28:34 +0100 (CET) From: Aurora DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1646857705; bh=JaU3N9adQUsk4jGudvupylwxLlr/N/B2tHu4a3oG4BY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=gdp8QhqYMSG+pbZBPu+rryL35GlGc2Ipmg7wTYUzlN7qQPjXgwFSWdlSimx2PdInW Dc8IpEeBqpzYafCNtqQ6h2NrHBpU0kEbKeeXjE6IUtQVe55m7JF22wQMa1PQdq5WwG k/N8MhtPjuGmmenXeEyMwovP3xZpZxBNKhS9FcHqDawoHBAAuxuNHiAtgfNr6TJ81h 8Vej8dI8j1nFdeSw7EWoL0Tr2E+1UlTWd5WPGWpdwSvCK5WLtnJLxDyeb4R7UCvI7o TFxxXXE2M7eKJ6rnXDiUAHgEOs+3UA8n3yJHuEhurHdogNjMzsoS4I/jYg/G5rRUIM LbqkRSksVIdUg== To: guix-patches@gnu.org Subject: [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests Date: Wed, 9 Mar 2022 20:27:46 +0000 Message-Id: <20220309202749.2196-8-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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 445456a..e3fac90 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -5841,8 +5841,7 @@ cookie headers, cookie creation, cookie jar creation and more.") (native-inputs (list sbcl-prove)) (arguments - ;; TODO: Tests fail because cl-cookie depends on cl-cookie-test. - `(#:tests? #f)) + '(#:asd-systems '("cl-cookie-test" "cl-cookie"))) (synopsis "HTTP cookie manager for Common Lisp") (description "cl-cookie is a Common Lisp library featuring parsing of cookie headers, cookie creation, cookie jar creation and more.") -- 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 Tue Jun 17 20:14:13 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