Changeset ec626ab


Ignore:
Timestamp:
Aug 3, 2006, 6:18:28 AM (18 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
318ac4f
Parents:
a6853ff0
Message:

Fix the build for temp bash.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    ra6853ff0 rec626ab  
    3838
    3939    <listitem>
     40      <para>August 3, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Fixed the temporary bash to correct a failure in the
     44          Glibc testsuite, (fixes ticket #78). Thanks to Go Moko.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>July 27, 2006</para>
    4151      <itemizedlist>
  • BOOK/temp-system/common/bash.xml

    ra6853ff0 rec626ab  
    2626
    2727<screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>
     28
     29    <para os="c3">When bash is cross-compiled, it cannot test for the presence
     30    of named pipes. We used <command>su</command> to become an unprivileged
     31    user, this combination will cause a build without <emphasis>process
     32    substitution</emphasis>, which will break one of the c++ test scripts in
     33    <literal>glibc</literal>. Prevent that by forcing the following definition:
     34    </para>
     35
     36<screen os="c4"><userinput> echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
    2837
    2938    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/bash.xml

    ra6853ff0 rec626ab  
    3030    href="../common/bash.xml"
    3131    xpointer="xpointer(//*[@os='c2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/bash.xml"
     35    xpointer="xpointer(//*[@os='c3'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/bash.xml"
     39    xpointer="xpointer(//*[@os='c4'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.