From: Michael Orlitzky <michael@orlitzky.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Help needed:jpeg_resync_to_restart() and zathura pdf reader
Date: Sat, 03 Sep 2011 20:29:08 -0400 [thread overview]
Message-ID: <4E62C654.1080208@orlitzky.com> (raw)
In-Reply-To: <4E61F6F2.1050102@gmail.com>
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?
next prev parent reply other threads:[~2011-09-04 0:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-03 9:44 [gentoo-user] Help needed:jpeg_resync_to_restart() and zathura pdf reader Ignas Anikevicius
2011-09-04 0:29 ` Michael Orlitzky [this message]
2011-09-04 19:23 ` Ignas Anikevicius
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E62C654.1080208@orlitzky.com \
--to=michael@orlitzky.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox