From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20868 invoked by alias); 28 Feb 2017 14:04:06 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 20855 invoked by uid 89); 28 Feb 2017 14:04:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=HDKIM-Filter:v2.11.0 X-HELO: cgf.cx Received: from external.cgf.cx (HELO cgf.cx) (107.170.62.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Feb 2017 14:04:04 +0000 Received: by cgf.cx (sSMTP sendmail emulation); Tue, 28 Feb 2017 09:04:01 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx 0EEA241918 Date: Tue, 28 Feb 2017 14:04:00 -0000 From: Christopher Faylor To: Gerald Pfeifer , overseers@gcc.gnu.org Subject: Re: makeinfo update Message-ID: <20170228140401.GB6196@ednor.casa.cgf.cx> Mail-Followup-To: Gerald Pfeifer , overseers@gcc.gnu.org References: <20170228132541.GA6196@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170228132541.GA6196@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2017-q1/txt/msg00103.txt.bz2 On Tue, Feb 28, 2017 at 08:25:41AM -0500, Christopher Faylor wrote: >On Tue, Feb 28, 2017 at 05:14:01AM -0800, Gerald Pfeifer wrote: >>Could we please get a newer version of makeinfo on sourceware? >> >>Right now we still have >> >> makeinfo (GNU texinfo) 4.13 >> Copyright (C) 2008 Free Software Foundation, Inc. >> >>which runs into bugs generating the web documentation, bugs that >>I just verified version 6.3 (for example) has fixed. >> >>Even a non-standard location would be fine; we (= I ;-) can adjust >>the invocation from the gccadmin account. > >Looking into this now. % makeinfo --version texi2any (GNU texinfo) 6.3 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. I had to take some *ahem* liberties with the Fedora 26 source rpm to get this to build but I think it should be ok. Please send email here if there are problems. cgf