Sunday, September 22, 2024

Re: pkgconfig errors

Дана 24/09/22 07:55AM, Jesse Lawton написа:
> Done.
>
> Thanks
> Jesse Lawton

> /usr/obj/ports/pkgconf-1.6.3/pkgconf-1.6.3/libpkgconf/dependency.c:115 [pkgconf_dependency_t *add_or_replace_dependency_node(const pkgconf_client_t *, pkgconf_dependency_t *, pkgconf_list_t *)]: added dependency [fontconfig] to list @0x705af3eb3998; flags=0
> /usr/obj/ports/pkgconf-1.6.3/pkgconf-1.6.3/libpkgconf/pkg.c:1520 [unsigned int pkgconf_pkg_traverse(pkgconf_client_t *, pkgconf_pkg_t *, pkgconf_pkg_traverse_func_t, void *, int, unsigned int)]: virtual:world: level 2000
[...]
> /usr/obj/ports/pkgconf-1.6.3/pkgconf-1.6.3/libpkgconf/cache.c:113 [void pkgconf_cache_remove(pkgconf_client_t *, pkgconf_pkg_t *)]: removed @0xd0796111180 from cache
> /usr/obj/ports/pkgconf-1.6.3/pkgconf-1.6.3/libpkgconf/cache.c:142 [void pkgconf_cache_free(pkgconf_client_t *)]: cleared package cache
> -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/include -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include

This is pkgconf from ports, not pkg-config included with the base
system (which works correctly, giving the include directives as
output). I meant to give the debug information using pkg-config, so the
supposed error in pkg-config can be debugged and fixed. So:

1. Remove pkgconf,
2. Repeat the debugging snippet from my previous email using
pkg-config.

No comments:

Post a Comment