From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: building the docs Date: Thu, 16 May 2019 09:52:14 +0300 Message-ID: <7AAA63BE-7026-4281-86AF-0C0ACB186644@gnu.org> References: <5B0505B5-5FFA-41D9-9E1E-A9DA1374CBBC@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="138432"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: K-9 Mail for Android To: emacs-devel@gnu.org, Jean-Christophe Helary , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 16 08:52:58 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hRAGA-000ZsZ-8t for ged-emacs-devel@m.gmane.org; Thu, 16 May 2019 08:52:58 +0200 Original-Received: from localhost ([127.0.0.1]:49692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRAG8-0003G2-SG for ged-emacs-devel@m.gmane.org; Thu, 16 May 2019 02:52:56 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRAFX-0003Fv-AE for emacs-devel@gnu.org; Thu, 16 May 2019 02:52:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRAFX-0004IL-77; Thu, 16 May 2019 02:52:19 -0400 Original-Received: from [176.12.157.180] (port=55146 helo=[10.161.122.75]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1hRAFW-0007Wu-GL; Thu, 16 May 2019 02:52:19 -0400 In-Reply-To: <5B0505B5-5FFA-41D9-9E1E-A9DA1374CBBC@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236566 Archived-At: On May 16, 2019 9:15:09 AM GMT+03:00, Jean-Christophe Helary wrote: > For some reason, make docs only produces an elisp=2Epdf with: >=20 > ------ > Index (p 1225) >=20 > (Index is nonexistent) >=20 > ------ >=20 > The first error I get is: >=20 > [51] [52] [53] [54] [55] [56] > Underfull \hbox (badness 10000) in paragraph at lines 504--507 >=20 > Then comes a long list of "underfull badness"=2E=2E=2E >=20 >=20 > emacs=2Epdf similarly comes with a lack of index, as does > emacs-lisp-intro=2Epdf, and all the manuals that come in /misc=2E=2E=2E >=20 > Do you have hints for debugging this ? >=20 >=20 > Jean-Christophe Helary > ----------------------------------------------- > http://mac4translators=2Eblogspot=2Ecom @brandelune Not sure I understand: you get no Index at all, or do you get an empty Ind= ex? Is your TeX and Texinfo installation functional? Can you produce PDF manu= als with indices for some other package? If not, perhaps something is wron= g with texindex or with texi2pdf? The underfull box thingies are not fatal, just ignore them=2E