From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id C12F93858CDA for ; Tue, 4 Oct 2022 15:38:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C12F93858CDA Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 09451219D2; Tue, 4 Oct 2022 15:38:00 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id DB684139D2; Tue, 4 Oct 2022 15:37:59 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 97KGM1dTPGMcFgAAMHmgww (envelope-from ); Tue, 04 Oct 2022 15:37:59 +0000 Message-ID: <3ef424f2-f0f6-e470-01cb-b8990f5489d7@suse.de> Date: Tue, 4 Oct 2022 17:37:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH][gdb/build] Add gdb/contrib/makeinfo-dummy.sh Content-Language: en-US To: Tom Tromey , Tom de Vries via Gdb-patches Cc: Simon Marchi References: <20220901095108.GA29248@delia> <095e64ca-4595-188a-c28f-70080b0133b5@simark.ca> <157567c8-3042-bcf9-f38f-3f983af79c28@suse.de> <2a454b57-20fa-fcd9-4d1e-719c0567d871@suse.de> <87illh6etu.fsf@tromey.com> From: Tom de Vries In-Reply-To: <87illh6etu.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2022 15:38:02 -0000 On 9/20/22 21:11, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries via Gdb-patches writes: > > Tom> I gave the --without-makeinfo a try. > > Tom> WDYT? > > It seems reasonable to me. Thanks for the review. I've posted it to the gcc ml: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602797.html . > FWIW I think there is at least one bug in bugzilla on this topic. There's https://sourceware.org/bugzilla/show_bug.cgi?id=14678 which is mostly about the GDBvn.texi issue, which should already be fixed by commit ab954e4a53c ("Fix building gdb release from tar file without makeinfo"). But there's indeed duplicate https://sourceware.org/bugzilla/show_bug.cgi?id=20417 which does mention --without-makeinfo. Thanks, - Tom