Opened 12 months ago

Closed 12 months ago

Last modified 10 months ago

#18179 closed defect (fixed)

Okular FTBFS with poppler-23.06

Reported by: pierre Owned by: blfs-book
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

poppler now uses c++17 symbols and features, while the standard required by Okular is c++14. This leads to an error with an unknown template.

Change History (3)

comment:1 by pierre, 12 months ago

This has been fixed upstream with https://github.com/KDE/okular/commit/bb1d6c7c9fdcac99db33b5f42d768603d698400c

We can use sed -i s/14/17/ CMakeLists.txt

Last edited 12 months ago by pierre (previous) (diff)

comment:2 by pierre, 12 months ago

Resolution: fixed
Status: newclosed

Fixed at commit 89dbe682fd

comment:3 by Bruce Dubbs, 10 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.