Changeset 924eff6
- Timestamp:
- Aug 3, 2006, 6:18:28 AM (18 years ago)
- Children:
- 8d8b6cd
- Parents:
- b6e6c09
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/common/changelog.xml
rb6e6c09 r924eff6 38 38 39 39 <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> 40 50 <para>July 27, 2006</para> 41 51 <itemizedlist> -
temp-system/common/bash.xml
rb6e6c09 r924eff6 26 26 27 27 <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> 28 37 29 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/bash.xml
rb6e6c09 r924eff6 30 30 href="../common/bash.xml" 31 31 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'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.