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 1R00bL-0006X7-64 for garchives@archives.gentoo.org; Sun, 04 Sep 2011 00:30:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A92521C0AA; Sun, 4 Sep 2011 00:30:05 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D47A21C03C for ; Sun, 4 Sep 2011 00:29:11 +0000 (UTC) Received: from [172.17.29.14] (unknown [65.213.236.242]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 16D0637ADA for ; Sat, 3 Sep 2011 20:29:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1315096151; bh=PKyhcUmn5Q7EFbYkj7xrtV1CETCdlQHkM+WajnrV2Lg=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=X/Q7FZqjc3Eztq15XwYkHjemsik5s261BoXvGsQEb8Oe5K1z/rKKs3nTh19ojcHzi iAkAWi6q4eAoeuMmLqHdkMcIAVLLWcvCnHTm+DQYE2TQoEcMbZ3a1Zvwsw7MzNMKww UtnLi1TPWxUhSvmSDTXLvqxqbaB1hkFqJBF16Thg= Message-ID: <4E62C654.1080208@orlitzky.com> Date: Sat, 03 Sep 2011 20:29:08 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110830 Lightning/1.0b3pre Thunderbird/3.1.12 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: Re: [gentoo-user] Help needed:jpeg_resync_to_restart() and zathura pdf reader References: <4E61F6F2.1050102@gmail.com> In-Reply-To: <4E61F6F2.1050102@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 5047e522bbe3245f533ca249a04f186b On 09/03/2011 05:44 AM, Ignas Anikevicius wrote: > 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? The latest zathura ebuild in portage has, RDEPEND=">=x11-libs/cairo-1.8.8 >=dev-libs/glib-2.22.4:2 >=x11-libs/gtk+-2.18.6:2 >=app-text/poppler-0.12.3[cairo]" DEPEND="${RDEPEND} dev-util/pkgconfig" How come you only have the following? RDEPEND=">=app-text/mupdf-0.8" DEPEND="${RDEPEND} dev-util/pkgconfig" And have you tried using libjpeg instead of the -turbo version?