From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 07 14:36:04 2022 Received: (at submit) by debbugs.gnu.org; 7 Feb 2022 19:36:04 +0000 Received: from localhost ([127.0.0.1]:43812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH9nw-0007YQ-CK for submit@debbugs.gnu.org; Mon, 07 Feb 2022 14:36:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:56432) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH9np-0007Xx-JC for submit@debbugs.gnu.org; Mon, 07 Feb 2022 14:36:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49688) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH9np-0001Qm-CT for guix-patches@gnu.org; Mon, 07 Feb 2022 14:35:57 -0500 Received: from mailtransmit05.runbox.com ([185.226.149.38]:36674) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH9nn-0002k2-73 for guix-patches@gnu.org; Mon, 07 Feb 2022 14:35:56 -0500 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1nH9ni-00AH5g-K5 for guix-patches@gnu.org; Mon, 07 Feb 2022 20:35:50 +0100 Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1nH9ni-0007Xv-3D for guix-patches@gnu.org; Mon, 07 Feb 2022 20:35:50 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1nH9nS-0001Sa-C6 for guix-patches@gnu.org; Mon, 07 Feb 2022 20:35:34 +0100 From: Steve George To: guix-patches@gnu.org Subject: [PATCH] gnu: clojure-data-xml: Fix build by removing tests. Date: Mon, 7 Feb 2022 19:32:18 +0000 Message-Id: <20220207193219.4055890-1-steve@futurile.net> X-Mailer: git-send-email 2.17.1 Received-SPF: pass client-ip=185.226.149.38; envelope-from=steve@futurile.net; helo=mailtransmit05.runbox.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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: -2.3 (--) X-Debbugs-Envelope-To: submit 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.3 (--) Hi, New versions of clojure-tools are blocked by clojure-data-xml failing to build. This is caused by the tests being out of date and not runnable under recent JDKs [0] The attached patch prevents all tests running, so the build runs. It works, but doesn't seem optimal - though may be the best option until upstream resolves? Thanks, Futurile [0] https://ask.clojure.org/index.php/11546/clojure-data-xml-tests-fail-on-jdk-17 and https://clojure.atlassian.net/browse/DXML-67 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 08 05:51:59 2022 Received: (at control) by debbugs.gnu.org; 8 Feb 2022 10:51:59 +0000 Received: from localhost ([127.0.0.1]:45515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHO6J-0002tp-9q for submit@debbugs.gnu.org; Tue, 08 Feb 2022 05:51:59 -0500 Received: from mailtransmit04.runbox.com ([185.226.149.37]:53656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHO6G-0002tb-A4 for control@debbugs.gnu.org; Tue, 08 Feb 2022 05:51:57 -0500 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1nHO69-00Bjki-IJ for control@debbugs.gnu.org; Tue, 08 Feb 2022 11:51:49 +0100 Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1nHO69-00069t-46 for control@debbugs.gnu.org; Tue, 08 Feb 2022 11:51:49 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1nHO5y-0006Ir-OL for control@debbugs.gnu.org; Tue, 08 Feb 2022 11:51:38 +0100 Message-ID: <92548a91-2d00-bfbd-7ab3-26c1b8d0cfec@futurile.net> Date: Tue, 8 Feb 2022 10:51:37 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Content-Language: en-US From: Steve George To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 3.7 (+++) 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 53859 53860 quit Content analysis details: (3.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -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: 2.7 (++) 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 53859 53860 quit Content analysis details: (2.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.7 BODY_EMPTY No body text in message merge 53859 53860 quit From unknown Mon Jun 23 16:48:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 08 Mar 2022 12:24:11 +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