Changes between Version 1 and Version 2 of errata/CLFS-2.1.0


Ignore:
Timestamp:
Nov 20, 2013, 12:12:09 AM (10 years ago)
Author:
William Harrington
Comment:

Adjust commands for new hosts, move check to temp-system, hosts with pkg-config installed, and command error in 3.1.

Legend:

Unmodified
Added
Removed
Modified
  • errata/CLFS-2.1.0

    v1 v2  
    1 Errata for CLFS 2.1.0
     1= Errata for CLFS 2.1.0 =
     2
     3== 3.1 Introduction ==
     4
     5=== SHA1SUMS ===
     6  * md5sum should be sha1sum
     7   * sha1sum -c SHA1SUMS
     8
     9== Cross-tools EGLIBC ==
     10 
     11=== Hosts with Make 4.x
     12  * Apply a sed before creating eglibc-build directory
     13   * sed -r -i 's/(3..89..)/\1 | 4.*/' configure
     14
     15== Boot and Chroot method Util-Linux ==
     16
     17=== Hosts with Pkg-config installed ===
     18  * Add PKG_CONFIG= before ./configure
     19   * PKG_CONFIG= ./configure ...
     20
     21== Testsuite Tools and Check ==
     22
     23=== Hosts with Pkg-config and libsubunit installed ===
     24  * Add PKG_CONFIG= before ./configure
     25   * PKG_CONFIG= ./configure ...
     26
     27== Installation of Check ==
     28
     29=== Move Check to Temp-System regardless if installing testsuite tools ===
     30
     31  * 32-bit and Pure64
     32    * PKG_CONFIG= ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}
     33  * 64-bit Multilib
     34    * CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64