From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 8987D1F542 for ; Thu, 25 May 2023 13:56:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241435AbjEYN4Y (ORCPT ); Thu, 25 May 2023 09:56:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241422AbjEYN4S (ORCPT ); Thu, 25 May 2023 09:56:18 -0400 Received: from secure.elehost.com (secure.elehost.com [185.209.179.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FC30191 for ; Thu, 25 May 2023 06:56:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at secure.elehost.com Received: from Mazikeen (cpebc4dfb928313-cmbc4dfb928310.cpe.net.cable.rogers.com [99.228.251.108] (may be forged)) (authenticated bits=0) by secure.elehost.com (8.15.2/8.15.2/Debian-22ubuntu3) with ESMTPSA id 34PDsm1h310654 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 25 May 2023 13:54:48 GMT Reply-To: From: To: "'Todd Zullinger'" Cc: References: <022501d98e94$68c671c0$3a535540$@nexbridge.com> In-Reply-To: Subject: RE: [ANNOUNCE] Git v2.41.0-rc2 Date: Thu, 25 May 2023 09:56:03 -0400 Organization: Nexbridge Inc. Message-ID: <025401d98f10$a8545c90$f8fd15b0$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKqBzO6zDBfHf12TijP/VCsWNlc4wEmtn0UApIPU2GtrEx24A== Content-Language: en-ca Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wednesday, May 24, 2023 7:40 PM, Todd Zullinger wrote: >rsbecker@nexbridge.com wrote: >> I'm not sure this is a new thing but it is the first time I noticed it >> in the log. It was not in the build log for 2.41.0-rc0. >> >> /usr/coreutils/bin/bash: line 3: tclsh: command not found >> * tclsh failed; using unoptimized loading > >Have you set NO_TCLTK in your builds? I don't see that in the NonStop section of >config.mak.uname. > >> Tclsh is not available on NonStop or S/390 AFAIK. While its use does >> go back to 2007, I just want to ensure that it does not sneak in as a >> dependency beyond git-gui and gitk-git. > >The only references to tclsh outside of the Makefile and git-gui/gitk are commented >code in contrib/buildsystems/, engine.pl and parse.pl. Thanks Todd. I will test this out and submit a patch for it. Regards, Randall