From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egciK-0000N8-Dx for guix-patches@gnu.org; Tue, 30 Jan 2018 15:41:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egchG-0001GY-My for guix-patches@gnu.org; Tue, 30 Jan 2018 15:41:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41954) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1egchG-0001GH-5J for guix-patches@gnu.org; Tue, 30 Jan 2018 15:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1egchF-0005BL-Sf for guix-patches@gnu.org; Tue, 30 Jan 2018 15:40:01 -0500 Subject: [bug#30292] [PATCH] gnu: libreoffice: Fix build with Poppler >= 0.62.0. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Tue, 30 Jan 2018 21:39:15 +0100 In-Reply-To: (Leo Famulari's message of "Tue, 30 Jan 2018 04:08:24 -0500") Message-ID: <878tcfxerw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 30292@debbugs.gnu.org Leo Famulari skribis: > I'll push this if and when the build finishes and I confirm that > LibreOffice is still working. > > * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Patch header and > function names in 'prepare-src' phase. Sounds good! > + (substitute* > + "sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cx= x" > + ;; This header was renamed in Poppler 0.62.0. > + (("UTF8.h") "UnicodeMapFuncs.h") I had briefly looked at the issue but couldn=E2=80=99t find where UTF8.h was supposed to come from=E2=80=A6 Thanks, Ludo=E2=80=99.