diff --git a/Makefile b/Makefile index 36f95b08f..c6f8f8e02 100644 --- a/Makefile +++ b/Makefile @@ -24,12 +24,13 @@ lfs: validate profile-html mkdir -p $(BASEDIR)/stylesheets; \ fi; $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets + $(Q)pushd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html; popd + $(Q)if [ ! -e $(BASEDIR)/images ]; then \ mkdir -p $(BASEDIR)/images; \ fi; $(Q)cp images/*.png $(BASEDIR)/images - $(Q)cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html -# $(Q)cd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html +# $(Q)pushd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html; popd @echo "Running Tidy and obfuscate.sh..." $(Q)for filename in `find $(BASEDIR) -name "*.html"`; do \ diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dc2ab5006..3e1681c18 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,20 @@ --> + + 2015-08-11 + + + [bdubbs] - Update to tzdata-2015f. Fixes + #3830. + + + [bdubbs] - Add a workaround to ncurses in + Chapter 5 for hosts that have mawk installed. + + + + 2015-08-11 diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index a18a9c819..d137ca880 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -43,6 +43,10 @@ Installation of Ncurses + First, ensure that gawk is found first during configuration: + +sed s/mawk// configure + Prepare Ncurses for compilation: ./configure --prefix=/tools \ diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 12166a8ea..ddad6087b 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -55,7 +55,7 @@ This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped that use Automake. For full test coverage, Autoconf can be re-tested - after Automake has been installed. In addition, one test fails due to + after Automake has been installed. In addition, two tests fail due to changes in libtool-2.4.3 and later. Install the package: diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2bbbf22b4..dc3fca7c4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -103,8 +103,9 @@ cd ../glibc-build - posix/tst-getaddrinfo4 will always fail - due to not having a network connection when the tests are run. + posix/tst-getaddrinfo4 will always fail due + to not having the necessary networking applications when the tests are + run. @@ -119,6 +120,12 @@ cd ../glibc-build systems where the CPU is not a relatively new genuine Intel or authentic AMD processor. + + + The elf/tst-protected1a and + elf/tst-protected1a tests are known to + fail with the current stable version of binutils. + - + diff --git a/packages.ent b/packages.ent index 0cfec3d04..62641d521 100644 --- a/packages.ent +++ b/packages.ent @@ -577,10 +577,10 @@ - - + + - +