Bug#968714: extractpdfmark FTBFS with poppler 0.85

2020-09-08 Thread peter green
It seems the recent upload of poppler 20 introduced further breakage. Poppler changed the return type of Catalog::getDestNameTreeDest and Catalog::getDestsDest from LinkDest * to std::unique_ptr If I am following the code correctly, it seems that extractpdfmark had a memory leak, previously,

Bug#968714: extractpdfmark FTBFS with poppler 0.85

2020-08-20 Thread peter green
Package: extractpdfmark Version: 1.1.0-1 Severity: serious Tags: patch extractpdfmark FTBFS with poppler 0.85 destname.cc:85:62: error: no matching function for call to ‘PDFDoc::findPage(int&, int&)’ 85 | pagenum = doc->findPage (page_ref.num, page_ref.gen); Doing a bit of