Errata for the 12.1-systemd Version of the LFS Book
Known Security Vulnerabilities
Miscellaneous Errata
- In Coreutils test suite, two test named test-getlogin
and test/tty/tty.sh are known to fail but they are not noted
in the book. They can be suppressed by redirecting the standard
input when running the test suite.
- In the Glibc upgradation process described in
8.5 Glibc-2.39, if you are upgrading on LFS < 12.0
(where GCC is not configured with the
--disable-fixincludes option),
you need to remove the so-called "fixed" headers after
upgrading Glibc and rebooting, by issuing
rm -rfv $(dirname
$(gcc -print-libgcc-file-name))/include-fixed/*
as the root user. Otherwise many packages may fail
to build.