LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   libpangocairo-1.0.so.0: undefined symbol: cairo_has_show_text_glyphs error (https://www.linuxquestions.org/questions/debian-26/libpangocairo-1-0-so-0-undefined-symbol-cairo_has_show_text_glyphs-error-946836/)

Knightron 05-29-2012 02:03 AM

Quote:

Originally Posted by caravel (Post 4689283)
the newer GTK also depends on newer libc6

I actually atempted to compile gimp 2.8 in Mepis but failed, and i blamed it on my lack of experience.
Quote:

GTK+ requires the following packages:

- The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at the same
location as GTK+. GTK+ 2.24.10 requires at least GLib 2.25.10,
Pango 1.20, GdkPixbuf 2.21.0, ATK 1.29.2 and cairo 1.6.0.

- gobject-introspection 0.9.3 or newer.
If what you say is true, that would perhaps explain why. I did not see this in the dependencies, where did you get this information?

cynwulf 05-29-2012 04:33 AM

No my mistake, I got my wires crossed somewhere... but had a look into the dependencies a bit more. It looks doable but you would need to backport a lot of libs and dev files from unstable, some of which don't exist at all in squeeze. I would opt for an upgrade to testing or unstable if it's a home desktop (i.e. nothing mission critical). I'm assuming you are doing it the debian way?

i.e.


Code:

# apt-get build-dep gimp
Code:

$ apt-get source gimp
$ cd gimp*
$ dpkg-buildpackage -rfakeroot -us -uc

etc

It fails the build-dep here due to the cdbs version in squeeze, so you'd need to backport that as well... combined with the non existent libs and others which don't meet the requirements seems like a lot of work (you can get libcairo2 and one or two others from squeeze-backports)

If the mepis people haven't done it, there may be a reason why? stevepusser who posts on the debian forums builds packages for mepis and knows pretty much all there is to know about backporting, you might want to ask him.

Knightron 05-29-2012 04:43 AM

It's been requested by another member. He is very helpful, but currently there is no gimp 2.8 for Mepis. I have looked into atempting to do it my self, but alas, before it can be done, like you've already said, it would involve backporting so many dependencies first. I consider it a task much to large for my self when i can't even compile frikking glib and gtk right. I've moved on since, but thought i'd offer my 2cents to the op to help them maybe get it right.


All times are GMT -5. The time now is 11:51 AM.