Update to linux-3.19.1

Update to patch-2.7.5
Change tcl to minimal tcl-core package


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2015-03-08 14:07:20 +00:00
parent fd162f667c
commit ac57a48fb5
5 changed files with 54 additions and 24 deletions

View File

@ -36,6 +36,24 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2015-03-08</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to linux-3.19.1. Fixes
<ulink url="&lfs-ticket-root;3763">#3763</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to patch-2.7.5. Fixes
<ulink url="&lfs-ticket-root;3762">#3762</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Change tcl to minimal tcl-core package. Fixes
<ulink url="&lfs-ticket-root;3752">#3752</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2015-03-07</para> <para>2015-03-07</para>
<itemizedlist> <itemizedlist>

View File

@ -148,9 +148,9 @@
<!--<listitem> <!--<listitem>
<para>Libtool &libtool-version;</para> <para>Libtool &libtool-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <listitem>
<para>Linux &linux-version;</para> <para>Linux &linux-version;</para>
</listitem>--> </listitem>
<!--<listitem> <!--<listitem>
<para>M4 &m4-version;</para> <para>M4 &m4-version;</para>
</listitem>--> </listitem>-->
@ -172,9 +172,9 @@
<!--<listitem> <!--<listitem>
<para>Ncurses &ncurses-version;</para> <para>Ncurses &ncurses-version;</para>
</listitem>--> </listitem>-->
<!--<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>-->
@ -206,7 +206,7 @@
<para>Tar &tar-version;</para> <para>Tar &tar-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <!--<listitem>
<para>TCL &tcl-version;</para> <para>Tcl-core-&tcl-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <!--<listitem>
<para>Texinfo &texinfo-version;</para> <para>Texinfo &texinfo-version;</para>
@ -244,6 +244,10 @@
<title>Added:</title> <title>Added:</title>
<listitem><para></para></listitem> <!-- satisfy build --> <listitem><para></para></listitem> <!-- satisfy build -->
<listitem>
<para>Tcl-core-&tcl-version;</para>
</listitem>
<!--<listitem> <!--<listitem>
<para>&bash-fixes-patch;</para> <para>&bash-fixes-patch;</para>
</listitem>--> </listitem>-->
@ -262,6 +266,10 @@
<title>Removed:</title> <title>Removed:</title>
<listitem><para></para></listitem> <!-- satisfy build --> <listitem><para></para></listitem> <!-- satisfy build -->
<listitem>
<para>Tcl-&tcl-version;</para>
</listitem>
<!--<listitem> <!--<listitem>
<para>binutils-2.24-load_gcc_lto_plugin_by_default-1.patch</para> <para>binutils-2.24-load_gcc_lto_plugin_by_default-1.patch</para>
</listitem>--> </listitem>-->

View File

@ -9,15 +9,15 @@
<?dbhtml filename="tcl.html"?> <?dbhtml filename="tcl.html"?>
<sect1info condition="script"> <sect1info condition="script">
<productname>tcl</productname> <productname>tcl-core</productname>
<productnumber>&tcl-version;</productnumber> <productnumber>&tcl-version;</productnumber>
<address>&tcl-url;</address> <address>&tcl-url;</address>
</sect1info> </sect1info>
<title>Tcl-&tcl-version;</title> <title>Tcl-core-&tcl-version;</title>
<indexterm zone="ch-tools-tcl"> <indexterm zone="ch-tools-tcl">
<primary sortas="a-Tcl">Tcl</primary> <primary sortas="a-Tcl">Tcl-core</primary>
</indexterm> </indexterm>
<sect2 role="package"> <sect2 role="package">
@ -38,7 +38,7 @@
</sect2> </sect2>
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Tcl</title> <title>Installation of Tcl-core</title>
<para>This package and the next three (Expect, DejaGNU, and Check) are <para>This package and the next three (Expect, DejaGNU, and Check) are
installed to support running the test suites for GCC and Binutils and other installed to support running the test suites for GCC and Binutils and other
@ -48,6 +48,10 @@
run in this chapter (they are not mandatory), these packages are required run in this chapter (they are not mandatory), these packages are required
to run the test suites in <xref linkend="chapter-building-system"/>.</para> to run the test suites in <xref linkend="chapter-building-system"/>.</para>
<para>Note that the Tcl package used here is a minimal version needed
to run the LFS tests. For the full package, see the
<ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>
<para>Prepare Tcl for compilation:</para> <para>Prepare Tcl for compilation:</para>
<screen><userinput remap="configure">cd unix <screen><userinput remap="configure">cd unix
@ -93,7 +97,7 @@
</sect2> </sect2>
<sect2 id="contents-tcl" role="content"> <sect2 id="contents-tcl" role="content">
<title>Contents of Tcl</title> <title>Contents of Tcl-core</title>
<segmentedlist> <segmentedlist>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>

