diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-26 12:25:21 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-26 12:25:21 +0000 |
commit | 59b66d792f68908b95b7d91d45d5573722d9ec82 (patch) | |
tree | 849b8c7b019ae786c8b90d36ce1e06d476927f16 /chapter01/changelog.xml | |
parent | da99f961a5959cf5a6c01660377df41b5168046c (diff) |
Fix various test failures:
- bison and man-db: use a symlink:
tools/share/locale->/usr/share/locale/locale-archive
so that the installed locales are found by programs not yet installed
in /usr
- vim: upstade to 8.2.0814 (used for testing by several persons)
- sed in automake, fixes one test
- patch for gold: allows its testsuite to run
- mount /dev/pts as --bind: foxes a test in coreutils
- bash: use su << EOF instead of su -c, to keep a controlling terminal
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ae13dceb8..3fe82a0bc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,37 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2020-05-26</para> + <itemizedlist> + <listitem> + <para>[pierre] - Bash: do not use "su -c command" to change user + to nobody: it removes the controlling terminal and makes some + tests fail. Use "su << EOF" instead.</para> + </listitem> + <listitem> + <para>[pierre] - Mount /dev/pts with "--bind", so that "tty" + knows there is a terminal. Fixes a test in coreutils.</para> + </listitem> + <listitem> + <para>[pierre] - Add a patch to fix a failure in gold test suite, + which really needs -fcommon in some tests.</para> + </listitem> + <listitem> + <para>[pierre] - Fix a failure in automake test suite.</para> + </listitem> + <listitem> + <para>[pierre] - Update to vim-8.2.0814.</para> + </listitem> + <listitem> + <para>[pierre] - Add a symlink from /tools/share/locale + to /usr/share/locale/locale-archive, to allow some programs + to find the installed locales. Fixes test failures in bison + and man-db;</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-05-21</para> <itemizedlist> <listitem> |