Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119694 - poppler-bindings should depend on the same poppler version or you should fix the pkg-config files
Summary: poppler-bindings should depend on the same poppler version or you should fix ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 07:50 UTC by Gergan Penkov
Modified: 2006-01-20 09:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gergan Penkov 2006-01-20 07:50:16 UTC
well it is similar to bug #117727 but as i could not reopen the bug i'll file a new one. the problem
equery l poppler
[ Searching for package 'poppler' in all categories among: ]
 * installed packages
[I--] [  ] app-text/poppler-0.4.4 (0)
[I--] [  ] app-text/poppler-bindings-0.4.3-r2 (0)
now the problem is that 
pkg-config --libs poppler-glib
Package 'poppler-glib' requires 'poppler = 0.4.3' but version of poppler is 0.4.4
which is because 
cat poppler-glib.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: poppler-glib
Description: GLib wrapper for poppler
Version: 0.4.3
Requires: poppler = 0.4.3 gobject-2.0 gdk-pixbuf-2.0

Libs: -L${libdir} -lpoppler-glib
Cflags: -I${includedir}/poppler/glib
and will not work 
Either you should fix the pkg-config files to poppler >= 0.4.3
or you should depend in poppler-bindings to sth like ~poppler-${PV}
in order this to work and commit poppler-bindings with corresponding version.
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-01-20 09:35:34 UTC
This is my fault for forgetting to commit the poppler-bindings bump. It's fixed now.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-01-20 09:35:49 UTC
Oops, fixed.