Re: quiche dependency issue in FreeBSD

2024-04-29 Thread Junho Choi
quiche > quiche-0.20.1: > > Should there be a shared lib provided there: > > quiche-0.20.1: > libquiche.so > > I thought that the USE_LDCONFIG= yes in the Makefile was taking care of that > automatically. And this is correctly set in the Makefile... > > Thanks! > > Yann > > > -- Junho Choi | https://saturnsoft.net

Re: quiche dependency issue in FreeBSD

2024-04-30 Thread Junho Choi
port when it's ready. On Tue, Apr 30, 2024 at 12:17 PM Junho Choi wrote: > > (Cross posting to ports@) > > Yann - yes I can reproduce it but have no idea why. > > It seems quiche doesn't have a "Shared Lib provided" section like > other libs. (see below)

Re: quiche dependency issue in FreeBSD

2024-06-26 Thread Junho Choi
quiche 0.22.0 with the soname fix released: https://github.com/cloudflare/quiche/releases/tag/0.22.0 On Tue, Apr 30, 2024 at 9:23 PM Junho Choi wrote: > I was looking into pkg source and found a relevant line: > > > https://github.com/freebsd/pkg/blob/b0a68a933f42aec97c8f37543bca

Re: quiche dependency issue in FreeBSD

2024-07-14 Thread Junho Choi
ll pick it up! Best, On Thu, Jun 27, 2024 at 11:29 AM Junho Choi wrote: > quiche 0.22.0 with the soname fix released: > https://github.com/cloudflare/quiche/releases/tag/0.22.0 > > On Tue, Apr 30, 2024 at 9:23 PM Junho Choi wrote: > >> I was looking into pkg source

Re: quiche dependency issue in FreeBSD

2024-07-22 Thread Junho Choi
This is solved by updating quiche and dnsdist to handle the .so version properly. Best, On Sun, Jul 14, 2024 at 9:49 PM Junho Choi wrote: > Yann, > > I filed a patch to update quiche to 0.22.0, with a correct .so > installation. > > With this port, I don't get "d

Re: rust/ring Re: [package - main-i386-default][net/quiche] Failed for quiche-0.22.0 in build

2024-07-25 Thread Junho Choi
On Thu, Jul 25, 2024 at 3:52 PM Jaap Akkerhuis wrote: > > > On 25 Jul 2024, at 05:21, Junho Choi wrote: > > I got a build failure log of a recently updated port (net/quiche-0.22.0). > > Looks like this is a dependency (ring) issue and already reported > https://github.co

Re: rust/ring Re: [package - main-i386-default][net/quiche] Failed for quiche-0.22.0 in build

2024-08-05 Thread Junho Choi
Thanks Jan, Based on your suggestion, I filed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280624 for marking this port BROKEN on i386. Currently it looks like a reasonable solution. Please take a look. Best, On Sat, Aug 3, 2024 at 3:43 AM Jan Beich wrote: > Junho Choi writes: >

Re: rust/ring Re: [package - main-i386-default][net/quiche] Failed for quiche-0.22.0 in build

2024-10-07 Thread Junho Choi
Is there any committer to take it please? I keep getting build failure reports for i386. On Mon, Aug 5, 2024 at 8:05 PM Junho Choi wrote: > Thanks Jan, > > Based on your suggestion, I filed > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280624 for marking this > port