From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41332 invoked by alias); 1 Jun 2018 14:01:41 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 41266 invoked by uid 89); 1 Jun 2018 14:01:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=UD:fedoraproject.org X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Jun 2018 14:01:36 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DF41B402290A; Fri, 1 Jun 2018 14:01:34 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C2D8310FFE7F; Fri, 1 Jun 2018 14:01:33 +0000 (UTC) Date: Fri, 01 Jun 2018 14:01:00 -0000 From: Jan Kratochvil To: Joseph Myers Cc: "Maciej W. Rozycki" , Doug Evans , Phil Muldoon , gdb@sourceware.org Subject: Re: Documentation build regressions Message-ID: <20180601140130.GA296965@host1.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) X-SW-Source: 2018-06/txt/msg00001.txt.bz2 On Thu, 31 May 2018 19:23:31 +0200, Joseph Myers wrote: > What texinfo.tex gets used? Is it the one from the binutils-gdb source > tree (which is over nine years old) or one from your TeX installation (and > if the latter, which version is it)? It is true it did not work when GDB doc build picked the shipped texinfo.tex. So Fedora GDB now does: https://src.fedoraproject.org/rpms/gdb/c/fd48d313b88a8ad2cfd6f812c22279cb25467c11 rm -rf zlib texinfo Jan