diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 41e194b6c..da6bd2b21 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,28 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2018-08-02 + + + [bdubbs] - Update to glibc-2.28. Fixes + #4326. + + + [bdubbs] - Update to gdbm-1.17. Fixes + #4325. + + + [bdubbs] - Update to linux-4.17.11. Fixes + #4322. + + + [bdubbs] - Update to man-db-2.8.4. Fixes + #4321. + + + + 2018-07-26 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a76cc4562..8f1d89548 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -101,9 +101,9 @@ - + diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml index f7e5e4982..d9d1a7a74 100644 --- a/chapter05/findutils.xml +++ b/chapter05/findutils.xml @@ -43,6 +43,12 @@ Installation of Findutils + First, make some fixes required by glibc-2.28: + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c +sed -i '/unistd/a #include <sys/sysmacros.h>' gl/lib/mountlist.c +echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h + Prepare Findutils for compilation: ./configure --prefix=/tools diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml index 44b25faf7..4b2cc586f 100644 --- a/chapter05/gzip.xml +++ b/chapter05/gzip.xml @@ -43,6 +43,11 @@ Installation of Gzip + First, make some fixes required by glibc-2.28: + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h + Prepare Gzip for compilation: ./configure --prefix=/tools diff --git a/chapter05/m4.xml b/chapter05/m4.xml index 4be3a0f36..a4ed71be8 100644 --- a/chapter05/m4.xml +++ b/chapter05/m4.xml @@ -43,6 +43,11 @@ Installation of M4 + First, make some fixes required by glibc-2.28: + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h + Prepare M4 for compilation: ./configure --prefix=/tools diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 151088d8d..31fc1d2ac 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -50,6 +50,12 @@ sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in + Next, make some fixes required by glibc-2.28: + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c +sed -i '/unistd/a #include <sys/sysmacros.h>' gl/lib/mountlist.c +echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h + Prepare Findutils for compilation: ./configure --prefix=/usr --localstatedir=/var/lib/locate diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8c277a5dd..713fcd01d 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -164,6 +164,11 @@ unset GCC_INCDIR is known to fail in the LFS chroot environment. + + inet/tst-idna_name_classify + is known to fail in the LFS chroot environment. + + posix/tst-getaddrinfo4 and posix/tst-getaddrinfo5 diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 09eebbdf7..e8fb796fd 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -41,6 +41,11 @@ Installation of Gzip + First, make some fixes required by glibc-2.28: + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h + Prepare Gzip for compilation: ./configure --prefix=/usr diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 9308347e6..7fe282ee7 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -40,6 +40,11 @@ Installation of M4 + First, make some fixes required by glibc-2.28: + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h + Prepare M4 for compilation: ./configure --prefix=/usr diff --git a/chapter06/vim.xml b/chapter06/vim.xml index d3dbbdb57..084a600f2 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -76,6 +76,8 @@ successful test will result in the words "ALL DONE" in the log file at completion. + One test, Test_terminal_composing_unicode, is known to fail. + Install the package: make install diff --git a/general.ent b/general.ent index a5368d95b..39ada3683 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index cdc9a8939..df582cecd 100644 --- a/packages.ent +++ b/packages.ent @@ -237,10 +237,10 @@ - - + + - + @@ -255,10 +255,10 @@ - - + + - + @@ -416,12 +416,12 @@ - + - + - +