Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646930 - net-print/cups-filters won't build against >=app-text/qpdf-7; missing libqpdf
Summary: net-print/cups-filters won't build against >=app-text/qpdf-7; missing libqpdf
Status: RESOLVED DUPLICATE of bug 646366
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-07 19:24 UTC by Mark Tomich
Modified: 2018-02-07 21:43 UTC (History)
1 user (show)

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 Mark Tomich 2018-02-07 19:24:19 UTC
I've tested this with cups-filters 1.17.9, 1.19.0, and 1.20.0.  Each of them fails the configure stage when building against qpdf >= 7; the error is "missing libqpdf."  The easiest answer I've found is to add the following to the DEPEND line:

        <app-text/qpdf-7
Comment 1 Ben Kohler gentoo-dev 2018-02-07 19:29:43 UTC
I thought there was another bug for this somewhere but I cannot find it.  I believe what's going on is that this new qpdf-7 uses pkgconfig to find its libjpeg dependencies, but only media-libs/libjpeg-turbo or >=media-libs/jpeg-9 provide that pkgconfig file.  If you have media-libs/jpeg-8 or earlier, it'll cause a configure failure here.

Are you using stable media-libs/jpeg-8d-r1 as your virtual/jpeg provider?
Comment 2 Mark Tomich 2018-02-07 19:47:15 UTC
media-libs/jpeg-8d-r1 is satisfying virtual/jpeg.
Comment 3 Andreas Sturmlechner gentoo-dev 2018-02-07 21:43:10 UTC
Duplicate indeed.

*** This bug has been marked as a duplicate of bug 646366 ***