Author: ken
Date: Sun Aug 14 10:55:36 2016
New Revision: 17636

Log:
Patch qt5 - qtwebengine - to fix runtime breakage caused by glibc-2.24 now 
defining MADV_FREE.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/qt5.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Aug 13 13:35:52 2016        (r17635)
+++ trunk/BOOK/general.ent      Sun Aug 14 10:55:36 2016        (r17636)
@@ -1,6 +1,6 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "13">                   <!-- Always 2 digits -->
+<!ENTITY day          "14">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug 13 13:35:52 
2016        (r17635)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 14 10:55:36 
2016        (r17636)
@@ -45,6 +45,16 @@
 -->
     
     <listitem>
+      <para>August 14th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - fix runtime breakage of the chromium sandbox in
+          qtwebengine (qt-5.7.0) caused by glibc-2.24 defining 
MADV_FREE.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 13th, 2016</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Sat Aug 13 13:35:52 2016        (r17635)
+++ trunk/BOOK/x/lib/qt5.xml    Sun Aug 14 10:55:36 2016        (r17636)
@@ -78,6 +78,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch if building qtwebengine:
+          <ulink 
url="&patch-root;/qt-&qt5-version;-qtwebengine_glibc224-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -224,6 +234,13 @@
     </note>
 
     <para>
+      If you are building qtwebengine, install the patch to fix runtime
+      breakage in the chromium sandbox :
+    </para>
+
+<screen><userinput>patch -Np1 -i 
../qt-&qt5-version;-qtwebengine_glibc224-1.patch</userinput></screen>
+
+    <para>
       Install <application>Qt5</application> by running the following commands:
     </para>
 
-- 
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