X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9D923858289 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1687523792; bh=Me0Cxubs47xgBrjsBMkL93uRtj9CiO0VgEzB5klYxSM=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=czenHxzrD9odQ8LjJaaj0uCVWp/cdFcRGXOVq4ZVYNuNXJKL7eUmTjq9uYHdWtq4Y y29CaEddTI4CkFTdpbXBx4wW1nyhGocd6bLQr0XLYqWBTs8PcUagZX+xNZ218AsOXG makX6Z9htCFo9iobnD4rsGYiQ1FJTctI5V5JhiHk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5244C3858CD1 X-SNCR-Rigid: 63F6BC5E0DEA764A X-Originating-IP: [81.129.146.215] X-OWM-Source-IP: 81.129.146.215 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedrgeeggedgheegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenogfuuhhsphgvtghtffhomhgrihhnucdlgeelmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeejffehieefgeekhfevkedtudffteeuuedugfejfffhkeelueeigfeiheehhfffueenucffohhmrghinhepghhithhhuhgsrdhiohenucfkphepkedurdduvdelrddugeeirddvudehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekuddruddvledrudegiedrvdduhedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheprggurghmseguihhnfihoohguihgvrdhorhhgpdhrtghpthhtoheptgihghifihhnsegthihgfihinhdrtghomhdprhgvvhfkrfephhhoshhtkeduqdduvdelqddugeeiqddvudehrdhrrghnghgvkeduqdduvdelrdgsthgtvghnthhrrghlphhluhhsrdgtohhm pdgruhhthhgpuhhsvghrpehjohhnthhurhhnvgihsegsthhinhhtvghrnhgvthdrtghomhdpghgvohfkrfepifeupdfovfetjfhoshhtpehrvgdqphhrugdqrhhgohhuthdqtddtud X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Message-ID: <5ec6f2b3-bcb9-9a9c-095b-0d4cb45c9089@dronecode.org.uk> Date: Fri, 23 Jun 2023 13:35:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: git submodule + gettext / envsubst To: Adam Dinwoodie , The Cygwin Mailing List References: <000101d9a5a8$8b78d160$a26a7420$@uni-bremen.de> Content-Language: en-GB In-Reply-To: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jon Turney via Cygwin Reply-To: Jon Turney Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 35NCawAn005882 On 23/06/2023 11:11, Adam Dinwoodie via Cygwin wrote: > On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: >> >> Hi, >> >> I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own. But when I have MSYS binary paths in my environment, Cygwin's git finds the msys gettext and envsubst binary and tries to use it, resulting in error messages (see below). I did solve the issue, by installing Cygwin's gettext (which git does not seem to be requiring). >> I write, because I found it somewhat odd, that Cygwin's git is not dependent on gettext, but uses it, if it finds it somewhere in the path environment. Just to emphasize, in my Cygwin environment all Cygwin paths come first. So it was only using the wrong msys binary, because there was none in Cygwin. >> Is this behaviour expected and intended or could it be mitigated during installation somehow? > > This sounds like a missing dependency in Cygwin's Git package. I'm > slightly surprised – the package is included in the build > requirements, and cygport is normally pretty good at detecting runtime > dependencies in this sort of circumstance – but I'll get it fixed as > soon as I manage to get a new Git release out. > > That's going to happen Any Day Now, although it has been Any Day Now > for a few months at this point thanks to a variety of other life > issues taking priority… perhaps git.cygport needs DEPS_PATH="/usr/libexec/git-core" or something like that (so that executables files in that directory are included in the automatic dependency check) [1] https://cygwin.github.io/cygport/pkg_info_cygpart.html#DEPS_PATH -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple