mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 22:04:35 +01:00
Merge from trunk r10988.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ee46f608ef
commit
b75237d5e3
@ -36,6 +36,19 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<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>
|
||||
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user