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:
> I would have expected
> ERROR: lib/libwebkit2gtk-4.1.so.0.21.10: missing library: /path/to/work/dir/buildlink/lib/libsqlite3.so
> instead of the error you pasted.
I think that's the same thing. The output of PKG_DEVELOPER is a
complaint that the .so in destdir refers to a library that's not ok,
because it's in the workdir.
What I pasted was running ldd on the destdir lib directly, which told me
that the other huge list of libraries all resolved and that it,
apparently, had DT_NEEDED for libsqlite3.so that instead of just the
name to be resolved with rpath, was the lib in the workdir buildlink
tree.
As far as the previous problem, I think that the cmake stuff has been
updated/rototilled and it finds sqlite3 just fine via just trying and
via pkgconfig. And, the variable that's being set seems to have been
renamed.
I'm building again without ninja, with MAKE_JOBS=1, and it's taking a
really long time
I think webkit-gtk's cmake is including
/usr/pkg/share/cmake-4.4/Modules/FindSQLite3.cmake
but I find cmake's processing hard to follow.
Home |
Main Index |
Thread Index |
Old Index