View File

@ -1,7 +1,7 @@
<!ENTITY version "SVN-20150307"> <!ENTITY version "SVN-20150308">
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
but not -rc releases --> but not -rc releases -->
<!ENTITY releasedate "March 7, 2015"> <!ENTITY releasedate "March 8, 2015">
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.8"> <!ENTITY milestone "7.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -386,12 +386,12 @@
<!ENTITY linux-major-version "3"> <!ENTITY linux-major-version "3">
<!ENTITY linux-minor-version "19"> <!ENTITY linux-minor-version "19">
<!ENTITY linux-patch-version "0"> <!ENTITY linux-patch-version "1">
<!--<!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-version "&linux-major-version;.&linux-minor-version;"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
<!ENTITY linux-size "79,775 KB"> <!ENTITY linux-size "79,778 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 "d3fc8316d4d4d04b65cbc2d70799e763"> <!ENTITY linux-md5 "90e9cdcaecf587acba4e94904f5f8606">
<!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is <!-- measured for 3.9.0 / gcc-4.8.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,
@ -466,10 +466,10 @@
<!ENTITY ncurses-ch6-du "54 MB"> <!ENTITY ncurses-ch6-du "54 MB">
<!ENTITY ncurses-ch6-sbu "0.5 SBU"> <!ENTITY ncurses-ch6-sbu "0.5 SBU">
<!ENTITY patch-version "2.7.4"> <!ENTITY patch-version "2.7.5">
<!ENTITY patch-size "698 KB"> <!ENTITY patch-size "711 KB">
<!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.xz"> <!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.xz">
<!ENTITY patch-md5 "abc59498fcdddd44e0d07764aa105fd2"> <!ENTITY patch-md5 "e3da7940431633fb65a01b91d3b7a27a">
<!ENTITY patch-home "http://savannah.gnu.org/projects/patch/"> <!ENTITY patch-home "http://savannah.gnu.org/projects/patch/">
<!ENTITY patch-ch5-du "11.3 MB"> <!ENTITY patch-ch5-du "11.3 MB">
<!ENTITY patch-ch5-sbu "0.2 SBU"> <!ENTITY patch-ch5-sbu "0.2 SBU">
@ -564,9 +564,9 @@
<!ENTITY tcl-version "8.6.3"> <!ENTITY tcl-version "8.6.3">
<!ENTITY tcl-major-version "8.6"> <!ENTITY tcl-major-version "8.6">
<!ENTITY tcl-size "8,693 KB"> <!ENTITY tcl-size "5,684 KB">
<!ENTITY tcl-url "http://downloads.sourceforge.net/project/tcl/Tcl/&tcl-version;/tcl&tcl-version;-src.tar.gz"> <!ENTITY tcl-url "http://sourceforge.net/projects/tcl/Tcl/&tcl-version;/tcl-core&tcl-version;-src.tar.gz">
<!ENTITY tcl-md5 "db382feca91754b7f93da16dc4cdad1f"> <!ENTITY tcl-md5 "e7368802c8f75a86ef1e1b066cfec4c0">
<!ENTITY tcl-home "http://tcl.sourceforge.net/"> <!ENTITY tcl-home "http://tcl.sourceforge.net/">
<!ENTITY tcl-ch5-du "67 MB"> <!ENTITY tcl-ch5-du "67 MB">
<!ENTITY tcl-ch5-sbu "0.8 SBU"> <!ENTITY tcl-ch5-sbu "0.8 SBU">