diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-01-25 05:18:52 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-01-25 05:18:52 +0000 |
commit | b75237d5e36b8c40d191dc1832789401968b274e (patch) | |
tree | 0aef2618f9680d0e45700b8dc184fd5eef645261 | |
parent | ee46f608efb806aacaba0da665a10a34f09ec64f (diff) |
Merge from trunk r10988.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 15 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/bash.xml | 7 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 13 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 4 |
6 files changed, 28 insertions, 21 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3cbca0dba..17b331596 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,19 @@ --> <listitem> + <para>2016-01-24</para> + <itemizedlist> + <listitem> + <para>[dj] - Update to coreutils-8.25 - Merged from trunk.</para> + </listitem> + <listitem> + <para>[dj] - Simplify bash installation procedures - Merged from + trunk.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2016-01-17</para> <itemizedlist> <listitem> @@ -67,7 +80,7 @@ </listitem> <listitem> - <para>2016-01-01</para> + <para>2016-01-17</para> <itemizedlist> <listitem> <para>[dj] - Fix broken build order - move xz, kmod, gettext, and diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 384c94813..2bcb9c9fa 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -52,9 +52,9 @@ <!--<listitem> <para>Check &check-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Coreutils &coreutils-version;</para> - </listitem>--> + </listitem> <listitem> <para>D-Bus-&dbus-version;</para> </listitem> diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 73c67129a..77fc08c04 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -48,7 +48,6 @@ <para>Prepare Bash for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ - --bindir=/bin \ --docdir=/usr/share/doc/bash-&bash-version; \ --without-bash-malloc \ --with-installed-readline</userinput></screen> @@ -84,9 +83,11 @@ <screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make tests"</userinput></screen> - <para>Install the package:</para> + <para>Install the package and move the main executable to + <filename class='directory'>/bin</filename>:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make install +mv -vf /usr/bin/bash /bin</userinput></screen> <para>Run the newly compiled <command>bash</command> program (replacing the one that is currently being executed):</para> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 3715ea8dd..8003cd053 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -48,16 +48,9 @@ <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes - this non-compliance and other internationalization-related bugs. - <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is - later than all other files to prevent a <command>make</command> - error:</para>--> - Afterwards disable a test that fails with the current version of perl.</para> + this non-compliance and other internationalization-related bugs.</para> -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; -sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen> - -<!--touch Makefile.in</userinput></screen>--> +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;</userinput></screen> <note> <para>In the past, many bugs were found in this patch. When reporting new @@ -95,7 +88,7 @@ sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen> <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">FORCE_UNSAFE_CONFIGURE=1 make</userinput></screen> <para>Skip down to <quote>Install the package</quote> if not running the test suite.</para> diff --git a/packages.ent b/packages.ent index 68cd41c6b..87d863e7e 100644 --- a/packages.ent +++ b/packages.ent @@ -95,10 +95,10 @@ <!ENTITY check-ch5-du "10 MB"> <!ENTITY check-ch5-sbu "0.1 SBU"> -<!ENTITY coreutils-version "8.24"> -<!ENTITY coreutils-size "5,518 KB"> +<!ENTITY coreutils-version "8.25"> +<!ENTITY coreutils-size "5,591 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> -<!ENTITY coreutils-md5 "40efdbce865d2458d8da0a9dcee7c16c"> +<!ENTITY coreutils-md5 "070e43ba7f618d747414ef56ab248a48"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "133 MB"> <!ENTITY coreutils-ch5-sbu "0.7 SBU"> diff --git a/patches.ent b/patches.ent index 9872ef28d..e74cd7580 100644 --- a/patches.ent +++ b/patches.ent @@ -15,8 +15,8 @@ <!ENTITY bzip2-docs-patch-size "1.6 KB"> <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "c6a5ccda1ca61de7c93b09d27a9a26d5"> -<!ENTITY coreutils-i18n-patch-size "141 KB"> +<!ENTITY coreutils-i18n-patch-md5 "7f871078956b20d4745fc197eb6ad3c5"> +<!ENTITY coreutils-i18n-patch-size "172 KB"> <!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch"> <!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2"> |