https://bugs.kde.org/show_bug.cgi?id=502417
--- Comment #7 from Oliver Freyermuth <o.freyerm...@googlemail.com> --- Sure. How is poppler availability signaled in the "About" dialog? I get the following text there: ``` Debug build Apr 12 2025, 19:55:32 System: Gentoo Linux Locale: German,Germany (Decimal point '.', Group separator ',' Number settings: Decimal point '.', Group separator ',', Exponential 'E', Zero digit '0', Percent '%', Positive/Negative sign '+'/'-' (Updated on restart) Architecture: x86_64-little_endian-lp64 Kernel: linux 6.12.9-gentoo C++ Compiler: GNU 14.2.1 C++ Compiler Flags: -march=haswell -mabm -O2 -pipe -frecord-gcc-switches -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -Wmissing-include-dirs -fdiagnostics-color=always -Wall -Wextra -Wundef -Wpointer-arith -Wunreachable-code -Wunused -Wdeprecated-declarations -fno-omit-frame-pointer -fstack-protector -fexceptions -std=c++17 -O2 -Wcast-align -Wswitch-enum -fvisibility=default -pedantic -Wzero-as-null-pointer-constant ``` and in "Components": ``` LabPlot: 2.11.1 KDE Frameworks: 6.10.0 Qt: Using 6.8.2 and built against 6.8.2 Gentoo Linux (Xcb) Build ABI: x86_64-little_endian-lp64 Kernel: linux 6.12.9-gentoo ``` Since I was not sure whether this indicates Poppler availability, I grepped the build log for "poppler" and found the following lines from the configure phase: ``` -- Poppler: Qt6 requires Core -- Found Poppler_Core: /usr/lib64/libpoppler.so (found version "25.03.0") -- Found Poppler_Qt6: /usr/lib64/libpoppler-qt6.so (found version "25.03.0") -- Found Poppler: /usr/lib64/libpoppler.so;/usr/lib64/libpoppler-qt6.so (found suitable version "25.03.0", minimum required is "0.62.0") found components: Qt6 * Poppler (required version >= 0.62.0), A PDF rendering library, <https://poppler.freedesktop.org/> ``` So it seems it has correctly linked against Poppler. -- You are receiving this mail because: You are watching all bug changes.