From patchwork Fri Feb 4 00:26:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36981 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1753C27BBEA; Fri, 4 Feb 2022 00:29:18 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id CB44C27BBE9 for ; Fri, 4 Feb 2022 00:29:17 +0000 (GMT) Received: from localhost ([::1]:52726 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmTV-0004s7-16 for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:29:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmRP-0002Lc-P8 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmRL-0002Ht-Bk for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmRL-0000Bz-8e for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 17/17] gnu: clojure-tools: Fix logging warning messages. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:27:03 +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: 53765@debbugs.gnu.org Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934408690 (code B ref 53765); Fri, 04 Feb 2022 00:27:03 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:48 +0000 Received: from localhost ([127.0.0.1]:58346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmR5-0000B4-Rh for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:48 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmR4-0000Ap-UA for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:47 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (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-101.mailbox.org (Postfix) with ESMTPS id 4Jqbv51cNSz9sRP for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:26:41 +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=1643934395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=AJYFAHVEdp1QxmYHgA4qvnSnZZmkBIxSjFFnb97fNh8=; b=hmwdDYK8IsIyDgZXXSOMrOKB5Lg6EQ5hvFaQvgV59qPhSdNn2WPrlxl2okL+GBXP+C6n1X YVRkV5F1gKo0lSnoRbboCemHSUvNBBo//MBNAmkuH6lfTW60J56cd2e9o9d6pJtZCA1dNI kwsjUFEOdwtl67lq6P6oEjSGRqOiplv2Nuwb1UFZX9+LGyFRBZ5HQCSsXq/ahr2WUd9KRS 5i9FOLYeMbEr0yDVa3g/5ESklQpmsBRjBP3FNAl0AFOgzTreu910xa0MzzEtzkZZsJTOk2 uVz+X5Ivu4GmOUgWLy5pizLRni6mz9Ucrpfnuwgu0ATjDF+je6Zxm+ZBSei3RA== From: Reily Siegel Date: Thu, 03 Feb 2022 19:26:27 -0500 Message-ID: <87a6f732a4.fsf@reilysiegel.com> MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/clojure.scm (clojure-tools): Add a dependency on java-slf4j-simple to silence warnings that no logger implementation is available. --- gnu/packages/clojure.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index fe10a198db..ab27fd8bd3 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -200,7 +200,8 @@ (define-public clojure-tools (inputs (list rlwrap clojure clojure-tools-deps-alpha - java-commons-logging-minimal)) + java-commons-logging-minimal + java-slf4j-simple)) (home-page "https://clojure.org/releases/tools") (synopsis "CLI tools for the Clojure programming language") (description "The Clojure command line tools can be used to start a