Bug#883523: xpdf: FTBFS with poppler 0.61.1

2018-02-15 Thread Florian Schlichting
Hi Peter, the patch you attached is the unmodified debian/patches/poppler-xpdfparams.patch - did you intend to attach a different file, which shows your actual work on XPDFCore.cc (presumably)? Florian On Thu, Dec 14, 2017 at 01:14:24PM +, peter green wrote: > I just took a look at the xpdf

Bug#883523: xpdf: FTBFS with poppler 0.61.1

2018-01-17 Thread Adrian Bunk
On Thu, Dec 14, 2017 at 01:14:24PM +, peter green wrote: >... > Unfortunately the build then goes on to fail in another file > > build/XPDFParams.cc: In member function ‘void > XPDFParams::parseScreenType(GooList*, GooString*, int)’: > build/XPDFParams.cc:1631:19: error: ‘class GlobalParams’

Bug#883523: xpdf: FTBFS with poppler 0.61.1

2017-12-14 Thread peter green
I just took a look at the xpdf build failure. Unfortunately I was unable to find documentation on the "object" changes but after reading the sourcecode I was able to figure out that. 1. It appears "output" objects are now returned by value rather than being passed by pointer. 2. Freeing

Bug#883523: xpdf: FTBFS with poppler 0.61.1

2017-12-04 Thread Emilio Pozuelo Monfort
Package: xpdf Version: 3.04-5 Severity: important Control: block 883514 with -1 Hi, Your package fails to build with poppler 0.61.1 from experimental. This version introduces some API changes to the Object class which cause some problems to a few packages. In some cases upstream has already