Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461510 - app-text/poppler-0.22.2: error: no matching function for call to 'DCTStream::DCTStream(Stream*&, int&, Object*&)
Summary: app-text/poppler-0.22.2: error: no matching function for call to 'DCTStream::...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 11:20 UTC by Albert W. Hopkins
Modified: 2013-03-14 06:02 UTC (History)
8 users (show)

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


Attachments
build.log (build.log,78.15 KB, text/plain)
2013-03-12 11:20 UTC, Albert W. Hopkins
Details
build.log - JM (build.log,85.46 KB, text/plain)
2013-03-13 16:57 UTC, Jason Mours
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2013-03-12 11:20:40 UTC
Created attachment 341790 [details]
build.log

Poppler 0.22.2 isn't building for me.  The build log is attached:

[ebuild     U  ] app-text/poppler-0.22.2:0/35 [0.22.1:0/0] USE="cairo cjk cxx lcms utils -curl -debug -doc -introspection -jpeg -jpeg2k -png -qt4 -tiff" 0 kB
Comment 1 Toralf Förster gentoo-dev 2013-03-12 16:18:20 UTC
+1 here at an unstable x86 Gentoo
Comment 2 Joachim IONOFF 2013-03-13 10:50:58 UTC
Same here (x86) with :
[ebuild     U  ] app-text/poppler-0.22.2:0/35 [0.22.1:0/0] USE="cxx introspection lcms utils -cairo -cjk -curl -debug -doc -jpeg -jpeg2k -png -qt4 -tiff"
Comment 3 Jason Mours 2013-03-13 16:57:55 UTC
Created attachment 341914 [details]
build.log - JM

I was able to build stream and did not run into :

 error: no matching function for call to 'DCTStream::DCTStream(Stream*&, int&, Object*&)'

until:

Building CXX object CMakeFiles/poppler.dir/poppler/PageLabelInfo.cc.o
&
Building CXX object CMakeFiles/poppler.dir/poppler/SecurityHandler.cc.o

Where stream.cc bugged out.

Hope these pointers can help, attaching build.log
Comment 4 Jason Mours 2013-03-13 17:00:11 UTC
Sorry, need to add I'm using cairo to build poppler
Comment 5 Duncan Forster 2013-03-13 23:14:13 UTC
It seems poppler is now broken if libjpeg is not enabled.

To fix just add:

  app-text/poppler jpeg

To file:

  /etc/portage/package.use
Comment 6 Andreas K. Hüttel archtester gentoo-dev 2013-03-13 23:48:30 UTC
Fixed, thanks.
Comment 7 Rainer 'Siju' Sigl 2013-03-14 06:02:38 UTC
Thanks Duncan. Works for me