Changeset 2293

Show
Ignore:
Timestamp:
08/03/06 13:18:28 (2 years ago)
Author:
ken
Message:

Fix the build for temp bash.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/introduction/common/changelog.xml

    r2279 r2293  
    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> 
  • trunk/BOOK/temp-system/common/bash.xml

    r1954 r2293  
    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" 
  • trunk/BOOK/temp-system/multilib/bash.xml

    r1954 r2293  
    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"