diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-02 19:04:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-02 19:04:22 +0000 |
commit | efca30a736007825e0089a0dbfe8db3f1d98dc20 (patch) | |
tree | 0fd39c52dc4fb6ef09716083047f87b0a129481f | |
parent | 1f5b6137b780db07b43a4a21ccfe6290010a8b85 (diff) |
Update to glibc-2.28.
Update to gdbm-1.17.
Update to linux-4.17.11.
Update to man-db-2.8.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 22 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter05/findutils.xml | 6 | ||||
-rw-r--r-- | chapter05/gzip.xml | 5 | ||||
-rw-r--r-- | chapter05/m4.xml | 5 | ||||
-rw-r--r-- | chapter06/findutils.xml | 6 | ||||
-rw-r--r-- | chapter06/glibc.xml | 5 | ||||
-rw-r--r-- | chapter06/gzip.xml | 5 | ||||
-rw-r--r-- | chapter06/m4.xml | 5 | ||||
-rw-r--r-- | chapter06/vim.xml | 2 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 24 |
12 files changed, 78 insertions, 17 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 41e194b6c..da6bd2b21 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,28 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2018-08-02</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to glibc-2.28. Fixes + <ulink url="&lfs-ticket-root;4326">#4326</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to gdbm-1.17. Fixes + <ulink url="&lfs-ticket-root;4325">#4325</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-4.17.11. Fixes + <ulink url="&lfs-ticket-root;4322">#4322</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to man-db-2.8.4. Fixes + <ulink url="&lfs-ticket-root;4321">#4321</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2018-07-26</para> <itemizedlist> <listitem> 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 @@ <!--<listitem> <para>Gettext-&gettext-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Glibc-&glibc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>GMP-&gmp-version;</para> </listitem>--> 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 @@ <sect2 role="installation"> <title>Installation of Findutils</title> + <para>First, make some fixes required by glibc-2.28:</para> + +<screen><userinput remap="pre">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</userinput></screen> + <para>Prepare Findutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> 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 @@ <sect2 role="installation"> <title>Installation of Gzip</title> + <para>First, make some fixes required by glibc-2.28:</para> + +<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> + <para>Prepare Gzip for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> 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 @@ <sect2 role="installation"> <title>Installation of M4</title> + <para>First, make some fixes required by glibc-2.28:</para> + +<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> + <para>Prepare M4 for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> 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 @@ <screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen> + <para>Next, make some fixes required by glibc-2.28:</para> + +<screen><userinput remap="pre">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</userinput></screen> + <para>Prepare Findutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput></screen> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8c277a5dd..713fcd01d 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -165,6 +165,11 @@ unset GCC_INCDIR</userinput></screen> </listitem> <listitem> + <para><emphasis>inet/tst-idna_name_classify</emphasis> + is known to fail in the LFS chroot environment.</para> + </listitem> + + <listitem> <para><emphasis>posix/tst-getaddrinfo4</emphasis> and <emphasis>posix/tst-getaddrinfo5</emphasis> may fail on some architectures.</para> 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 @@ <sect2 role="installation"> <title>Installation of Gzip</title> + <para>First, make some fixes required by glibc-2.28:</para> + +<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> + <para>Prepare Gzip for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> 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 @@ <sect2 role="installation"> <title>Installation of M4</title> + <para>First, make some fixes required by glibc-2.28:</para> + +<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> + <para>Prepare M4 for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> 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.</para> + <para>One test, Test_terminal_composing_unicode, is known to fail.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/general.ent b/general.ent index a5368d95b..39ada3683 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20180726"> +<!ENTITY version "SVN-20180802"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20180726-systemd"> +<!ENTITY versiond "20180801-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "July 26, 2018"> +<!ENTITY releasedate "August 2, 2018"> <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.3"> diff --git a/packages.ent b/packages.ent index cdc9a8939..df582cecd 100644 --- a/packages.ent +++ b/packages.ent @@ -237,10 +237,10 @@ <!ENTITY libstdcpp-ch5-du "752 MB"> <!ENTITY libstdcpp-ch5-sbu "0.4 SBU"> -<!ENTITY gdbm-version "1.16"> -<!ENTITY gdbm-size "915 KB"> +<!ENTITY gdbm-version "1.17"> +<!ENTITY gdbm-size "917 KB"> <!ENTITY gdbm-url "&gnu;gdbm/gdbm-&gdbm-version;.tar.gz"> -<!ENTITY gdbm-md5 "05ee82b8f9188a8228c2384f4b9f2eac"> +<!ENTITY gdbm-md5 "f20ce117abc6f302ecf62c34d41c1ecf"> <!ENTITY gdbm-home "&gnu-software;gdbm/"> <!ENTITY gdbm-ch6-du "10 MB"> <!ENTITY gdbm-ch6-sbu "0.1 SBU"> @@ -255,10 +255,10 @@ <!ENTITY gettext-ch6-du "201 MB"> <!ENTITY gettext-ch6-sbu "2.4 SBU"> -<!ENTITY glibc-version "2.27"> -<!ENTITY glibc-size "15,035 KB"> +<!ENTITY glibc-version "2.28"> +<!ENTITY glibc-size "16,098 KB"> <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz"> -<!ENTITY glibc-md5 "898cd5656519ffbc3a03fe811dd89e82"> +<!ENTITY glibc-md5 "c81d2388896379997bc359d4f2084239"> <!ENTITY glibc-home "&gnu-software;libc/"> <!ENTITY glibc-ch5-du "823 MB"> <!ENTITY glibc-ch5-sbu "4.3 SBU"> @@ -416,12 +416,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "17"> -<!ENTITY linux-patch-version "10"> +<!ENTITY linux-patch-version "11"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "99,788 KB"> +<!ENTITY linux-size "99,792 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "98041c1c52b7a0761974943a604208b0"> +<!ENTITY linux-md5 "4bc2fc2eb9dc8188525f575263ada3f3"> <!ENTITY linux-home "https://www.kernel.org/"> <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, @@ -454,10 +454,10 @@ <!ENTITY make-ch6-du "12 MB"> <!ENTITY make-ch6-sbu "0.6 SBU"> -<!ENTITY man-db-version "2.8.3"> -<!ENTITY man-db-size "1,587 KB"> +<!ENTITY man-db-version "2.8.4"> +<!ENTITY man-db-size "1,738 KB"> <!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz"> -<!ENTITY man-db-md5 "6f3055e18fdd1ce5cbbdb30403991ec7"> +<!ENTITY man-db-md5 "ab41db551f500e4a595b11203b86c67a"> <!ENTITY man-db-home "https://www.nongnu.org/man-db/"> <!ENTITY man-db-ch6-du "31 MB"> <!ENTITY man-db-ch6-sbu "0.4 SBU"> |