pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: webkit-gtk41 missing sqlite path
Thomas Klausner <wiz%gatalith.at@localhost> writes:
> On Thu, Sep 10, 2026 at 08:43:35AM +0100, Greg Troxel wrote:
>> Building on netbsd-10 with pkgsrc head:
>>
>> => Checking for missing run-time search paths in webkit-gtk41-2.52.6nb2
>> ERROR: lib/libwebkit2gtk-4.1.so.0.21.10: missing library: /usr/pkg/lib/libsqlite3.so
>>
>> anyone else seeing this?
>
> I haven't tried a NetBSD 10 build, but I don't see it on -current, and
> it doesn't look like something that should depend on that.
Do you mean "webkit-gtk41 has no reason to use sqlite3"?
> Makefile.common has an explicit section about this:
>
> # otherwise, libsqlite3.so from ${BUILDLINK_DIR} is hardcoded into some binaries
> CMAKE_CONFIGURE_ARGS+= -DSQLite3_LIBRARY=${BUILDLINK_PREFIX.sqlite3}/lib/libsqlite3.so
>
> Where is your sqlite3 library?
It's in /usr/pkg/lib. As I understand it, pkgsrc does not use base
sqlite at all.
The "otherwise" is puzzling; that's unconditional.
I don't understand why upstream doesn't look for sqlite3 normally; I'll
try to dig further.
Are you saying it builds for you on current?
Home |
Main Index |
Thread Index |
Old Index