From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-048.btinternet.com (mailomta7-sa.btinternet.com [213.120.69.13]) by sourceware.org (Postfix) with ESMTPS id 16C3B3893649 for ; Tue, 6 Jul 2021 18:21:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 16C3B3893649 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from sa-prd-rgout-004.btmx-prd.synchronoss.net ([10.2.38.7]) by sa-prd-fep-048.btinternet.com with ESMTP id <20210706182105.PBNF22297.sa-prd-fep-048.btinternet.com@sa-prd-rgout-004.btmx-prd.synchronoss.net> for ; Tue, 6 Jul 2021 19:21:05 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com X-SNCR-Rigid: 60D644B90209444B X-Originating-IP: [86.139.156.26] X-OWM-Source-IP: 86.139.156.26 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvtddrtddtgdekvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepuffvfhfhkffffgggjggtgfesthekredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepveeuvedtheeigfetkeekhedvheejudeugfduvedtjeelieevfedtheetgeegvddunecuffhomhgrihhnpeekqddvrdhithenucfkphepkeeirddufeelrdduheeirddvieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddrudduudgnpdhinhgvthepkeeirddufeelrdduheeirddviedpmhgrihhlfhhrohhmpeeojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhequceuqfffjgepkeeukffvoffkoffgpdhrtghpthhtohepoegthihgfihinhestgihghifihhnrdgtohhmqe X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.111] (86.139.156.26) by sa-prd-rgout-004.btmx-prd.synchronoss.net (5.8.340) (authenticated as jonturney@btinternet.com) id 60D644B90209444B for cygwin@cygwin.com; Tue, 6 Jul 2021 19:21:05 +0100 Subject: Re: [ANNOUNCEMENT] texinfo 6.8 To: The Cygwin Mailing List References: <8642ddac-24da-b16e-362e-b44a3fe91a6b@cornell.edu> From: Jon Turney Message-ID: Date: Tue, 6 Jul 2021 19:20:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <8642ddac-24da-b16e-362e-b44a3fe91a6b@cornell.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3569.5 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Tue, 06 Jul 2021 18:21:10 -0000 On 06/07/2021 17:32, Ken Brown via Cygwin wrote: > On 7/6/2021 7:59 AM, Jon Turney wrote: >> On 05/07/2021 19:04, Ken Brown via Cygwin-announce via Cygwin wrote: >>> The following packages have been uploaded to the Cygwin distribution: >>> >>> * texinfo-6.8-1 >>> * texinfo-tex-6.8-1 >>> * info-6.8-1 >>> >>> Texinfo is a documentation system that uses a single source file to >>> produce output in a number of formats, both online and printed (dvi, >>> html, info, pdf, xml, etc.). >>> >>> This is an update to the latest upstream release.  See >> >> Hi Ken, >> >> Thanks for this update. >> >> This seems to break building the cygwin documentation: >> >>  > [...] >>> docbook2x-texi --xinclude --info --utf8trans-map=charmap >>> ../../../../src/winsup/doc/cygwin-api.xml --string-param >>> output-file=cygwin-api >>> could not find ParserDetails.ini in >>> /usr/share/perl5/vendor_perl/5.32/XML/SAX >>> could not open -: No such file or directory >>> /usr/bin/db2x_texixml: program in pipeline exited with an error >>> make: *** [Makefile:729: cygwin-api.info] Error 1 >> >> Poking around a bit, under the hood this is invoking makeinfo, and it >> seems that can't read from a pipeline anymore: >> >>> $ echo foo | makeinfo >>> could not open -: No such file or directory >> >> Downgrading to 6.7, I can build again, and: >> >>> $ echo foo | makeinfo >>> -: warning: document without nodes >> >> Is this an intentional upstream change? > > No. > > I've applied the upstream fix and am waiting for scallywag to build and > deploy texinfo-6.8-2.  (It seems to be taking forever.) It seems that something went wrong when processing the build complete notification, which I need to look into... > My local test indicates that this fixes the problem, but I'd appreciate > it if you would confirm that before I "untest" the new release. Yup, that fixes it. Thanks!