From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: Fixing LibreOffice on =?UTF-8?B?4oCYY29yZS11cGRhdGVz4oCZ?= Date: Sun, 25 Nov 2018 17:11:22 +0100 Message-ID: <20181125171122.1c74a542@lepiller.eu> References: <87sgzym3d7.fsf@gnu.org> <87mupzmr4f.fsf@fastmail.com> <87y39hw7vm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQxEm-0000NW-0Y for guix-devel@gnu.org; Sun, 25 Nov 2018 11:26:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQx0U-0005Y9-Pr for guix-devel@gnu.org; Sun, 25 Nov 2018 11:11:39 -0500 In-Reply-To: <87y39hw7vm.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: guix-devel@gnu.org Le Sun, 25 Nov 2018 15:26:37 +0100, ludo@gnu.org (Ludovic Court=C3=A8s) a =C3=A9crit : > Heya, >=20 > Marius Bakke skribis: >=20 > > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > > =20 > >> Hello Guix, > >> > >> As briefly discussed with Marius on IRC, we both tried to fix > >> LibreOffice on =E2=80=98core-updates=E2=80=99. The initial problem is= that some > >> of the libraries it depends on fail to build with the new Boost. > >> > >> I started upgrading the whole shebang but eventually got stuck with > >> LibreOffice itself, which fails to build like this: > >> > >> --8<---------------cut here---------------start------------->8--- > >> [build PAG] writer > >> [build MOD] embedserv > >> [build CUS] extras/glade > >> [build XSL] Classy_Red/styles.xml > >> make[1]: *** No rule to make target > >> '/tmp/guix-build-libreoffice-6.2.0.0.alpha1.drv-0/libreoffice-6.2.0.0.= alpha1/external/tarballs/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5= 164d09de3ffa63-opens___.ttf', > >> needed by > >> '/tmp/guix-build-libreoffice-6.2.0.0.alpha1.drv-0/libreoffice-6.2.0.0.= alpha1/workdir/CustomTarget/extras/fonts/opens___.ttf'. > >> Stop. make[1]: *** Waiting for unfinished jobs.... make: *** > >> [Makefile:286: build] Error 2 --8<---------------cut > >> here---------------end--------------->8--- > >> > >> Below is what I have so far. Help welcome! =20 > > > > I am currently building libreoffice with this patch (along with the > > package updates you mentioned): > > > > From a89c47bf5ea6850d15735d262a2497f7df20896e Mon Sep 17 00:00:00 > > 2001 From: Marius Bakke > > Date: Fri, 23 Nov 2018 22:00:42 +0100 > > Subject: [PATCH] gnu: libreoffice: Fix build with MDDS 1.4 and > > Orcus 0.14. > > > > * gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add > > two patches from Arch Linux. > > [arguments]: Add substitutions so the libraries are found. =20 >=20 > Looks promising. :-) Did it eventually work? >=20 > Thanks! >=20 > Ludo=E2=80=99. libreoffice 6.2.0.alpha1 is not available anymore at https://download.documentfoundation.org/libreoffice/src/6.2.0/ The patches do not apply directly on the beta1, but I haven't investigated more than that.