From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <wangmy@fujitsu.com>, <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0
Date: Tue, 08 Apr 2025 13:17:19 +0200 [thread overview]
Message-ID: <D917RIL4YVYB.2M2GS34YXOHO4@bootlin.com> (raw)
In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com>
On Tue Apr 8, 2025 at 2:51 AM CEST, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> no-test-timeout.patch
> refreshed for 8.13.0
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
Hi Wang,
Thanks for your patch.
I believe the curl update is breaking nativesdk-cmake on the
autobuilder:
ERROR: nativesdk-cmake-3.31.6-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/temp/run.do_compile.1695358' failed with exit code 1
| In file included from /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Utilities/cm3p/curl/curl.h:8,
| from /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.h:12,
| from /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:3:
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx: In function 'std::string cmCurlSetNETRCOption(CURL*, const std::string&, const std::string&)':
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:178:26: error: invalid conversion from 'long int' to 'CURL_NETRC_OPTION' [-fpermissive]
| 178 | curl_netrc_level = CURL_NETRC_OPTIONAL;
| | ^~~~~~~~~~~~~~~~~~~
| | |
| | long int
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:180:26: error: invalid conversion from 'long int' to 'CURL_NETRC_OPTION' [-fpermissive]
| 180 | curl_netrc_level = CURL_NETRC_REQUIRED;
| | ^~~~~~~~~~~~~~~~~~~
| | |
| | long int
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:182:26: error: invalid conversion from 'long int' to 'CURL_NETRC_OPTION' [-fpermissive]
| 182 | curl_netrc_level = CURL_NETRC_IGNORED;
| | ^~~~~~~~~~~~~~~~~~
| | |
| | long int
Can you have a look at this please?
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2025-04-08 11:17 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 03/15] gawk: upgrade 5.3.1 -> 5.3.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 04/15] harfbuzz: upgrade 11.0.0 -> 11.0.1 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 05/15] hwdata: upgrade 0.393 -> 0.394 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32 wangmy
2025-04-08 8:08 ` Alexander Kanavin
2025-04-08 0:51 ` [OE-core] [PATCH 07/15] lighttpd: upgrade 1.4.78 -> 1.4.79 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 08/15] llvm: upgrade 20.1.1 -> 20.1.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 09/15] meson: upgrade 1.7.1 -> 1.7.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 10/15] python3-calver: upgrade 2025.04.01 -> 2025.04.02 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0 wangmy
2025-05-19 2:37 ` Clayton Casciato
2025-05-19 2:49 ` Clayton Casciato
2025-05-27 13:48 ` Clayton Casciato
2025-05-27 16:00 ` [OE-core] " Gyorgy Sarvari
2025-05-27 18:57 ` Clayton Casciato
2025-04-08 0:51 ` [OE-core] [PATCH 12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 13/15] python3-typing-extensions: upgrade 4.13.0 -> 4.13.1 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1 wangmy
2025-04-08 10:21 ` Gyorgy Sarvari
2025-04-08 0:51 ` [OE-core] [PATCH 15/15] systemd: upgrade 257.4 -> 257.5 wangmy
2025-04-08 11:17 ` Mathieu Dubois-Briand [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D917RIL4YVYB.2M2GS34YXOHO4@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=wangmy@fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox