From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QzmvW-0000nC-P6 for garchives@archives.gentoo.org; Sat, 03 Sep 2011 09:54:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F8B521C1C6; Sat, 3 Sep 2011 09:53:55 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 478F021C13C for ; Sat, 3 Sep 2011 09:52:35 +0000 (UTC) Received: by fxd23 with SMTP id 23so2728388fxd.40 for ; Sat, 03 Sep 2011 02:52:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=jkBYZuLh0TriWhr8ZaBC8jMhYTbc6fcfruCKTTuU1uc=; b=qTyYZQatRF3cPFfB3FXvuk+yknKVcs+AsPt63rODmOZEjkpUMV0BM4hlXCmlrEfozi IdN6ZJvl6CNCjO+cZpcfY6Sk9B0yBoNq6u+MJm24gWFlRMoq+Q1gTTfWlReW8VoO1qaJ v8KhapKFyI/ipPZsXPZOqjjasyZNTG7/vsNGg= Received: by 10.223.50.15 with SMTP id x15mr3395214faf.147.1315042946141; Sat, 03 Sep 2011 02:42:26 -0700 (PDT) Received: from [192.168.1.224] (78-61-64-29.static.zebra.lt [78.61.64.29]) by mx.google.com with ESMTPS id h5sm944972fae.13.2011.09.03.02.42.24 (version=SSLv3 cipher=OTHER); Sat, 03 Sep 2011 02:42:25 -0700 (PDT) Message-ID: <4E61F6F2.1050102@gmail.com> Date: Sat, 03 Sep 2011 10:44:18 +0100 From: Ignas Anikevicius User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110725 Thunderbird/5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Help needed:jpeg_resync_to_restart() and zathura pdf reader Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 97389f4541c47a26240f62799f30318c Hello list, I was wondering if someone could explain me what ebuild provides the jpeg_resync_to_restart() function as when I try to run a pdf using a zathura-pdf-mupdf plugin, it gives me the following error: ----------------------------------------------------------------------------------------------------------------------- error: could not load plugin /usr/lib/zathura/pdf.so (/usr/lib/zathura/pdf.so: undefined symbol: jpeg_resync_to_restart) ----------------------------------------------------------------------------------------------------------------------- I was told that it might be a problem with the libjpeg-turbo, but I have tried both versions (1.1.0 and 1.1.1) and it did not affect anything. I was wondering whether there are some compilation options, which I am not aware of? Alternatively, the problem might lie in my lack of knowledge in writing ebuilds. You can find my ebuild on [1], whereas a known version of AUR PKGBUILD can be found on [2]. Could someone, ideally familiar with both GNU/Linux Distributions, explain me what I am doing wrong? All best, Ignas A. [1] - https://github.com/gns-ank/gnlay/blob/master/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild [2] - http://aur.archlinux.org/packages/za/zathura-pdf-mupdf-git/PKGBUILD