Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: xpdf - Runtime deps missing
To:
Matthias Schmidt <openbsd@xosc.org>
Cc:
ports@openbsd.org
Date:
Wed, 20 Aug 2025 11:53:56 +0100

Download raw body.

Thread
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.