Ticket #2074 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Texinfo-4.11

Reported by: matthew@linuxfromscratch.org Assigned to: lfs-book@linuxfromscratch.org
Priority: normal Milestone: 7.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version.

I've not tested compilation yet, but there's one known issue which is that `which' is required by the test suite: http://lists.gnu.org/archive/html/bug-texinfo/2007-09/msg00019.html

Also, the current multibyte patch fails to apply, due to changes in info/info.c. Similarly, the current tempfile patch fails to apply, due to changes in util/texindex.c.

Change History

09/15/07 16:10:18 changed by matthew@linuxfromscratch.org

Tempfile issue has been addressed in a different manner upstream. See http://cvs.savannah.gnu.org/viewvc/texinfo/util/texindex.c?root=texinfo&r1=1.17&r2=1.18 so the current tempfile patch can just be dropped.

09/15/07 16:18:06 changed by matthew@linuxfromscratch.org

Multibyte patch was applied as-is. See http://cvs.savannah.gnu.org/viewvc/texinfo/info/info.c?root=texinfo&r1=1.13&r2=1.14 and http://cvs.savannah.gnu.org/viewvc/texinfo/info/man.c?root=texinfo&r1=1.6&r2=1.7. A slight change has since been made to conditionalize LC_MESSAGES. Regardless, the current multibyte patch can be dropped too.

09/29/07 13:23:08 changed by matthew@linuxfromscratch.org

This causes problems for at least Binutils and GCC due to them not catering for 2 digit numbers in their configure checks for texinfo.

There's a patch for binutils at http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?r1=1.277&r2=1.278&cvsroot=src. It might be nice if we could get that into a sane looking sed. If not, the patch will have to do, I guess.

There are 2 patches for GCC at http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01271.html and http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01729.html. Given that upstream will probably release GCC-4.2.2 real soon now, we may as well leave the Texinfo upgrade until that's out.

12/08/07 16:57:04 changed by matthew@linuxfromscratch.org

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r8439.