Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441604 - sci-libs/gdal-1.8.1-r1 fails to build
Summary: sci-libs/gdal-1.8.1-r1 fails to build
Status: RESOLVED DUPLICATE of bug 434316
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-03 18:10 UTC by Paul Melis
Modified: 2012-11-03 18:30 UTC (History)
0 users

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


Attachments
build.log (build.log,181.58 KB, text/plain)
2012-11-03 18:10 UTC, Paul Melis
Details
emerge --info and such (info.txt,11.31 KB, text/plain)
2012-11-03 18:10 UTC, Paul Melis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Melis 2012-11-03 18:10:28 UTC
Created attachment 328228 [details]
build.log

make[2]: Entering directory `/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/frmts/pdf'
x86_64-pc-linux-gnu-g++ -march=core2 -O2 -pipe -fPIC  -Wall  -I/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/port -I/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/gcore -I/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/alg -I/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/ogr -I/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/ogr/ogrsf_frmts -DOGR_ENABLED -I/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/port -Iexternal/include -I/usr/ -I/usr//include  -DPOPPLER_HAS_OPTCONTENT -DPOPPLER_BASE_STREAM_HAS_TWO_ARGS -I/usr/include -I/usr/include/poppler -c -o ../o/pdfdataset.o pdfdataset.cpp
pdfdataset.cpp: In member function 'virtual CPLErr PDFRasterBand::IReadBlock(int, int, void*)':
pdfdataset.cpp:351:47: error: no matching function for call to 'SplashOutputDev::startDoc(XRef*)'
/usr/include/poppler/SplashOutputDev.h:309:8: note: candidate is: void SplashOutputDev::startDoc(PDFDoc*)
pdfdataset.cpp: In static member function 'static GDALDataset* PDFDataset::Open(GDALOpenInfo*)':
pdfdataset.cpp:539:45: error: 'setErrorFunction' was not declared in this scope
pdfdataset.cpp:565:67: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result
make[2]: *** [../o/pdfdataset.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/frmts/pdf'
make[1]: *** [pdf-install-obj] Error 2
make[1]: Leaving directory `/var/tmp/portage/sci-libs/gdal-1.8.1-r1/work/gdal-1.8.1/frmts'
make: *** [frmts-target] Error 2
emake failed
 * ERROR: sci-libs/gdal-1.8.1-r1 failed (compile phase):
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  85:  Called src_compile
 *   environment, line 7973:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed";
 * 
 * If you need support, post the output of `emerge --info '=sci-libs/gdal-1.8.1-r1'`,
 * the complete build log and the output of `emerge -pqv '=sci-libs/gdal-1.8.1-r1'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
Comment 1 Paul Melis 2012-11-03 18:10:51 UTC
Created attachment 328230 [details]
emerge --info and such
Comment 2 Rafał Mużyło 2012-11-03 18:25:00 UTC
This seems to be a poppler 0.20 problem, that was fixed in bug 426584 for gdal-1.9.1.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-03 18:30:38 UTC

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