aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-13 02:28:18 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-13 02:28:18 +0000
commit75828c36ccd065cca1236e0b5fc824e726d211b4 (patch)
tree9da948f1f17f5a9b3f107fc823b6dd089cd6eea3
parentcd33c02f7e461357e9c7922ae23099436b17dbd9 (diff)
Add some locales and symlinks to avoid test errors.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml14
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/createfiles.xml4
-rw-r--r--chapter06/glibc.xml6
-rw-r--r--general.ent6
-rw-r--r--packages.ent10
6 files changed, 31 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4912358cf..f55324c9e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -42,6 +42,20 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem>
+ <para>2019-02-011</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to linux-4.20.7. Fixes
+ <ulink url="&lfs-ticket-root;4421">#4421</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to kmod-26. Fixes
+ <ulink url="&lfs-ticket-root;4422">#4422</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2019-02-08</para>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 42d6ec827..3773d0e89 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -137,9 +137,9 @@
<!--<listitem>
<para>Kbd-&kbd-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Kmod-&kmod-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Less-&less-version;</para>
</listitem>-->
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index dcc034062..ce5b77286 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -39,8 +39,8 @@
will be replaced by real files throughout the course of this chapter after the
software has been installed:</para>
-<screen><userinput>ln -sv /tools/bin/{bash,cat,dd,echo,ln,pwd,rm,stty} /bin
-ln -sv /tools/bin/{env,install,perl} /usr/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch} /bin
+ln -sv /tools/bin/{env,install,perli,printf} /usr/bin
ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index e7598fc14..aa85e0665 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -262,10 +262,12 @@ install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service</userinp
locales necessary for the optimal coverage of tests:</para>
<screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale
+localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
localedef -i de_DE -f UTF-8 de_DE.UTF-8
+localedef -i el_GR -f ISO-8859-7 el_GR
localedef -i en_GB -f UTF-8 en_GB.UTF-8
localedef -i en_HK -f ISO-8859-1 en_HK
localedef -i en_PH -f ISO-8859-1 en_PH
@@ -279,10 +281,12 @@ localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
localedef -i it_IT -f ISO-8859-1 it_IT
localedef -i it_IT -f UTF-8 it_IT.UTF-8
localedef -i ja_JP -f EUC-JP ja_JP
+localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true
localedef -i ru_RU -f KOI8-R ru_RU.KOI8-R
localedef -i ru_RU -f UTF-8 ru_RU.UTF-8
localedef -i tr_TR -f UTF-8 tr_TR.UTF-8
-localedef -i zh_CN -f GB18030 zh_CN.GB18030</userinput></screen>
+localedef -i zh_CN -f GB18030 zh_CN.GB18030
+localedef -i zh_HK -f BIG5-HKSCS zh_HK.BIG5-HKSCS</userinput></screen>
<para>In addition, install the locale for your own country, language and
character set.</para>
diff --git a/general.ent b/general.ent
index a763ddbaf..65d8db819 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20190208">
+<!ENTITY version "SVN-20190211">
<!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 "20190208-systemd">
+<!ENTITY versiond "20190211-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "February 8, 2019">
+<!ENTITY releasedate "February 11, 2019">
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.4">
diff --git a/packages.ent b/packages.ent
index c0bab767c..97eb8a623 100644
--- a/packages.ent
+++ b/packages.ent
@@ -365,10 +365,10 @@
<!ENTITY kbd-ch6-du "30 MB">
<!ENTITY kbd-ch6-sbu "0.1 SBU">
-<!ENTITY kmod-version "25">
+<!ENTITY kmod-version "26">
<!ENTITY kmod-size "540 KB">
<!ENTITY kmod-url "&kernel;linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz">
-<!ENTITY kmod-md5 "34f325cab568f842fdde4f8b2182f220">
+<!ENTITY kmod-md5 "1129c243199bdd7db01b55a61aa19601">
<!ENTITY kmod-home " ">
<!ENTITY kmod-ch6-du "13 MB">
<!ENTITY kmod-ch6-sbu "0.1 SBU">
@@ -423,12 +423,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "20">
-<!ENTITY linux-patch-version "6">
+<!ENTITY linux-patch-version "7">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "101,828 KB">
+<!ENTITY linux-size "101,830 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "43cb8498de6830c9ed8021d3ab52741c">
+<!ENTITY linux-md5 "076b60b95cc189008e6bdb9815f34c56">
<!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,