wiki:errata/CLFS-2.1.0

Version 2 (modified by William Harrington, 10 years ago) (diff)

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

Errata for CLFS 2.1.0

3.1 Introduction

SHA1SUMS

  • md5sum should be sha1sum
    • sha1sum -c SHA1SUMS

Cross-tools EGLIBC

Hosts with Make 4.x

  • Apply a sed before creating eglibc-build directory
    • sed -r -i 's/(3..89..)/\1 | 4.*/' configure

Boot and Chroot method Util-Linux

Hosts with Pkg-config installed

  • Add PKG_CONFIG= before ./configure
    • PKG_CONFIG= ./configure ...

Testsuite Tools and Check

Hosts with Pkg-config and libsubunit installed

  • Add PKG_CONFIG= before ./configure
    • PKG_CONFIG= ./configure ...

Installation of Check

Move Check to Temp-System regardless if installing testsuite tools

  • 32-bit and Pure64
    • PKG_CONFIG= ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}
  • 64-bit Multilib
    • CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} --libdir=/tools/lib64