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]:60807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vJ-00089I-3d for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:52680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vG-00088r-TL for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vG-0006O3-O6 for guix-patches@gnu.org; Wed, 09 Mar 2022 15:28:38 -0500 Received: from knopi.disroot.org ([178.21.23.139]:44712) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vF-00083p-DT 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 592CC400AE; 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 z5ZergHQ2H9D; 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=1646857708; bh=dQwx4UErL6RIEmnaW6QHZLWvJ+vWNrDO7gdG95RsYT8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=MCtY/7gBsy8u+Pit9cEu5mtbzQU3U0Rg4TJ5aAD2Gk/yCqFp1FoBPYFp2/EluIJZH DPg8/NCgLk1Y5q1/1V1bChBvVFaTbZ9ytIQM/X6yPyPel74OjBhTz3znc+sQs5MSdN PRCyEyEJ0skk3Z5Ga9kv5bEVDYSuKMTCBSPC+1kj6gWYmLHJ3UsMKtSwzEIr9H1CbV pRvh+h7wJ9d5QKyMIJL+OaqjrtP1zTp315Q7Kvedhky7lhqa8PzxOgOqxQHyIrGdDC TCER6GMcNwozJSMltUxDSuO+nKWz61thoiwxoIticK4OrfJwZowk6/PdXnSaBfj2B/ 9SNJXUieefF0g== To: guix-patches@gnu.org Subject: [PATCH 08/10] gnu: Fix sbcl-mito tests Date: Wed, 9 Mar 2022 20:27:47 +0000 Message-Id: <20220309202749.2196-9-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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index e3fac90..af8ea66 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -12226,9 +12226,7 @@ can separate configuration system from an implementation.") (("\\(:test-file \"postgres-types\"\\)") "") (("\\(:test-file \"mixin\"\\)") "")) #t))) - ;; TODO: While all enabled tests pass, the phase fails with: - ;; Component MITO-ASD::MITO-TEST not found, required by # - #:tests? #f)) + #:asd-systems '("mito-test" "mito"))) (synopsis "ORM for Common Lisp with migrations and relationships support") (description "Mito is yet another object relational mapper, and it aims to be a successor of Integral. -- 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 Sat Jun 14 18:46:11 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