aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2020-05-09 06:23:56 +0000
committerThomas Trepl <thomas@linuxfromscratch.org>2020-05-09 06:23:56 +0000
commit491c7892ed8c01097d45d606405844ac9c227f89 (patch)
tree390bd2d7512e5899b3700e1dfed2f08b1cbaece3
parent0af87a35f158bc34e7f7990f949fdfdec0ecc3ad (diff)
MultiLib: Merge changes from trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendices/dependencies.xml4
-rw-r--r--chapter01/changelog.xml36
-rw-r--r--chapter06/bison.xml2
-rw-r--r--chapter06/e2fsprogs.xml2
-rw-r--r--chapter06/flex.xml11
-rw-r--r--chapter06/gcc.xml2
-rw-r--r--chapter06/gdbm.xml4
-rw-r--r--chapter06/man-db.xml2
-rw-r--r--general.ent6
-rw-r--r--packages.ent48
10 files changed, 70 insertions, 47 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 45d9b31ef..9bd07885b 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -224,8 +224,8 @@
<segtitle>&dependencies;</segtitle>
<seglistitem>
- <seg>Bash, Binutils, Bison, Coreutils, GCC, Glibc,
- Grep, Make, Perl, and Readline</seg>
+ <seg>Bash, Binutils, Coreutils, GCC, Glibc,
+ Grep, and Make</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7b5406964..6a973e516 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -45,6 +45,32 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2020-05-08</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to bison-3.6. Fixes
+ <ulink url="&lfs-ticket-root;4652">#4652</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to gcc-10.1.0. Fixes
+ <ulink url="&lfs-ticket-root;4651">#4651</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to libcap-2.34. Fixes
+ <ulink url="&lfs-ticket-root;4650">#4650</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to bc-2.7.2. Fixes
+ <ulink url="&lfs-ticket-root;4648">#4648</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-5.6.11. Fixes
+ <ulink url="&lfs-ticket-root;4649">#4649</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2020-05-01</para>
<itemizedlist>
<listitem>
@@ -77,16 +103,6 @@
</listitem>
<listitem>
- <para>2020-04-23</para>
- <itemizedlist>
- <listitem>
- <para>[ken] - Update to openssl-1.1.1g (Security Fix). Fixes
- <ulink url="&lfs-ticket-root;4643">#4643</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
-
- <listitem>
<para>2020-04-20</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index e36e323eb..23b6f0a95 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -62,7 +62,7 @@
<screen><userinput remap="test">make check</userinput></screen>
- <para>13 tests fail in the "Diagnostics" section, probably because of
+ <para>Fourteen tests fail in the "Diagnostics" section, probably because of
missing locales.</para>
<!--
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 08612ab3f..529324061 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -171,7 +171,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs,e2freefrag,
+ <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2freefrag,
e2fsck, e2image, e2label, e2mmpstatus, e2scrub, e2scrub_all, e2undo,
e4crypt, e4defrag, filefrag, fsck.ext2,
fsck.ext3, fsck.ext4, logsave, lsattr, mk_cmds, mke2fs,
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index 2e12dabac..bd4bd545f 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -41,17 +41,20 @@
<sect2 role="installation">
<title>Installation of Flex</title>
+<!--
<para>First, fix a problem introduced with glibc-2.26:</para>
<screen><userinput remap="pre">sed -i "/math.h/a #include &lt;malloc.h&gt;" src/flexdef.h</userinput></screen>
<para>The build procedure assumes the <application>help2man</application>
- program is available to create a man page from the executable --help option.
+ program is available to create a man page from the executable - -help option.
This is not present, so we use an environment variable to skip this process.
- Now, prepare Flex for compilation:</para>
+ Now, prepare Flex for compilation:</para> -->
-<screen><userinput remap="configure">HELP2MAN=/tools/bin/true \
-./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
+ <para>Prepare Flex for compilation:</para>
+
+<!-- <screen><userinput remap="configure">HELP2MAN=/tools/bin/true \ -->
+<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
<para>Compile the package:</para>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index b14e8fe4a..3b14734c7 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -147,8 +147,6 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
are known to fail in LFS chroot environment because they require
/etc/hosts and iana-etc.</para>
- <para>Two tests named pr57193.c and pr90178.c are known to fail.</para>
-
<para>A few unexpected failures cannot always be avoided. The GCC developers
are usually aware of these issues, but have not resolved them yet.
Unless the test results are vastly different from those at the above URL,
diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml
index ccb4ef1ba..f953b63f9 100644
--- a/chapter06/gdbm.xml
+++ b/chapter06/gdbm.xml
@@ -44,6 +44,10 @@
<sect2 role="installation">
<title>Installation of GDBM</title>
+ <para>First, fix an issue first identified by gcc-10:</para>
+
+<screen><userinput remap="pre">sed -r -i '/^char.*parseopt_program_(doc|args)/d' src/parseopt.c</userinput></screen>
+
<para>Prepare GDBM for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 1ffdd556b..f2f46b891 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -126,6 +126,8 @@
<screen><userinput remap="test">make check</userinput></screen>
+ <para>One test, man-missing-locales, is known to fail in the LFS chroot envirnment.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
diff --git a/general.ent b/general.ent
index f2e37903e..d070562ca 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20200501">
+<!ENTITY version "SVN-20200508">
<!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 "20200501-systemd">
+<!ENTITY versiond "20200508-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "May 1st, 2020">
+<!ENTITY releasedate "May 8th, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
diff --git a/packages.ent b/packages.ent
index 60f7eeb1f..b22134789 100644
--- a/packages.ent
+++ b/packages.ent
@@ -50,10 +50,10 @@
<!ENTITY bash-ch6-du "62 MB">
<!ENTITY bash-ch6-sbu "1.9 SBU">
-<!ENTITY bc-version "2.6.1">
-<!ENTITY bc-size "162 KB">
+<!ENTITY bc-version "2.7.2">
+<!ENTITY bc-size "185 KB">
<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
-<!ENTITY bc-md5 "e9ffa2cba2a37e1b145034be78c3be45">
+<!ENTITY bc-md5 "28235ceaf2280b909591ace7a3a4f051">
<!ENTITY bc-home "https://github.com/gavinhoward/bc">
<!ENTITY bc-ch6-du "2.9 MB">
<!ENTITY bc-ch6-sbu "0.1 SBU">
@@ -70,10 +70,10 @@
<!ENTITY binutils-ch6-du "5.1 GB">
<!ENTITY binutils-ch6-sbu "6.7 SBU">
-<!ENTITY bison-version "3.5.4">
-<!ENTITY bison-size "2,315 KB">
+<!ENTITY bison-version "3.6">
+<!ENTITY bison-size "2,406 KB">
<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
-<!ENTITY bison-md5 "eca85fc68de0aa77b26963b0a30d995a">
+<!ENTITY bison-md5 "132d05287e2c9f98d848e2366f17a949">
<!ENTITY bison-home "&gnu-software;bison/">
<!ENTITY bison-ch5-du "43 MB">
<!ENTITY bison-ch5-sbu "0.3 SBU">
@@ -224,23 +224,23 @@
<!ENTITY gawk-ch6-du "47 MB">
<!ENTITY gawk-ch6-sbu "0.4 SBU">
-<!ENTITY gcc-version "9.3.0">
-<!ENTITY gcc-size "68,881 KB">
+<!ENTITY gcc-version "10.1.0">
+<!ENTITY gcc-size "72,844 KB">
<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
-<!ENTITY gcc-md5 "d00a144b771ddeb021b61aa205b7e345">
+<!ENTITY gcc-md5 "7d48e00245330c48b670ec9a2c518291">
<!ENTITY gcc-home "https://gcc.gnu.org/">
-<!ENTITY gcc-ch5p1-du "3.1 GB">
-<!ENTITY gcc-ch5p1-sbu "10 SBU">
-<!ENTITY gcc-ch5p2-du "3.7 GB">
-<!ENTITY gcc-ch5p2-sbu "13 SBU">
-<!ENTITY gcc-ch6-du "4.2 GB ">
-<!ENTITY gcc-ch6-sbu "88 SBU (with tests)">
+<!ENTITY gcc-ch5p1-du "3.9 GB">
+<!ENTITY gcc-ch5p1-sbu "12 SBU">
+<!ENTITY gcc-ch5p2-du "4.3 GB">
+<!ENTITY gcc-ch5p2-sbu "14 SBU">
+<!ENTITY gcc-ch6-du "4.9 GB ">
+<!ENTITY gcc-ch6-sbu "103 SBU (with tests)">
<!ENTITY libquadmath-version "0.0.0">
<!ENTITY libstdcpp-version "6.0.28">
<!ENTITY libitm-version "1.0.0">
<!ENTITY libatomic-version "1.2.0">
-<!ENTITY libmpx-version "2.0.1">
-<!ENTITY libmpxwrap-version "2.0.1">
+<!--<!ENTITY libmpx-version "2.0.1">-->
+<!--<!ENTITY libmpxwrap-version "2.0.1">-->
<!--<!ENTITY libcilkrts-version "5.0.0">-->
<!ENTITY libstdcpp-ch5-du "878 MB">
@@ -399,10 +399,10 @@
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
-<!ENTITY libcap-version "2.33">
+<!ENTITY libcap-version "2.34">
<!ENTITY libcap-size "109 KB">
<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
-<!ENTITY libcap-md5 "dcc6220b4a9bf260050b20c07edcddf4">
+<!ENTITY libcap-md5 "66028a8080a0891c54b202bb5e749035">
<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">
<!ENTITY libcap-ch6-du "8.5 MB">
<!ENTITY libcap-ch6-sbu "less than 0.1 SBU">
@@ -433,12 +433,12 @@
<!ENTITY linux-major-version "5">
<!ENTITY linux-minor-version "6">
-<!ENTITY linux-patch-version "8">
+<!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 "109,179 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "868fd09779cadda29cb27c93fd40466e">
+<!ENTITY linux-md5 "2af56bf5539b0e21fd6b27e0941a92aa">
<!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,
@@ -718,13 +718,13 @@
<!ENTITY util-linux-ch6-du "289 MB">
<!ENTITY util-linux-ch6-sbu "1.1 SBU">
-<!ENTITY vim-version "8.2.0486">
+<!ENTITY vim-version "8.2.0716">
<!ENTITY vim-majmin "82">
<!ENTITY vim-docdir "vim/vim82">
-<!ENTITY vim-size "14,532 KB">
+<!ENTITY vim-size "14,595 KB">
<!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">
-<!ENTITY vim-md5 "b1b26d5b7ec294186702fb982b6d226c">
+<!ENTITY vim-md5 "004b4596f185889fbca5b8d513f294ce">
<!ENTITY vim-home "https://www.vim.org">
<!ENTITY vim-ch6-du "202 MB">
<!ENTITY vim-ch6-sbu "1.7 SBU">