Author: ken
Date: Mon Aug 13 07:10:39 2018
New Revision: 20288

Log:
Glibc-2.28 broke the build of Qt5. Fix it.

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      Fri Aug 10 19:02:24 2018        (r20287)
+++ trunk/BOOK/general.ent      Mon Aug 13 07:10:39 2018        (r20288)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "13">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "August 10th, &year;">
+<!ENTITY releasedate  "August 13th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Aug 10 19:02:24 
2018        (r20287)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Aug 13 07:10:39 
2018        (r20288)
@@ -42,6 +42,15 @@
     </listitem>
 -->
     <listitem>
+      <para>August 13th, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Patch Qt5 to build with glibc-2.28.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 10th, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Fri Aug 10 19:02:24 2018        (r20287)
+++ trunk/BOOK/x/lib/qt5.xml    Mon Aug 13 07:10:39 2018        (r20288)
@@ -78,6 +78,14 @@
       </listitem>
     </itemizedlist>
 
+   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing='compact'>
+      <listitem>
+        <para>Required Patch: <ulink
+        url="&patch-root;/qt-5.11.1-glibc228-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -192,6 +200,14 @@
       </para>
     </caution>
 
+    <para>
+      If your system is using glibc-2.28, apply the patch to exclude certain
+      system headers and to avoid redefining two functions which are now in
+      glibc :
+    </para>
+
+<screen><userinput>patch -Np1 -i 
../qt5-&qt5-version;-glibc228-1.patch</userinput></screen>
+
     <note>
       <para>
         The build time and space required for the full
-- 
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