Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Alexandre Belloni via lists.openembedded.org
Note that it also breaks meta-mingw: https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/6613/steps/12/logs/stdio On 29/01/2023 10:24:37+0800, Changqing Li wrote: > > On 1/29/23 07:32, Khem Raj wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Changqing Li
On 1/29/23 07:32, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. I have sent a fix for nghttp2 which unblocks builds on archlinux build hosts atleast. Thanks

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Khem Raj
I have sent a fix for nghttp2 which unblocks builds on archlinux build hosts atleast. On Sat, Jan 28, 2023 at 3:17 PM Khem Raj wrote: > > still failing on archlinux > > | [26/27] Generating nghttp2.c > | /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: > FutureWarning: Cython

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Khem Raj
still failing on archlinux | [26/27] Generating nghttp2.c | /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File:

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Changqing Li
On 1/20/23 09:48, Changqing Li wrote: On 1/16/23 05:30, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 13/01/2023 16:04:42+0800, Changqing Li

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-19 Thread Changqing Li
On 1/16/23 05:30, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 13/01/2023 16:04:42+0800, Changqing Li wrote: On 1/5/23 22:09, Alexandre Belloni

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-15 Thread Alexandre Belloni via lists.openembedded.org
On 13/01/2023 16:04:42+0800, Changqing Li wrote: > > On 1/5/23 22:09, Alexandre Belloni wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know the content is safe. > > > > This fails on

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-13 Thread Changqing Li
On 1/5/23 22:09, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. This fails on the AB:

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-10 Thread Khem Raj
On Tue, Jan 10, 2023 at 1:32 AM Changqing Li wrote: > > > On 1/5/23 03:17, Khem Raj wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know the content is safe. > > > > nghttp2-native fails

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-10 Thread Changqing Li
On 1/5/23 03:17, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. nghttp2-native fails to build which is exposed by this change ERROR: nghttp2-native-1.50.0-r0

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-05 Thread Alexandre Belloni via lists.openembedded.org
This fails on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/4580/steps/14/logs/stdio | checking run-time libs availability... failed | configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lnghttp2 -lssl

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-04 Thread Khem Raj
nghttp2-native fails to build which is exposed by this change ERROR: nghttp2-native-1.50.0-r0 do_compile: ExecutionError('/mnt/b/yoe/master/build/tmp/work/x86_64-linux/nghttp2-native/1.50.0-r0/temp/run.do_compile.1646093', 1, None, None) ERROR: Logfile of failure stored in:

[OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2022-12-28 Thread Changqing Li
From: Changqing Li After commit `ostree: replace libsoup-2.4 by curl`, ostree depends on libcurl, but it needs http2 support, otherwise it will fail with error: OSTree:ERROR:../git/src/libostree/ostree-fetcher-curl.c:886:initiate_next_curl_request: assertion failed (rc == CURLM_OK): (1 == 0) |