From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77247 invoked by alias); 16 Nov 2016 18:37:10 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 77225 invoked by uid 89); 16 Nov 2016 18:37:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=mysterious, Hx-languages-length:1438, H*r:Unknown X-HELO: blaine.gmane.org Received: from Unknown (HELO blaine.gmane.org) (195.159.176.226) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Nov 2016 18:36:59 +0000 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c754m-0001p4-B7 for cygwin-apps@cygwin.com; Wed, 16 Nov 2016 19:36:52 +0100 To: cygwin-apps@cygwin.com From: Andrew Schulman Subject: lftp 4.7.4 build fails with bad gettext version Date: Wed, 16 Nov 2016 18:37:00 -0000 Message-ID: <779p2c926cu5mrbcnqud43v2mudstmunb3@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00004.txt.bz2 Using cygport with no custom src_build function and CYGCONF_ARGS="--with-openssl --enable-packager-mode", the build fails with a mysterious message about a mismatched gettext version: ASchulma@LZ77E1AASCHULMA ~/d/c/lftp> cygport lftp.cygport build >>> Compiling lftp-4.7.4-1.x86_64 autoreconf-2.69: Entering directory `.' autoreconf-2.69: running: /usr/bin/autopoint -V 0.19.8.1 --force autopoint: warning: Version mismatch: specified -V 0.19.8.1 but the package uses gettext version 0.15. Forcibly upgrading to 0.19.8.1 autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac file requires the infrastructure from gettext-0.19.8.1 but this version is older. Please upgrade to gettext-0.19.8.1 or newer. autopoint: *** Stop. autoreconf-2.69: /usr/bin/autopoint failed with exit status: 1 *** ERROR: autoreconf failed So it says it wants gettext 0.19.8.1, but "the package uses gettext version 0.15". But I have gettext 0.19.8.1 installed: ASchulma@LZ77E1AASCHULMA ~/d/c/lftp> cygcheck -c gettext Cygwin Package Information Package Version Status gettext 0.19.8.1-2 OK Does anyone know what the problem is here? The last time I built lftp 4.7.3 it worked fine, but now the build of that fails too, with the same error as above. So this seems to be caused by autoconf, gettext, or something else in the Cygwin build environment, rather than by lftp. Thanks, Andrew