From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.oetec.com (mail.oetec.com [108.160.241.186]) by sourceware.org (Postfix) with ESMTPS id ADBC93858C33 for ; Wed, 24 Aug 2022 19:44:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ADBC93858C33 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=blastwave.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=blastwave.org X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-oetec-MailScanner-From: dclarke@blastwave.org X-oetec-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.11, required 6, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, DKIM_SIGNED 0.10, DKIM_VALID -0.10, DKIM_VALID_AU -0.10, DKIM_VALID_EF -0.10, NICE_REPLY_A -0.00, T_SCC_BODY_TEXT_LINE -0.01, URIBL_BLOCKED 0.00) X-oetec-MailScanner: Found to be clean X-oetec-MailScanner-ID: 27OJhm1D013578 X-oetec-MailScanner-Information: Please contact oetec for more information Received: from [172.16.35.2] (cpeac202e7325b3-cmac202e7325b0.cpe.net.cable.rogers.com [99.253.170.241]) (authenticated bits=0) by mail.oetec.com (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 27OJhm1D013578 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 24 Aug 2022 15:43:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=blastwave.org; s=default; t=1661370230; bh=L9xcP294v3zj7LIQsn50r1JUsxZzqMIvlOQZbrtg2oE=; h=Date:Subject:To:References:From:In-Reply-To:From; b=otK0GP+SyiltyHlXiJjvzIMSAHg9wGxH517MPbPDr/aMAwApy1DKp7NkzaJKK3oUx fkmTVdLlI4FEvsFIj1ryIk2FlATGPHCv+U37XBG+2OZKyszpzuNsre/943uj1PeWBT WdB2lIpJ/bgXwERoavJ4UkarVkZh5h1yu9lrtxCdFGYQxD3pS0FC1Uhs9rWQb2lPqX CVl0WTIIZJfuhghiqpFApiOzs48nePTHdoq6pmNnNpfzArWY7ww7zzpOrlDQ2xLmzV bNPDl3i3XGFU/xv6cD8sCrSMetPwrWxHLe239BuiBWm0HYiEAaMp+xRTfMOtzu8YkO U1zEBraCRRlUA== Message-ID: <0f3864f5-8ab2-f7c5-377a-8a17840eae67@blastwave.org> Date: Wed, 24 Aug 2022 15:43:48 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: one of those annoying little things Content-Language: en-US To: "Matthew R. Wilson" , gcc-help@gcc.gnu.org, mpfr@inria.fr References: <49c6528e-13d9-fcff-2046-6a0a167c3fea@blastwave.org> <20220824082743.3jqs3owseaulpjh7@mattwilson.org> <20220824180423.dubtsnvgropsdtb3@mattwilson.org> <20220824192313.GA32066@zira.vinc17.org> From: Dennis Clarke In-Reply-To: <20220824192313.GA32066@zira.vinc17.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 8/24/22 15:23, Vincent Lefevre wrote: > --disable-maintainer-mode confi Thank you for the reply and I just wanted to clarify that this problem happened within a bootstrap of GCC 12.2.0 on NetBSD. I was surprised to see : . . . checking if gmp_printf supports the ' group flag... yes checking for __gmpn_sbpi1_divappr_q... yes checking for __gmpn_invert_limb... no checking for __gmpn_rsblsh1_n... no checking for long to fit in mp_limb_t... yes checking for intmax_t to fit in mp_limb_t... yes checking for getrusage... yes configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mpfr.pc config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tune/Makefile config.status: creating src/mparam.h config.status: creating tools/bench/Makefile config.status: executing depfiles commands config.status: executing libtool commands gmake[3]: Entering directory '/opt/bw/build/gcc-12.2.0_NetBSD_9.3_AMD64.001/mpfr' Making all in doc gmake[4]: Entering directory '/opt/bw/build/gcc-12.2.0_NetBSD_9.3_AMD64.001/mpfr/doc' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd ../../../gcc-12.2.0/mpfr/doc && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in ../../../gcc-12.2.0/mpfr/doc/mpfr.info ../../../gcc-12.2.0/mpfr/doc/mpfr.info-[0-9] ../../../gcc-12.2.0/mpfr/doc/mpfr.info-[0-9][0-9] ../../../gcc-12.2.0/mpfr/doc/mpfr.i[0-9] ../../../gcc-12.2.0/mpfr/doc/mpfr.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --enable-encoding -I ../../../gcc-12.2.0/mpfr/doc \ -o ../../../gcc-12.2.0/mpfr/doc/mpfr.info ../../../gcc-12.2.0/mpfr/doc/mpfr.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd ../../../gcc-12.2.0/mpfr/doc; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd ../../../gcc-12.2.0/mpfr/doc && \ $restore $backupdir/* `echo "./../../../gcc-12.2.0/mpfr/doc/mpfr.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc mkdir: .am388: Permission denied ../../../gcc-12.2.0/mpfr/doc/mpfr.info: Permission denied gmake[4]: *** [Makefile:380: ../../../gcc-12.2.0/mpfr/doc/mpfr.info] Error 1 gmake[4]: Leaving directory '/opt/bw/build/gcc-12.2.0_NetBSD_9.3_AMD64.001/mpfr/doc' gmake[3]: *** [Makefile:500: all-recursive] Error 1 gmake[3]: Leaving directory '/opt/bw/build/gcc-12.2.0_NetBSD_9.3_AMD64.001/mpfr' gmake[2]: *** [Makefile:7094: all-stage1-mpfr] Error 2 gmake[2]: Leaving directory '/opt/bw/build/gcc-12.2.0_NetBSD_9.3_AMD64.001' gmake[1]: *** [Makefile:27609: stage1-bubble] Error 2 gmake[1]: Leaving directory '/opt/bw/build/gcc-12.2.0_NetBSD_9.3_AMD64.001' gmake: *** [Makefile:28222: bootstrap4] Error 2 So that was when I simply corrected the things in ./doc directory and continued onwards. I think I need GNU patch to avoid this problem within a GCC bootstrap. -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional