Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 461368

Summary: sci-libs/gdal-1.9.2 with app-text/poppler-0.22.1 - configure: checking if we have Poppler >= 0.20.0... no
Product: Gentoo Linux Reporter: Bernd Feige <Bernd.Feige>
Component: [OLD] LibraryAssignee: Sci-geo Project <sci-geosciences>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bernd Feige 2013-03-11 10:45:17 UTC
It appears that the configure check for poppler >=0.20.0 doesn't work:
checking for poppler... yes
checking if Catalog::optContent exists... yes
checking if BaseStream constructor needs 2 arguments... yes
checking if we have Poppler >= 0.20.0... no
checking for podofo... disabled

Probably it's fixed in upstream git but I couldn't find the patch in trac.

Reproducible: Always
Comment 1 Rafał Mużyło 2013-03-11 18:54:59 UTC
config.log would likely be useful, but if the error was 'no matching function for call to 'SplashOutputDev::startDoc(XRef*)'', that's a 0.20, not 0.22 change.
Comment 2 Bernd Feige 2013-03-12 09:04:19 UTC
(In reply to comment #1)
> config.log would likely be useful, but if the error was 'no matching
> function for call to 'SplashOutputDev::startDoc(XRef*)'', that's a 0.20, not
> 0.22 change.

That's right, and because the test for poppler >=20 failed, the code for <20 was used. Yesterday the config test failed several times but I cannot reproduce it any more - perhaps due to distcc. Closing - Thanks!