GNU bug report logs - #14977
texinfo build fails due to missing "@item", after du/inode change

Previous Next

Package: coreutils;

Reported by: Assaf Gordon <assafgordon <at> gmail.com>

Date: Sun, 28 Jul 2013 21:05:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#14977: closed (texinfo build fails due to missing "@item",
 after du/inode change)
Date: Sun, 28 Jul 2013 21:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 28 Jul 2013 23:54:36 +0200
with message-id <51F5931C.1040506 <at> cs.ucla.edu>
and subject line Re: bug#14977: texinfo build fails due to missing "@item", after du/inode change
has caused the debbugs.gnu.org bug report #14977,
regarding texinfo build fails due to missing "@item", after du/inode change
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
14977: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14977
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Assaf Gordon <assafgordon <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: texinfo build fails due to missing "@item", after du/inode change
Date: Sun, 28 Jul 2013 15:07:31 -0600
Hello,

Trying to compile the latest revision (v8.21-102-g9e52eba), I get the following error:
===
$ make
<< snip >>
test -f doc/.dirstamp || make  doc/.dirstamp
make[3]: Entering directory `/home/gordon/temp/coreutils'
make[3]: Leaving directory `/home/gordon/temp/coreutils'
Updating ./doc/version.texi
  GEN      doc/constants.texi
  MAKEINFO doc/coreutils.info
./doc/coreutils.texi:11427: @itemx must follow @item
make[2]: *** [doc/coreutils.info] Error 1
make[2]: Leaving directory `/home/gordon/temp/coreutils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gordon/temp/coreutils'
===

I assume it's related to the recent du/inode commit (333dc83d52e014a0b532e316ea8cd93b048f1ac6),
The "--inode" option in the docs has only "@itemx":
===
$ sed -n 11425,11430p ./doc/coreutils.texi
@optHumanReadable

@itemx --inodes
@opindex --inodes
@cindex inode usage, dereferencing in @command{du}
List inode usage information instead of block usage.
===

I'm using makeinfo version 5.1 from stock debian package.

Simply renaming the "@itemx" to "@item" works around this issue.

-gordon


diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 40bff7a..fb36866 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -11424,7 +11424,7 @@ Equivalent to @option{--dereference-args} (@option{-D}).
 
 @optHumanReadable
 
-@itemx --inodes
+@item --inodes
 @opindex --inodes
 @cindex inode usage, dereferencing in @command{du}
 List inode usage information instead of block usage.





[Message part 3 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Assaf Gordon <assafgordon <at> gmail.com>
Cc: 14977-done <at> debbugs.gnu.org
Subject: Re: bug#14977: texinfo build fails due to missing "@item", after
 du/inode change
Date: Sun, 28 Jul 2013 23:54:36 +0200
Thanks, I fixed that typo.


This bug report was last modified 12 years and 20 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.