Changeset 93ee748 for chapter06


Ignore:
Timestamp:
12/08/2007 11:46:45 PM (17 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
45462294
Parents:
24c820c
Message:

Updated to Texinfo-4.11. Fixes #2074.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r24c820c r93ee748  
    5656    <para>This issue needs to be resolved before running the test suites
    5757    for Binutils and GCC.</para>
     58
     59    <para>Binutils does not recognize versions of Texinfo newer than 4.9.  Fix
     60    this issue by applying the following patch:</para>
     61
     62<screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen>
    5863
    5964    <para>The Binutils documentation recommends building Binutils outside of the
  • chapter06/texinfo.xml

    r24c820c r93ee748  
    4242    <title>Installation of Texinfo</title>
    4343
    44     <para>The <command>info</command> program makes assumptions such as that
    45     a string occupies the same number of character cells on the screen and
    46     bytes in memory and that one can break the string anywhere, which fail
    47     in UTF-8 based locales. The patch below makes them valid by falling back
    48     to English messages when a multibyte locale is in use:</para>
    49 
    50 <screen><userinput remap="pre">patch -Np1 -i ../&texinfo-multibyte-patch;</userinput></screen>
    51 
    52     <para>Texinfo allows local users to overwrite arbitrary files via a symlink
    53     attack on temporary files. Apply the following patch to fix this:</para>
    54 
    55 <screen><userinput remap="pre">patch -Np1 -i ../&texinfo-tempfile_fix-patch;</userinput></screen>
    56 
    5744    <para>Prepare Texinfo for compilation:</para>
    5845
     
    6552    <para>To test the results, issue:</para>
    6653
    67 <screen><userinput remap="test">make check</userinput></screen>
     54<screen><userinput remap="test">make -k check</userinput></screen>
    6855
    6956    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.