mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update to util-linux-2.30.
Update to perl-5.26.0. Update to file-5.31. Update to diffutils-3.6. Update to linux-4.11.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9e326ab2d7
commit
a7cde9b095
@ -42,6 +42,32 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2017-06-02</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to util-linux-2.30. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4092">#4092</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to perl-5.26.0. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4091">#4091</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to file-5.31. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4090">#4090</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to diffutils-3.6. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4089">#4089</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to linux-4.11.3. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4088">#4088</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2017-05-25</para>
|
<para>2017-05-25</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -65,9 +65,9 @@
|
|||||||
<listitem revision="systemd">
|
<listitem revision="systemd">
|
||||||
<para>D-Bus-&dbus-version;</para>
|
<para>D-Bus-&dbus-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Diffutils &diffutils-version;</para>
|
<para>Diffutils &diffutils-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<listitem revision="sysv">
|
<listitem revision="sysv">
|
||||||
<para>Eudev &eudev-version;</para>
|
<para>Eudev &eudev-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -80,9 +80,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Expect &expect-version;</para>
|
<para>Expect &expect-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>File &file-version;</para>
|
<para>File &file-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Findutils &findutils-version;</para>
|
<para>Findutils &findutils-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
@ -182,9 +182,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Patch &patch-version;</para>
|
<para>Patch &patch-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Perl &perl-version;</para>
|
<para>Perl &perl-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Pkg-config &pkgconfig-version;</para>
|
<para>Pkg-config &pkgconfig-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -43,6 +43,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Perl</title>
|
<title>Installation of Perl</title>
|
||||||
|
|
||||||
|
<para>First, fix a build issue that arises only in the LFS environment:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -e '9751 a#ifndef PERL_IN_XSUB_RE' \
|
||||||
|
-e '9808 a#endif' \
|
||||||
|
-i regexec.c</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Perl for compilation:</para>
|
<para>Prepare Perl for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools -Dlibs=-lm</userinput></screen>
|
<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools -Dlibs=-lm</userinput></screen>
|
||||||
|
@ -105,6 +105,10 @@
|
|||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
|
<note><para>One test, libls.sh, may fail in the initial chroot
|
||||||
|
environment but will pass if the test is rerun after the LFS system
|
||||||
|
is complete.</para></note>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
@ -112,8 +112,9 @@
|
|||||||
<screen><userinput remap="test">chown -Rv nobody .
|
<screen><userinput remap="test">chown -Rv nobody .
|
||||||
su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
||||||
|
|
||||||
<note><para>One test above, tests/ts/ipcs/limits2, will fail when the host
|
<note><para>One test, fincore/count, may fail in the initial chroot
|
||||||
is using a recent kernel. The failure can safely be ignored.</para></note>
|
environment but will pass if the test is rerun after the LFS system
|
||||||
|
is complete.</para></note>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20170525">
|
<!ENTITY version "SVN-20170602">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20170525-systemd">
|
<!ENTITY versiond "20170602-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "May 25, 2017">
|
<!ENTITY releasedate "June 2, 2017">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.1">
|
<!ENTITY milestone "8.1">
|
||||||
|
32
packages.ent
32
packages.ent
@ -124,10 +124,10 @@
|
|||||||
<!ENTITY dejagnu-ch5-du "3.2 MB">
|
<!ENTITY dejagnu-ch5-du "3.2 MB">
|
||||||
<!ENTITY dejagnu-ch5-sbu "less than 0.1 SBU">
|
<!ENTITY dejagnu-ch5-sbu "less than 0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY diffutils-version "3.5">
|
<!ENTITY diffutils-version "3.6">
|
||||||
<!ENTITY diffutils-size "1,330 KB">
|
<!ENTITY diffutils-size "1,366 KB">
|
||||||
<!ENTITY diffutils-url "&gnu;diffutils/diffutils-&diffutils-version;.tar.xz">
|
<!ENTITY diffutils-url "&gnu;diffutils/diffutils-&diffutils-version;.tar.xz">
|
||||||
<!ENTITY diffutils-md5 "569354697ff1cfc9a9de3781361015fa">
|
<!ENTITY diffutils-md5 "07cf286672ced26fba54cd0313bdc071">
|
||||||
<!ENTITY diffutils-home "&gnu-software;diffutils/">
|
<!ENTITY diffutils-home "&gnu-software;diffutils/">
|
||||||
<!ENTITY diffutils-ch5-du "22 MB">
|
<!ENTITY diffutils-ch5-du "22 MB">
|
||||||
<!ENTITY diffutils-ch5-sbu "0.2 SBU">
|
<!ENTITY diffutils-ch5-sbu "0.2 SBU">
|
||||||
@ -169,10 +169,10 @@
|
|||||||
<!ENTITY expect-ch5-du "4.3 MB">
|
<!ENTITY expect-ch5-du "4.3 MB">
|
||||||
<!ENTITY expect-ch5-sbu "0.1 SBU">
|
<!ENTITY expect-ch5-sbu "0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY file-version "5.30">
|
<!ENTITY file-version "5.31">
|
||||||
<!ENTITY file-size "771 KB">
|
<!ENTITY file-size "774 KB">
|
||||||
<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
|
<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
|
||||||
<!ENTITY file-md5 "f35eaf05489ae566eafc4d26bb1dcd90">
|
<!ENTITY file-md5 "319627d20c9658eae85b056115b8c90a">
|
||||||
<!ENTITY file-home "http://www.darwinsys.com/file/">
|
<!ENTITY file-home "http://www.darwinsys.com/file/">
|
||||||
<!ENTITY file-ch5-du "16 MB">
|
<!ENTITY file-ch5-du "16 MB">
|
||||||
<!ENTITY file-ch5-sbu "0.1 SBU">
|
<!ENTITY file-ch5-sbu "0.1 SBU">
|
||||||
@ -400,12 +400,12 @@
|
|||||||
|
|
||||||
<!ENTITY linux-major-version "4">
|
<!ENTITY linux-major-version "4">
|
||||||
<!ENTITY linux-minor-version "11">
|
<!ENTITY linux-minor-version "11">
|
||||||
<!ENTITY linux-patch-version "1">
|
<!ENTITY linux-patch-version "3">
|
||||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||||
<!ENTITY linux-size "93,285 KB">
|
<!ENTITY linux-size "93,305 KB">
|
||||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||||
<!ENTITY linux-md5 "9a75a70346aff3be6147e2478a581c18">
|
<!ENTITY linux-md5 "d8f9218277a3f0d2e1703676002be428">
|
||||||
<!ENTITY linux-home "http://www.kernel.org/">
|
<!ENTITY linux-home "http://www.kernel.org/">
|
||||||
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
||||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||||
@ -490,10 +490,10 @@
|
|||||||
<!ENTITY patch-ch6-du "11 MB">
|
<!ENTITY patch-ch6-du "11 MB">
|
||||||
<!ENTITY patch-ch6-sbu "0.2 SBU">
|
<!ENTITY patch-ch6-sbu "0.2 SBU">
|
||||||
|
|
||||||
<!ENTITY perl-version "5.24.1">
|
<!ENTITY perl-version "5.26.0">
|
||||||
<!ENTITY perl-size "13,759 KB">
|
<!ENTITY perl-size "11,682 KB">
|
||||||
<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
|
<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.xz">
|
||||||
<!ENTITY perl-md5 "178ee0e8fa544dbc76d99cf041e2c9f0">
|
<!ENTITY perl-md5 "8c6995718e4cb62188f0d5e3488cd91f">
|
||||||
<!ENTITY perl-home "http://www.perl.org/">
|
<!ENTITY perl-home "http://www.perl.org/">
|
||||||
<!ENTITY perl-ch5-du "249 MB">
|
<!ENTITY perl-ch5-du "249 MB">
|
||||||
<!ENTITY perl-ch5-sbu "1.3 SBU">
|
<!ENTITY perl-ch5-sbu "1.3 SBU">
|
||||||
@ -615,10 +615,10 @@
|
|||||||
<!ENTITY udev-lfs-md5 "c2d6b127f89261513b23b6d458484099">
|
<!ENTITY udev-lfs-md5 "c2d6b127f89261513b23b6d458484099">
|
||||||
<!ENTITY udev-lfs-home " ">
|
<!ENTITY udev-lfs-home " ">
|
||||||
|
|
||||||
<!ENTITY util-linux-version "2.29.2">
|
<!ENTITY util-linux-version "2.30">
|
||||||
<!ENTITY util-linux-size "4,178 KB">
|
<!ENTITY util-linux-size "4,374 KB">
|
||||||
<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.29/util-linux-&util-linux-version;.tar.xz">
|
<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.29/util-linux-&util-linux-version;.tar.xz">
|
||||||
<!ENTITY util-linux-md5 "63c40c2068fcbb7e1d5c1d281115d973">
|
<!ENTITY util-linux-md5 "eaa3429150268027908a1b8ae6ee9a62">
|
||||||
<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
|
<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
|
||||||
<!ENTITY util-linux-ch5-du "118 MB">
|
<!ENTITY util-linux-ch5-du "118 MB">
|
||||||
<!ENTITY util-linux-ch5-sbu "0.9 SBU">
|
<!ENTITY util-linux-ch5-sbu "0.9 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user