Hello,
when using the new BSP 6.8.5 with the default torizoncore manifest I get an error building the elfutils recipe:
$ mkdir test
$ cd test
$ repo init -u https://git.toradex.com/toradex-manifest.git -b refs/tags/6.8.5 -m torizoncore/default.xml
$ repo sync
$ MACHINE=verdin-imx8mm EULA=1 source setup-environment
$ bitbake elfutils
| ../../elfutils-0.186/debuginfod/debuginfod-client.c:1158:11: error: ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Werror=deprecated-declarations]
| 1158 | if (curl_easy_getinfo(target_handle, CURLINFO_CONTENT_LENGTH_DOWNLOAD,
| | ^~
| /home/gemac/test/build-torizon/tmp/work/x86_64-linux/elfutils-native/0.186-r0/recipe-sysroot-native/usr/include/curl/curl.h:2892:3: note: declared here
| 2892 | CURLINFO_CONTENT_LENGTH_DOWNLOAD
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| cc1: all warnings being treated as errors
| make[2]: *** [Makefile:629: debuginfod-client.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[1]: *** [Makefile:525: all-recursive] Error 1
| make: *** [Makefile:441: all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
ERROR: Task (virtual:native:/home/gemac/test/build-torizon/conf/../../layers/openembedded-core/meta/recipes-devtools/elfutils/elfutils_0.186.bb:do_compile) failed with exit code '1'
When using the tdxref manifest the recipe compiles without problems.
Best regards,
Markus