X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=JRpl7LkC2j/i7l/POPj6/rwifMgRrfdRCt0xqBg7WoM2pumURRDO3 LIiuVvbIOMfRPh3iSuHJXMit+25LGreQMBVzHEpyAcPJM7LTvAiJgpKJYIG/K3YQ 3MAm3QzUkoTmk0NiSR5tQK7G0bGf/9g0MsC6umcHceXPAdbUuynTLw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding; s=default; bh=cA/agcjWpBPtAvMi3RctK/YCdAU=; b=rwKnDJlMsfK4Yc5sllV/s63qXmRj mxXmPPZNJW4kiZb9Gsn01wqxruR7FvZIbHR5TbUTYVDtS1aCD0A3Dt2GUZcFr0Nk TI6KbR9AgIF32FB9BdBDPUCzUaUnfDwjxMpJU8Bd92DIDf3iaYqBlg2wYW3405Eo mavm4s3W3UnAtuY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=preparing, H*r:ip*192.168.1.100, calgary, Preparing X-HELO: smtp-out-so.shaw.ca X-Authority-Analysis: v=2.2 cv=SPoybKnH c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=vsAZ4HiF_gUA:10 a=IkcTkHD0fZMA:10 a=nlLAvbAOreCS13_xZukA:9 a=QEXdDO2ut3YA:10 Reply-To: Brian DOT Inglis AT Shaw DOT ca To: cygwin AT cygwin DOT com From: Brian Inglis Subject: No gawk-doc package, gawk source autoconf fails Message-ID: Date: Wed, 9 Nov 2016 17:02:21 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfLb6O7D4oS5trYqqWA7jGfUXZ6vWIiz5RCCh+0eH1lG/1wwCIS85xfDRUCswVGe8mHknVvLlq6FFG/fWciZlmDfFHQhdtYTKnrzDPEWhYZ/ZeZgHjtEG xA9VbiEtK+tzJpG021gQ2gFUpLMVYO6eZyHh31evQMu/Ovqn8Qkd74FM Looked for gawk doc in /usr/share/doc/gawk*/ - no HTML, PDF etc. Checked for gawk doc as a package - no gawk-doc or anything like it. Downloaded gawk package source and tried to configure enough to build doc. Seems to be problem with autoconf autopoint gettext package version - something run by autoreconf seems to be detecting gettext 0.19.8-1 as 0.19.8.1 instead of 0.19.8 which causes autopoint to fail: >>> Preparing gawk-4.1.4-1.x86_64 >>> Unpacking source gawk-4.1.4.tar.xz >>> Preparing working source directory >>> Compiling gawk-4.1.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.19.7. 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 Manual configure && make pdf works okay. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple