Changeset 37a1fc56


Ignore:
Timestamp:
12/26/2017 09:40:57 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
75353b0
Parents:
f22b905
Message:

Fix build of libreoffice by removing system poppler.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19622 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf22b905 r37a1fc56  
    4545      <para>December 26th, 2017</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Remove system-poppler from libreoffice (broken by
     49          changes to headers in poppler-0.62.0). Fixes
     50          <ulink url="&blfs-ticket-root;10117">#10117</ulink>.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[bdubbs] - Update to tcl/tk-8.6.8. Fixes
  • xsoft/office/libreoffice.xml

    rf22b905 r37a1fc56  
    55  %general-entities;
    66
     7<!-- FIXME please retest system poppler with versions of LO > 6.0.0.1
     8 or poppler > 0.62.0, the build fails within a few minutes on broken versions -->
    79  <!ENTITY libreoffice-dl "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
    810
     
    195197      <xref linkend="openssl"/> or
    196198      <xref linkend="gnutls"/>,
    197       <xref linkend="poppler"/>,
     199      <!--  <xref linkend="poppler"/>, -->
     200      (N.B. using system poppler currently breaks the build because of
     201      changes in poppler-0.62.0),
    198202      <xref linkend="postgresql"/>,
    199203      <xref linkend="redland"/>,
     
    339343    </para>
    340344
     345<!-- FIXME replace             \-\-with-system-poppler    when it again works -->
    341346<screen><userinput>sed -e "/gzip -f/d"   \
    342347    -e "s|.1.gz|.1|g" \
     
    377382             --with-system-openldap      \
    378383             --with-system-openssl       \
    379              --with-system-poppler       \
    380384             --with-system-postgresql    \
    381385             --with-system-redland       \
Note: See TracChangeset for help on using the changeset viewer.