Author: ken
Date: Sat Oct 12 18:36:35 2019
New Revision: 22245

Log:
Rustc-1.37.0. This is only really needed for the new librsvg, or firefox-70 if 
you are going to stick with the latest firefox series.

Modified:
   trunk/BOOK/general/prog/rust.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/rust.xml
==============================================================================
--- trunk/BOOK/general/prog/rust.xml    Sat Oct 12 10:26:41 2019        (r22244)
+++ trunk/BOOK/general/prog/rust.xml    Sat Oct 12 18:36:35 2019        (r22245)
@@ -6,15 +6,15 @@
 
   <!ENTITY rust-download-http 
"https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.gz";>
   <!ENTITY rust-download-ftp  " ">
-  <!ENTITY rust-md5sum        "f43af67a139ce21ff5f530bbd2f486aa">
-  <!ENTITY rust-size          "145 MB">
+  <!ENTITY rust-md5sum        "e67432b37150f13e186ebfb67e5192fb">
+  <!ENTITY rust-size          "147 MB">
   <!-- Gentle Reminder: buildsize is how much the user requires for the real
        install, i.e. the source with its DESTDIR *plus* the DESTDIR.  You
        can 'mkdir /tmp/RUST ; cp -a install/* /tmp/RUST' and then run 'du -sch'
        to measure it. -->
 
-  <!ENTITY rust-buildsize     "5.6 GB (423 MB installed) including 407MB of 
~/.cargo files for the user building this. Add 1.8 GB if running the tests">
-  <!ENTITY rust-time          "24 SBU (add 15 SBU for tests, both with 4 
processors)">
+  <!ENTITY rust-buildsize     "5.3GB (375 MB installed) including 429MB of 
~/.cargo files for the user building this. Add 1.7 GB if running the tests">
+  <!ENTITY rust-time          "24 SBU (add 13 SBU for tests, both with 4 
processors)">
 ]>
 
 <sect1 id="rust" xreflabel="rustc-&rust-version;">
@@ -299,13 +299,15 @@
       A fourth test,
       <filename>run-make-fulldeps/sysroot-crates-are-unstable</filename>
       fails, presumably because we are using only stable features.
+      <!-- appears to be fixed now
       If gdb has been installed, in some circumstances tests in
-      <filename class="directory">debuginfo</filename> may fail. As with all
+      <filename class="directory">debuginfo</filename> may fail.--> As with all
       large testsuites, other tests might
       fail on some machines - if the number of failures is in the single 
digits,
       check the log for 'FAILED' and review lines above that, particularly the
       'stderr:' lines. Any mention of
       SIGSEGV or signal 11 in a failing test is a cause for concern.
+      A fifth test, run-make-fulldeps/linker-output-non-utf8, is known to fail.
     </para>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 12 10:26:41 
2019        (r22244)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 12 18:36:35 
2019        (r22245)
@@ -45,6 +45,10 @@
       <para>October 12th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to rustc-1.37.0. Fixes
+          <ulink url="&blfs-ticket-root;12629">#12629</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[timtas] - Update to thunderbird-68.1.2. Fixes
           <ulink url="&blfs-ticket-root;12636">#12636</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Oct 12 10:26:41 2019        (r22244)
+++ trunk/BOOK/packages.ent     Sat Oct 12 18:36:35 2019        (r22245)
@@ -333,7 +333,7 @@
 <!ENTITY ruby-minor-version           "2.6">
 <!ENTITY ruby-patch-version           "5">
 <!ENTITY ruby-version                 
"&ruby-minor-version;.&ruby-patch-version;">
-<!ENTITY rust-version                 "1.35.0">
+<!ENTITY rust-version                 "1.37.0">
 <!ENTITY scons-version                "3.1.1">
 <!ENTITY slang-version                "2.3.2">
 <!ENTITY subversion-version           "1.12.2">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to