bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug libctf/28567] New: libctf won't build with texinfo 6.8


From: hjl.tools at gmail dot com
Subject: [Bug libctf/28567] New: libctf won't build with texinfo 6.8
Date: Tue, 09 Nov 2021 13:33:11 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28567

            Bug ID: 28567
           Summary: libctf won't build with texinfo 6.8
           Product: binutils
           Version: 2.38 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libctf
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

With texinfo 6.8, I got

if makeinfo --split-size=5000000 --split-size=5000000 --no-split  -I
/export/gnu/import/git/sources/binutils-gdb/libctf/doc \
 -o ctf-spec.info `test -f 'ctf-spec.texi' || echo
'/export/gnu/import/git/sources/binutils-gdb/libctf/doc/'`ctf-spec.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./ctf-spec.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
ctf-spec.texi:5: unknown command `validatemenus'
make[4]: *** [Makefile:411: ctf-spec.info] Error 1

since validatemenus has been removed from texinfo:

commit a16dd1a9ece08568a1980b9a65a3a9090717997f
Author: Gavin Smith <gavinsmith0123@gmail.com>
Date:   Mon Oct 12 16:32:37 2020 +0100

    * doc/texinfo.texi
    (Writing a Menu, Customization Variables for @-Commands)
    (Command List),
    * doc/refcard/txirefcard.tex
    Remove @validatemenus.
    * tp/Texinfo/XS/Makefile.am (command_ids.h): Use gawk instead
    of awk.  Avoid discouraged "$p" usage, using "$(p)" instead.
    * tp/Texinfo/XS/configure.ac: Check for gawk.

commit 128acab3889b51809dc3bd3c6c74b61d13f7f5f4
Author: Gavin Smith <gavinsmith0123@gmail.com>
Date:   Thu Jan 3 14:51:53 2019 +0000

    Update refcard.

    * doc/refcard/txirefcard.tex: @setfilename is no longer
    mandatory.  Do not mention @validatemenus or explicitly giving
    @node pointers, as these are not very important features.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]