Author: ken
Date: Tue Dec 26 13:40:57 2017
New Revision: 19622

Log:
Fix build of libreoffice by removing system poppler.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Dec 26 11:47:35 
2017        (r19621)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Dec 26 13:40:57 
2017        (r19622)
@@ -45,6 +45,11 @@
       <para>December 26th, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Remove system-poppler from libreoffice (broken by
+          changes to headers in poppler-0.62.0). Fixes
+          <ulink url="&blfs-ticket-root;10117">#10117</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to tcl/tk-8.6.8. Fixes 
           <ulink url="&blfs-ticket-root;10177">#10177</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml     Tue Dec 26 11:47:35 2017        
(r19621)
+++ trunk/BOOK/xsoft/office/libreoffice.xml     Tue Dec 26 13:40:57 2017        
(r19622)
@@ -4,6 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
+<!-- FIXME please retest system poppler with versions of LO > 6.0.0.1
+ or poppler > 0.62.0, the build fails within a few minutes on broken versions 
-->
   <!ENTITY libreoffice-dl 
"http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;";>
 
   <!ENTITY libreoffice-core-download-http 
"&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
@@ -194,7 +196,9 @@
       <xref linkend="openldap"/> (if connecting to an LDAP server),
       <xref linkend="openssl"/> or
       <xref linkend="gnutls"/>,
-      <xref linkend="poppler"/>,
+      <!--  <xref linkend="poppler"/>, -->
+      (N.B. using system poppler currently breaks the build because of
+      changes in poppler-0.62.0),
       <xref linkend="postgresql"/>,
       <xref linkend="redland"/>,
       <xref linkend="serf"/>, and
@@ -338,6 +342,7 @@
       the following commands:
     </para>
 
+<!-- FIXME replace             \-\-with-system-poppler    when it again works 
-->
 <screen><userinput>sed -e "/gzip -f/d"   \
     -e "s|.1.gz|.1|g" \
     -i bin/distro-install-desktop-integration &amp;&amp;
@@ -376,7 +381,6 @@
              --with-system-odbc          \
              --with-system-openldap      \
              --with-system-openssl       \
-             --with-system-poppler       \
              --with-system-postgresql    \
              --with-system-redland       \
              --with-system-serf          \
-- 
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