Download raw body.
xpdf - Runtime deps missing
On 2025/08/20 08:20, Matthias Schmidt wrote: > Hi, > > just recently xpdf-4.05p0v0 stopped working on -current. It fails to start > with > > $ xpdf > ld.so: xpdf: can't load library 'libQt6Widgets.so.4.0' > > This can be fixed by adding qt6-qtbase-6.8.3p4. It then fails further > with > > $ xpdf > ld.so: xpdf: can't load library 'libpaper.so.1.0' > > which can be fixed installing libpaper-2.2.6. So I guess the package > misses to install these two dependecies upon upgrade. > > Cheers > > Matthias > This is because WANTLIB was removed in the last commit. I'm not sure why it doesn't trigger the "LIB_DEPENDS x not needed for" warning when packaging though. Will commit a fix.
xpdf - Runtime deps missing