Author: ken
Date: Wed Sep  5 14:57:20 2018
New Revision: 20460

Log:
firefox-62.0

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Sep  5 14:07:44 
2018        (r20459)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Sep  5 14:57:20 
2018        (r20460)
@@ -45,6 +45,10 @@
       <para>September 5th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to firefox-62.0. Fixes
+          <ulink url="&blfs-ticket-root;11111">#11111</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to vala-0.42.0. Fixes
           <ulink url="&blfs-ticket-root;11042">#11042</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Sep  5 14:07:44 2018        (r20459)
+++ trunk/BOOK/packages.ent     Wed Sep  5 14:57:20 2018        (r20460)
@@ -738,7 +738,7 @@
 <!ENTITY chromium-version             "64.0.3282.186">
 <!ENTITY epiphany-version             "3.28.3.1">
 <!ENTITY falkon-version               "3.0.1">
-<!ENTITY firefox-version              "61.0.2">
+<!ENTITY firefox-version              "62.0">
 <!ENTITY flashplayer-version          "27.0.0.187">
 <!ENTITY qupzilla-version             "2.2.6">
 <!ENTITY seamonkey-version            "2.49.4">

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Wed Sep  5 14:07:44 2018        
(r20459)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Wed Sep  5 14:57:20 2018        
(r20460)
@@ -6,12 +6,12 @@
 
   <!ENTITY firefox-download-http 
"&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
   <!ENTITY firefox-download-ftp  " ">
-  <!ENTITY firefox-md5sum        "f8ad78a0dfa6fa5dc67563785d62a25b">
-  <!ENTITY firefox-size          "254 MB">
+  <!ENTITY firefox-md5sum        "dfa830ac99156ece5e580c82d1abdead">
+  <!ENTITY firefox-size          "247 MB">
   <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
     But the extra cached cargo files, if any, seem to be minimal -->
-  <!ENTITY firefox-buildsize     "9.2 GB (139 MB installed) without tests">
-  <!ENTITY firefox-time          "31 SBU (with parallelism=4) without tests">
+  <!ENTITY firefox-buildsize     "9.5 GB (142 MB installed) without tests">
+  <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
 ]>
 
 <sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
@@ -113,6 +113,16 @@
       </para>
 
       <para>
+        The mach build system (Python scripts) can be somewhat unreliable: if
+        the build fails and reports an Error, it can still return a status of
+        success, causing a scripted build to try to install (which does not 
rerun
+        the build), fail during the preparations for installing, but still exit
+        with a status of success. Also, on occasion it may limit itself to only
+        running one set of jobs - that will make the build take about 3 times 
as
+        long as running with four sets of jobs.
+      </para>
+
+      <para>
         Although upstream prefer to use <application>PulseAudio</application>,
         for the moment <application>Alsa</application> can still be used. Both
         may need runtime configuration to get sound working.
@@ -273,7 +283,7 @@
 ac_add_options --enable-system-ffi
 ac_add_options --enable-system-pixman
 
-ac_add_options --with-pthreads
+# From firefox-62 --with-pthreads is not recognized
 
 ac_add_options --with-system-bz2
 ac_add_options --with-system-jpeg
-- 
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