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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14977 in the body.
You can then email your comments to 14977 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#14977; Package coreutils. (Sun, 28 Jul 2013 21:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Assaf Gordon <assafgordon <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Sun, 28 Jul 2013 21:05:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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.







Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Sun, 28 Jul 2013 21:55:02 GMT) Full text and rfc822 format available.

Notification sent to Assaf Gordon <assafgordon <at> gmail.com>:
bug acknowledged by developer. (Sun, 28 Jul 2013 21:55:03 GMT) Full text and rfc822 format available.

Message #10 received at 14977-done <at> debbugs.gnu.org (full text, mbox):

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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Aug 2013 11:24:04 GMT) Full text and rfc822 format available.

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.