From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 4J46DzabAWJ4MgAAgWs5BA (envelope-from ) for ; Mon, 07 Feb 2022 23:20:38 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id zfXTBzabAWKgxQAAG6o9tA (envelope-from ) for ; Mon, 07 Feb 2022 23:20:38 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8C4C2374AE for ; Mon, 7 Feb 2022 23:20:37 +0100 (CET) Received: from localhost ([::1]:50282 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nHCNA-0002t6-Fc for larch@yhetil.org; Mon, 07 Feb 2022 17:20:36 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57496) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHCMc-0002sw-LP for guix-patches@gnu.org; Mon, 07 Feb 2022 17:20:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50134) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHCMc-0002Tv-BI for guix-patches@gnu.org; Mon, 07 Feb 2022 17:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nHCMc-0005Wu-53 for guix-patches@gnu.org; Mon, 07 Feb 2022 17:20:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 10/17] gnu: Add clojure-tools-logging. Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 22:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53765 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos , 53765@debbugs.gnu.org Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164427236521204 (code B ref 53765); Mon, 07 Feb 2022 22:20:02 +0000 Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 22:19:25 +0000 Received: from localhost ([127.0.0.1]:44031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHCM1-0005Vw-Jg for submit@debbugs.gnu.org; Mon, 07 Feb 2022 17:19:25 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:36398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHCLw-0005Ve-IW for 53765@debbugs.gnu.org; Mon, 07 Feb 2022 17:19:24 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Jt0t95n3pz9sTJ; Mon, 7 Feb 2022 23:19:13 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1644272351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2S8m3lo3C5w1T133Vfdk6SKKHwYa0Ho1RodbDj0/wiE=; b=exiFj9lMbO0spVPIYxS0FmLzkwjS/dELXxnflmn6xCpx8nvBvxabfvIZlK1pIHHdrjIjr4 mNexYHvL7zcs3JGWcJjdmTTwRVGg18FxSLne0xE50TuEQPmQNCab579nimuIv6Vd1VEO4E t0f+DM/ph+WvD9uh1IzzNfgrYDON9wUlf5I9Abz7b5tVNVMOCs/p1OyGosrV4R40u2Duom a+e6zv21JR6Kty6E3VyXxAihauOKjY5dwW6jB9AV8Q7PQMWdVSLix5sLcW9BYBtOaIDgUy STerT2cjvPWt6VnFlPSB9PNqw1xLZgfykFo55wOYS4YwLz04QtQMWImsUvz2DA== From: Reily Siegel In-Reply-To: References: <87y22r32hi.fsf@reilysiegel.com> <87k0eb32c1.fsf@reilysiegel.com> Date: Mon, 07 Feb 2022 17:19:05 -0500 Message-ID: <87sfsuwc9y.fsf@reilysiegel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1644272437; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2S8m3lo3C5w1T133Vfdk6SKKHwYa0Ho1RodbDj0/wiE=; b=fnfu1E+30D3tKybxsL5FcZXTBGDlRzrxe4l7s0+WY24eAVqsqFUWpcInYC2lfaCLZtryhG MTIPePWdcl2CImXIbXdZXkfUNsVM6kEP3LzRRIz2ZFY9hi9ZviZzZmrF7At7jymQPIUQpZ uOd3QpbcIXzzcb8u1OwAqD/SVLvSfKwgVh8dO0fW3rgGr4naZglt9+ZMhHBTcR2AKa28np hT/nNjmCNIUoKuycNBTVtlHhKw5B5xKQo0/BUQLGjUU0g5bwUNxIcyI7Q21mKsBygm4MNt 3Z16UELY38rKhdS66vxaPPMCKQCUaUu3NQScUI8TpPEmcjGghlBHQwKvdldiCQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644272437; a=rsa-sha256; cv=none; b=jYzN2+XFq6AeMZHXfqn0sBAoR05OIgetFnEv/feq6uL3gRDpN8CkjG7wX+Tld4HKsmpnM5 jEbcOUvJ9Knb7tbD7A0wuudGIQTR52VFCqIpMlUyDI8/p6SOTUyiYFE6JFqHXMo+U3fr2U s0fDrclQwpPw7059NsSsP84BiAI2GN/g6L4Cmw6raTahrbAjwhTd9p47aWu9jpndC6giem wlQdmmQbmTdQQo19dcQmVfeUi1TZiQevgY8Fyn/sgYLeysMakFhRdXJX9Iqeg0VT2KLj7P kIXMSKayrsbmB1UHxcRaU9Ok+M3CasDELqEWhNGfJ7W5NYPL+xW52su92YyRuA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=exiFj9lM; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=exiFj9lM; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 8C4C2374AE X-Spam-Score: -2.33 X-Migadu-Scanner: scn1.migadu.com X-TUID: m2k94iyiGA33 Maxime Devos writes: > Like mentioned for another packages, in that case the tests or the main > code are broken, and in the latter case, clojure-tools-logging is > broken, so it should be fixed or at the very least=C2=A0upstream should be > informed, before including it in Guix. This is caused by a problem with how Guix compiles clojure itself, in the ant-build-system. I believe it has to do with preserving timestamps on AOT compiled files, but it is not a bug I fully understand or am qualified to fix. However, to be clear, tests upstream are fine. --=20 Reily Siegel