From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by sourceware.org (Postfix) with ESMTPS id 6EB203858428 for ; Tue, 15 Nov 2022 03:24:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6EB203858428 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=Denis-Excoffier.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=Denis-Excoffier.org Received: from smtpclient.apple (unknown [IPv6:2a01:e0a:a2e:d4d0:d158:263a:6010:a665]) by smtp6-g21.free.fr (Postfix) with ESMTPS id 2336C7802E5; Tue, 15 Nov 2022 04:24:45 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.200.110.1.12\)) Subject: Re: Errors in building the documentation prevent compilation from completing properly From: Denis Excoffier In-Reply-To: <426C8E9E-A69A-4744-AB45-440AB76190ED@Denis-Excoffier.org> Date: Tue, 15 Nov 2022 04:24:35 +0100 Cc: Denis Excoffier Content-Transfer-Encoding: quoted-printable Message-Id: <78F5B51E-1716-4773-AF96-C55FA654D57F@Denis-Excoffier.org> References: <426C8E9E-A69A-4744-AB45-440AB76190ED@Denis-Excoffier.org> To: cygwin@cygwin.com X-Mailer: Apple Mail (2.3731.200.110.1.12) X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NEUTRAL,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > On 2022-10-20 19:46, Denis Excoffier wrote: >=20 >> On 2022-10-20 12:29, Jon Turney wrote: >>=20 >> On 19/10/2022 18:57, Denis Excoffier wrote: >>> Hello, >>> Currently i have docbook2X not working on my system (a perl problem >>> that i don't know how to repair, but in a few months i will = reinstall completely >>> this C:\Cygwin64 which dates back to 2019). >>> This means that /usr/share/docbook2X and /usr/bin/docbook2x-texi are = missing. >>> Consequently, no *.info* file is produced. >>> Nevertheless, i tried to compile cygwin from sources = (newlib-cygwin-3.3.6.tar.bz2), >>> knowing that "Normally, building ignores any errors in building the = documentation" >>> (see https://cygwin.com/faq.html#faq.programming.building-cygwin) >>=20 >> The behaviour was changed by [1], but unfortunately the documentation = change that contains has not yet been published. >>=20 >> Use the configure option '--disable-doc'. >=20 > For me, '--disable-doc' makes no difference with the unpatched code. = Same errors. Sorry. >=20 With cygwin-3.4.0-0.1, '--disable-doc=E2=80=99 now works as expected. = Thank you. Denis Excoffier.