Changeset cbbd1e4 for BOOK/temp-system/common
- Timestamp:
- Feb 18, 2014, 6:10:37 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3b7a1ef
- Parents:
- bf75f20
- Location:
- BOOK/temp-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
rbf75f20 rcbbd1e4 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> eglibc</literal>. The following prevents37 of the C++ test scripts in <literal>glibc</literal>. The following prevents 38 38 future problems by skipping the check for named pipes, as well as other 39 39 tests that can not run while cross-compiling or that do not run properly:</para> -
BOOK/temp-system/common/choose.xml
rbf75f20 rcbbd1e4 36 36 <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater 37 37 (having been compiled with GCC-4.1.2 or greater). The reason for the 38 kernel version requirement is that eglibc is built to generate the library38 kernel version requirement is that glibc is built to generate the library 39 39 for the smallest version of the Linux kernel expected to be supported.</para> 40 40 -
BOOK/temp-system/common/grep.xml
rbf75f20 rcbbd1e4 40 40 assumes there is no usable <filename>regex.h</filename> installed and 41 41 instead uses the one included with Grep. This switch forces the use of 42 the regex functions from EGLIBC.</para>42 the regex functions from GLIBC.</para> 43 43 </listitem> 44 44 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.