#46806: gdal 1.11.1_3 vs. poppler 0.31.0 -----------------------------+--------------------- Reporter: mschamschula@… | Owner: vince@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gdal | -----------------------------+--------------------- Comment (by aruminat@…): The failure was occurred with gdal +poppler also for me, but the reporter's main.log is different from my case. His main.log seems to be involved in mysql. {{{ $ cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_gdal/gdal/work/gdal-1.11.1 && sudo make [snip] pdfdataset.cpp:114:17: error: no matching constructor for initialization of 'SplashOutputDev' SplashOutputDev(colorModeA, bitmapRowPadA, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/local/include/poppler/SplashOutputDev.h:171:3: note: candidate constructor not viable: no known conversion from 'GBool' (aka 'bool') to 'SplashThinLineMode' for 6th argument SplashOutputDev(SplashColorMode colorModeA, int bitmapRowPadA, ^ /opt/local/include/poppler/SplashOutputDev.h:167:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 6 were provided class SplashOutputDev: public OutputDev { ^ 1 error generated. make[2]: *** [../o/pdfdataset.lo] Error 1 make[1]: *** [pdf-install-obj] Error 2 make: *** [frmts-target] Error 2 }}} Another main.log generated with the the simple variants was uploaded. {{{ $ port installed poppler |tail -1 poppler @0.31.0_0 (active) $ sudo port install gdal +poppler }}} Without poppler variant, it works. {{{ $ port installed gdal | tail -1 gdal @1.11.1_3+curl+ecw+expat+geos+grib+hdf4+hdf5+lzma+netcdf+odbc+opencl+perf+postgresql93+spatialite+sqlite3+xerces (active) }}} -- Ticket URL: <https://trac.macports.org/ticket/46806#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X