Re: pkgconfig errors

2024-09-22 Thread Страхиња Радић
Дана 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

Re: pkgconfig errors

2024-09-20 Thread Страхиња Радић
Дана 24/09/20 11:43PM, Jesse Lawton написа: > Its *huge*, like 57 mb > too big haha pkg-config --debug --cflags fontconfig >pkgconfig.debug.full 2>&1 { head -n 30 pkgconfig.debug.full printf "8< snip >8\n" tail -n 30 pkgconfig.debug.full; } >pkgconfig.debug.short Then attach pkgconfig

Re: pkgconfig errors

2024-09-20 Thread Страхиња Радић
Дана 24/09/19 10:55PM, Jesse Lawton написа: > Check attachment. > > Thanks > Jesse Lawton The attachment pkgconfig-debug.txt that was attached to the message you sent offlist is 0 bytes in size. If you want to redirect stderr to a file, you'd need to do something like pkg-config --debug

Re: pkgconfig errors

2024-09-19 Thread Lucas Gabriel Vuotto
On Thu, Sep 19, 2024 at 03:44:59PM GMT, Anon Loli wrote: > As I have said, they are not the only one. > On a fresh install (as far as I remember), I had to install pkgconf for Dwm or > St, also no env changes as far as I know and config.mk lines uncommented for > OpenBSD. Do you get exactly the sa

Re: pkgconfig errors

2024-09-18 Thread Страхиња Радић
Дана 24/09/19 02:16AM, Jesse Lawton написа: > > 4. Have you set up any unusual environment variables affecting > >pkg-config (`man 1 pkg-config`)? (Essentially a part of 1. above.) > I don't *think* so. Ok, now let's try this: env | grep PKG_CONFIG also pkg-config --debug -

Re: pkgconfig errors

2024-09-18 Thread Lucas Gabriel Vuotto
On Thu, Sep 19, 2024 at 02:16:27AM GMT, Jesse Lawton wrote: > > 1. How have you configured st compilation/edited config.mk? Which > >version of st are you using? Any patches? I use (and therefore > >compile) my fork based on st 0.9.2 on OpenBSD 7.5 without any > >issues, but also jus

Re: pkgconfig errors

2024-09-18 Thread Jesse Lawton
> 1. How have you configured st compilation/edited config.mk? Which >version of st are you using? Any patches? I use (and therefore >compile) my fork based on st 0.9.2 on OpenBSD 7.5 without any >issues, but also just a fresh `git clone`d copy compiles without >issues, when the

Re: pkgconfig errors

2024-09-18 Thread Страхиња Радић
Дана 24/09/16 02:16AM, Jesse Lawton написа: > Hi, I am running OpenBSD 7.5 and when I try to compile stuff this > happens: > jesse@openbsd ~/source/suckless/st % make > st build options: > Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config > line 331. > Deep recursion on sub

Re: pkgconfig errors

2024-09-17 Thread Jesse Lawton
> That doesn't get anything fixed in openbsd's pkg-comfig. I know, just saying that it worked for me. Thanks Jesse Lawton

Re: pkgconfig errors

2024-09-17 Thread Stuart Henderson
On 2024-09-17, Jesse Lawton wrote: > What I ended up doing is just using pkgconf (another pkg-config > package). That doesn't get anything fixed in openbsd's pkg-comfig. -- Please keep replies on the mailing list.

Re: pkgconfig errors

2024-09-17 Thread Jesse Lawton
What I ended up doing is just using pkgconf (another pkg-config package). Thanks Jesse Lawton

Re: pkgconfig errors

2024-09-17 Thread Stuart Henderson
On 2024-09-16, Jesse Lawton wrote: > Hi, I am running OpenBSD 7.5 and when I try to compile stuff this > happens: > jesse@openbsd ~/source/suckless/st % make > st build options: > Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config > line 331. > Deep recursion on subroutine

Re: pkgconfig errors

2024-09-16 Thread Jesse Lawton
I am currently using another pkgconfig package (pkgconf), but if anyone could tell me the problem it would be much appreciated. Thanks Jesse Lawton