Changeset 58598c1


Ignore:
Timestamp:
Jul 2, 2009, 4:42:58 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
47baed6
Parents:
536f7b0
Message:

Text updates

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gzip.xml

    r536f7b0 r58598c1  
    2727
    2828    <para os="s1">The following command renames the internal implementation of
    29     futimens to gl_futimens as newer versions of Glibc provide an incompatible
     29    futimens to gl_futimens as newer versions of EGLIBC provide an incompatible
    3030    version:</para>
    3131
  • BOOK/temp-system/common/bash.xml

    r536f7b0 r58598c1  
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
    33     <para os="t1">When bash is cross-compiled, it cannot test for the presence
    34     of named pipes, amoung other things. If you used <command>su</command> to
     33    <para os="t1">When Bash is cross-compiled, it cannot test for the presence
     34    of named pipes, among other things. If you used <command>su</command> to
    3535    become an unprivileged user, this combination will cause Bash to build
    3636    without <emphasis>process substitution</emphasis>, which will break one
    37     of the c++ test scripts in <literal>glibc</literal>. The following prevents
    38     future problems by skipping tests that can not run while cross-compiling
    39     or that do not run properly:</para>
     37    of the C++ test scripts in <literal>eglibc</literal>. The following prevents
     38    future problems by skipping the check for named pipes, as well as other
     39    tests that can not run while cross-compiling or that do not run properly:</para>
    4040
    4141<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
  • BOOK/temp-system/common/bzip2.xml

    r536f7b0 r58598c1  
    2323    <title>Installation of Bzip2</title>
    2424
    25     <para os="ca">Bzip2's default Makefile target automatically runs
    26     the testsuite as well. Disable the tests since they won't work on a
    27     multi-architecture build:</para>
     25    <para os="ca">Bzip2's default <filename>Makefile</filename> target
     26    automatically runs the testsuite as well. Disable the tests since they
     27    won't work on a multi-architecture build:</para>
    2828
    2929<screen os="cb"><userinput>cp -v Makefile{,.orig}
  • BOOK/temp-system/common/coreutils.xml

    r536f7b0 r58598c1  
    2525    <para os="ba">Configure can not properly determine how to get free space
    2626    when cross-compiling - as a result, the <command>df</command> program will
    27     not be built. Add the following entry to <filename>config.cache</filename>
    28     to correct this:</para>
     27    not be built. Add the following entries to <filename>config.cache</filename>
     28    to correct this, and fix a cross-compile problem when using EGLIBC:</para>
    2929
    3030<screen os="bb"><userinput>cat &gt; config.cache &lt;&lt; EOF
  • BOOK/temp-system/common/vim.xml

    r536f7b0 r58598c1  
    3636
    3737    <para os="c1">The <command>configure</command> script is full of logic
    38     that aborts at the first sign of cross compiling. Set the cached values
    39     of those tests with the following command:</para>
     38    that aborts at the first sign of cross compiling. Work around this by
     39    setting the cached values of several tests with the following
     40    command:</para>
    4041
    4142<screen os="c2"><userinput>cat &gt; src/auto/config.cache &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.