From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58295 invoked by alias); 2 Apr 2018 16:58:54 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 58286 invoked by uid 89); 2 Apr 2018 16:58:53 -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,KAM_NUMSUBJECT,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=mkdir 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; Mon, 02 Apr 2018 16:58:52 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E293D4023141; Mon, 2 Apr 2018 16:58:50 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-55.ams2.redhat.com [10.36.116.55]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 53C412026DFD; Mon, 2 Apr 2018 16:58:50 +0000 (UTC) Date: Mon, 02 Apr 2018 16:58:00 -0000 From: Jan Kratochvil To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: cancel: [patch] Fix gdb/doc/ PDF build on Fedora Rawhide==F-29 Message-ID: <20180402165847.GA7110@host1.jankratochvil.net> References: <20180331173219.GA18607@host1.jankratochvil.net> <3b49baa5f0d1ca5676df3a9f78113abe@polymtl.ca> <20180401044646.GA21364@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180401044646.GA21364@host1.jankratochvil.net> User-Agent: Mutt/1.9.2 (2017-12-15) X-SW-Source: 2018-04/txt/msg00042.txt.bz2 On Sun, 01 Apr 2018 06:46:46 +0200, Jan Kratochvil wrote: > On Sun, 01 Apr 2018 01:44:16 +0200, Simon Marchi wrote: > > # mkdir /usr/share/texlive/texmf-local > > # ln -s ../../texmf /usr/share/texlive/texmf-local/texmf-compat > > # texhash > > > > makes it work for me on F29. So maybe there's actually a bug in the F29 > > version of the texinfo package that you should report? > > Thanks, filed: > Regression from F-28: texinfo PDF document no longer builds > https://bugzilla.redhat.com/show_bug.cgi?id=1562580 texlive-base has been fixed in Fedora Rawhide so I am withdrawing this patch. Still sure the texinfo/ directory is currently unused plus obsolete so it should be most probably deleted (although it may be in use by some non-GDB component of the sourceware tree, I did not check). Jan