From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VhMay-0001D7-7I for mharc-grub-devel@gnu.org; Fri, 15 Nov 2013 11:50:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhMas-00013r-CJ for grub-devel@gnu.org; Fri, 15 Nov 2013 11:50:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhMan-00052m-W6 for grub-devel@gnu.org; Fri, 15 Nov 2013 11:50:06 -0500 Received: from mail-oa0-x22f.google.com ([2607:f8b0:4003:c02::22f]:34851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhMan-00050p-Rp for grub-devel@gnu.org; Fri, 15 Nov 2013 11:50:01 -0500 Received: by mail-oa0-f47.google.com with SMTP id i7so4181050oag.6 for ; Fri, 15 Nov 2013 08:50:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KoxjXsAC0q9yxQcpROLhRlUAQ3jvHNevinb3UTlgZOg=; b=WWpUX032P1YEuZ+Z7YmlnZwJVV8FzI2VnkVzwp3q6as2IQ65fGiQlOklvkHwLLtxWw 8G79uzUDeIhJMqght9XR2qWS0DwCFQZVrUdsBrQWzP+L5dJPVkEH3hQbE2hBY0KwiQL2 +yRhyp1VTW7BO9VsawAMusnibRkDMyoOxIOGo8COs5cNQpOe23bVYmEbcuT5I63qxWw/ 45HwOwSc08iMWVG+n+ItzwAs8eXgJOnS5FNs8Vp0haY7XldF0CoqxONpX+Cg/FHkLjSv erfuH0QAwJyzbwr2J8G9tyjH05TRot400Ba21ASt6FlRhsb5M8w8vokzuQHIt13Xbx3c NiWw== X-Received: by 10.60.155.166 with SMTP id vx6mr8015312oeb.28.1384534201064; Fri, 15 Nov 2013 08:50:01 -0800 (PST) Received: from [192.168.0.75] (cpe-72-178-123-130.satx.res.rr.com. [72.178.123.130]) by mx.google.com with ESMTPSA id hl3sm4888745obb.0.2013.11.15.08.49.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Nov 2013 08:50:00 -0800 (PST) Message-ID: <528650B6.5070108@gmail.com> Date: Fri, 15 Nov 2013 10:49:58 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120628 Firefox/13.0.1 SeaMonkey/2.10.1 MIME-Version: 1.0 To: Andrey Borzenkov Subject: Re: GRUB Manual Broken Link References: <528645FF.6080702@gmail.com> <20131115201057.2faa13a6@opensuse.site> In-Reply-To: <20131115201057.2faa13a6@opensuse.site> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22f Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 16:50:11 -0000 Andrey Borzenkov wrote: > В Fri, 15 Nov 2013 10:04:15 -0600 > Bruce Dubbs пишет: > >> I was notified by the GNU webmaster that he is getting complaints about >> the manual at http://www.gnu.org/software/grub/manual/grub.html having a >> broken link: >> >> http://www.gnu.org/software/grub/manual/multiboot.html#Top >> >> It should be >> >> http://www.gnu.org/software/grub/manual/multiboot/multiboot.html >> >> Although I do update the web information pages, I don't have a way to >> update the main GRUB manual. I'm not sure, but I think Colin updated >> the current manual (which is still listed as Manual 2.00~rc1). >> >> Can we get this manual updated? >> > > > The bug is not in manual. Link is generated by texinfo when converting > grub.texi to HTML. It just need to be regenerated with correct texinfo > version that knows how to translate multiboot link. See message below: > > From: Andrey Borzenkov > To: webmasters-comment@gnu.org > Subject: Re: [gnu.org #832039] 404 > Date: Fri, 31 May 2013 20:13:59 +0400 > X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) > > В Wed, 29 May 2013 11:43:14 -0400 > "Ineiev via RT" пишет: > >>> [arvidjaar@gmail.com - Wed May 29 01:28:37 2013]: >>> I'm not sure how. texinfo external references supports only base file >>> name and assume that everything is located on the same level. >> >> Recent texinfo versions (5.0 and later) come with a database of >> root URLs for different manuals; I'm not sure the manual you need >> is included, but I think you could try (or at least ask on >> bug-texinfo). >> > > Which just confirms - it needs fixing elsewhere, not in grub2 sources :) > > Assuming current web layout, it would be this patch below and grub > manual must be regenerated by texinfo 5.x that includes this patch. I'm > not really feel to be competent enough to submit this patch myself - I > simply do not know how web location is decided. > > Index: util/htmlxref.cnf > =================================================================== > --- util/htmlxref.cnf (revision 5259) > +++ util/htmlxref.cnf (working copy) > @@ -459,6 +459,9 @@ > > mtools mono ${GS}/mtools/manual/mtools.html > > +multiboot mono ${GS}/grub/manual/multiboot/multiboot.html > +multiboot node ${GS}/grub/manual/multiboot/html_node/ > + > myserver node http://www.myserverproject.net/documentation/ > > nano mono http://www.nano-editor.org/dist/latest/nano.html OK. I do have texinfo 5.1 and I see now where that manual is located. on the web site I'll see if I can get it fixed. -- Bruce