X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DB88A3857C4A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adam AT dinwoodie DOT org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IcQLkiXXfO76R0nfXBDTaSxr8CgWTX20QTazoW6tjbo=; b=kqOsnXNCEkU8QwUGXvRx4qS8L9JLT8YgivrYo3FoztiLHSmUzO+dOiWatL9/OtVhQ7 lhHfAQRuvfwTqyXiE8muRSwoJTHHOj+qlDTvzhAaceekpNDdLxYWLbQqe6tSXtCHKEam voz1bkvogMr9jAAsSojmZ15FQFjSmNnuPxOcs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IcQLkiXXfO76R0nfXBDTaSxr8CgWTX20QTazoW6tjbo=; b=QMZLvt0cj4j9PtkrbVoFqxufOaE6yNlSjqo0fHDfWQW07SnCP6ULmmn1H31mE3pn8u jMWKy+FoCDMXBVyi9pdoK8wG8mPh+nVNVPDJZStJvfYVSTlq6Lj4QS+A/klDRffSwGpw i29xcTJGN6wbinwu30lHoOH8Z8bvBtk6lNFETV9tw+Ac8GjjQ/TQlm2ZNdAvpgAHZUy8 tj4qKcp6gu8QQPghHElpWSJbT5b23BrPGod2cLPdYHMhvcaCmVo1oB4liArCJlqAoYp4 06ydlf8PpXZTCc3iQq8NYjset9lhU9xjKVXgvsGWn+9yXnXg65tOI4/7PS9DzNIIc6aj ErPg== X-Gm-Message-State: AOAM532mN4eEn7XTe2bH8dfQ6VPmdylBvH6689lltZgWYDNFI5RVpyHJ ghznUzorHkQ7iIDgs8JWog9hfcbLunzYYlqkZDdH6syNfTw= X-Google-Smtp-Source: ABdhPJwZ1DASvUDrm7olivT74fHXF6uESJi5hdxBnGtt3Ym5D8NH/Gc8DoRLWNoelOxM+oKrUbonbfOf3ON//Jtshew= X-Received: by 2002:a67:f597:: with SMTP id i23mr16453533vso.36.1596997752117; Sun, 09 Aug 2020 11:29:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Adam Dinwoodie Date: Sun, 9 Aug 2020 19:28:35 +0100 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: curl 7.71.1-1 To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Fri, 24 Jul 2020 at 13:56, Adam Dinwoodie wrote: > > Hi Brian, > > On Mon, 20 Jul 2020 at 13:53, Brian Inglis wrote: > > > > The following packages have been uploaded to the Cygwin distribution: > > > > * curl 7.71.1 > > * libcurl4 7.71.1 > > * libcurl-devel 7.71.1 > > * libcurl-doc 7.71.1 > > This update appears to break parts of Git compilation that work using > {curl,libcurl4,libcurl-devel}-7.66.0-1. > > Simple test case and error output below, setup.log and cygcheck.out > attached; the setup.log includes a bunch of recent upgrades and > downgrades while I isolated the problem and confirmed the STC. > > Test case: From a Bash shell, run: `curl > https://git.kernel.org/pub/scm/git/git.git/snapshot/git-v2.27.0.tar.gz > | tar -xz && cd git-v2.27.0 && make configure && ./configure > --with-libpcre && make -j18 git-remote-http.exe`. This is a simplified > version of the normal Cygport build process for the Cygwin Git > packages. > > In the failing case, the `/configure` stage includes the following > text: `configure: Setting CURL_LDFLAGS to '-lcurl -lnghttp2 -lidn2 > -lssh -lpsl -lssl -lcrypto -lldap -llber -lbrotlidec -lbrotlidec > -lz'`; in the working case using -7.66.0-1, the corresponding line is > just `configure: Setting CURL_LDFLAGS to '-lcurl'`. > > The error output at the end of the build in the failing case is as below: > > ``` > LINK git-remote-http.exe > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -lnghttp2 > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -lidn2 > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -lssh > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -lpsl > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -lldap > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -llber > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -lbrotlidec > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: > cannot find -lbrotlidec > collect2: error: ld returned 1 exit status > make: *** [Makefile:2488: git-remote-http.exe] Error 1 > ``` > > For now I'm going to continue using the 7.66.0-1 packages; let me know > if I can help with working out what's going wrong here at all. Hi Brian, Is there anything further I can do to help investigate this regression in the Cygwin curl libraries? Kind regards, 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