Changeset 58598c1 for BOOK/temp-system/common/bash.xml
- Timestamp:
- Jul 2, 2009, 4:42:58 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 47baed6
- Parents:
- 536f7b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r536f7b0 r58598c1 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 33 <para os="t1">When bash is cross-compiled, it cannot test for the presence34 of named pipes, amo ung other things. If you used <command>su</command> to33 <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 35 35 become an unprivileged user, this combination will cause Bash to build 36 36 without <emphasis>process substitution</emphasis>, which will break one 37 of the c++ test scripts in <literal>glibc</literal>. The following prevents38 future problems by skipping t ests that can not run while cross-compiling39 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> 40 40 41 41 <screen os="t2"><userinput>cat > config.cache << "EOF"
Note:
See TracChangeset
for help on using the changeset viewer.