X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF17638582A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1687515147; bh=se2zHAVLBoFdzpdY57Hp123BmR1LLW4sMNzq1eAMGRc=; h=References:In-Reply-To:Date:Subject:To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=akN6wRUlBfusK1/Svo5rN00+jnPiiCh+ivjYtesuPzH4I+vq2zpIn5PTuqXPFcgDB NiJ4z4aeeW/2X6wvG8JSwtYrN09Q9BqnnSKRef3dDpnFMhzFF6lY3vI8mi0skXW1MJ OoW6vwHMNl72YEaNuXjSICwmMlCLC+5v+j/djPqI= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 803723858284 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687515130; x=1690107130; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=c6VWklOjnpNsUxTv+u3ZEwzEUEV+J6EIb0GygKR1Xxk=; b=Btj2KImBcOdluHAbkkUCctbzAhGiWhuCLMVubIqSLia6JxCM34qpNh/oro823Bj59C /WC1zxl6cuRFEHU/6AsBUGt392w37XcrCy0Eiiks/L+lzfEZ8XHC/J8UI5cv7FCRNHcJ FG4ErwTsmm+CtKktQ+9CcCLJptgC+NX8KSp00Zf2g3WXE2Jm90F0jwJ+I34Bu4lv9GQT w7ypQTxqo/xFHyCWGmcD+tvdUJJDKNWAxQB61nAMvU79viNrRQfIPD9Lg43ScPhAHB1h 5s42fsS5cDoPkXcWF+gnTUANrNfuDA0hu9AiUJgLNFO508CGFBFnqf5o5TnKduMyJs5s +CLg== X-Gm-Message-State: AC+VfDygyTxPEfJjTHNXyJUR4v2T2ytXqOOAqt0Zczbjm8mVlLpLL4cB uPu2WHOeaa/p/8iRsKHS4dCjLoDuiNJRgxn6BkOMvjZ6A6XokFsA X-Google-Smtp-Source: ACHHUZ5VmSqG9WvlH7C70BRfe/ds6LB4hom8G/+xJWotq0hpPZaZzfvjCAqMgabNzGldP0smRRQeyKol6ULhs0d7oLg= X-Received: by 2002:a4a:d38f:0:b0:560:b01a:653d with SMTP id i15-20020a4ad38f000000b00560b01a653dmr5334326oos.0.1687515129722; Fri, 23 Jun 2023 03:12:09 -0700 (PDT) MIME-Version: 1.0 References: <000101d9a5a8$8b78d160$a26a7420$@uni-bremen.de> In-Reply-To: <000101d9a5a8$8b78d160$a26a7420$@uni-bremen.de> Date: Fri, 23 Jun 2023 11:11:33 +0100 Message-ID: Subject: Re: git submodule + gettext / envsubst To: Andreas Heckel Cc: cygwin AT cygwin DOT com X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham 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 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Adam Dinwoodie via Cygwin Reply-To: Adam Dinwoodie Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 35NACqDt006209 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… Adam -- 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