Public bug reported: dia FTBFS against poppler 26.07.0 (libpoppler162) on all architectures
Build log: https://launchpad.net/~nadzeya/+archive/ubuntu/poppler-26.07/+build/33418557 ``` ../plug-ins/pdf/pdf-import.cpp:96:53: error: cannot convert 'const PDFRectangle' to 'const PDFRectangle*' in initialization ../plug-ins/pdf/pdf-import.cpp:97:52: error: cannot convert 'const PDFRectangle' to 'const PDFRectangle*' in initialization ``` poppler's Page box accessors now return 'const PDFRectangle&', not a pointer. This is an API change in poppler's internal headers (libpoppler-private-dev), not an ABI-only change, so the package needs a source patch. ** Affects: dia (Ubuntu) Importance: Medium Assignee: Nadzeya Hutsko (nadzeya) Status: In Progress ** Changed in: dia (Ubuntu) Assignee: (unassigned) => Nadzeya Hutsko (nadzeya) ** Changed in: dia (Ubuntu) Status: New => Triaged ** Changed in: dia (Ubuntu) Importance: Undecided => Medium ** Changed in: dia (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2161428 Title: FTBFS with poppler 26.07: Page::getCropBox() now returns a reference To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dia/+bug/2161428/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
