Re: packaging question on gnunet-gtk

2022-03-25 Thread Nikita Ronja Gillmann
Issue locally solved by remembering that I did not add the code to re-bootstrap in the pkgsrc package after the applied patch to configure.ac. Nikita Ronja Gillmann transcribed 2.4K bytes: > The issue is odd: with just --with-extractor pointing to the prefix > of libextractor, I no longer get the

Re: packaging question on gnunet-gtk

2022-03-25 Thread Nikita Ronja Gillmann
The issue is odd: with just --with-extractor pointing to the prefix of libextractor, I no longer get the gnunet-conversation-gtk file built. Same happens with the patch applied. Both tests done in a clean build environment. Nikita Ronja Gillmann transcribed 2.0K bytes: > Hi Christian, > > thanks

Re: packaging question on gnunet-gtk

2022-03-25 Thread Nikita Ronja Gillmann
Hi Christian, thanks for looking into this issue! By the way, I'm very close to merging most of the gnunet packages into pkgsrc, tested for NetBSD so far, I just need to look into some issue with the user servicefile. On 3/25/22 14:27, Christian Grothoff wrote: Hi Nikita, I've figured it o

Re: packaging question on gnunet-gtk

2022-03-25 Thread Christian Grothoff
Hi Nikita, I've figured it out: gnunet-conversation-gtk was only being built when GNU libextractor was found by configure --- because it was linked against that library. However, that linkage was no longer needed, so I was able to remove the dependency and now it works even without LE. So workaro