From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#33455: Zathura can't display PDF or epub Date: Wed, 21 Nov 2018 19:12:49 +0100 Message-ID: <87in0q2tb2.fsf@elephly.net> References: <20181121164259.GB18794@jasmine.lan> 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]:44745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPYor-000553-ET for bug-guix@gnu.org; Wed, 21 Nov 2018 15:10:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPYfK-0004yN-Jp for bug-guix@gnu.org; Wed, 21 Nov 2018 15:00:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35916) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gPYfK-0004xM-By for bug-guix@gnu.org; Wed, 21 Nov 2018 15:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gPYfK-0000hb-42 for bug-guix@gnu.org; Wed, 21 Nov 2018 15:00:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20181121164259.GB18794@jasmine.lan> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 33455@debbugs.gnu.org, Bradley Haggerty Leo Famulari writes: > On Wed, Nov 21, 2018 at 11:41:10AM +0000, Bradley Haggerty wrote: >> error: Could not load plugin >> '/home/brad/.guix-profile/lib/zathura/libpdf-mupdf.so' >> (/home/brad/.guix-profile/lib/zathura/libpdf-mupdf.so: undefined >> symbol: jpeg_resync_to_restart). > > I installed zathura and zathura-pdf-mupdf =E2=80=94 is zathura supposed t= o be > modular? In any case, I got the same errors. I was able to reproduce this as well. It looks like zathura-pdf-mupdf needs to be built with -Dlink_external=3Dtrue. I got this to work, but got stuck with a problem in libmupdf.so, which seems to have symbols that are provided by libmupdfthird.so. It seems as if something=E2=80=99s not right with how these libraries are linked. -- Ricardo