On Thu, Aug 29, 2024 at 1:52 AM Richard Purdie via
lists.openembedded.org
<richard.purdie=linuxfoundation.org@...> wrote:
On Mon, 2024-08-26 at 12:01 -0700, Sven Reschke viaThis can be fixed by using realpath(path, NULL) API instead of
lists.openembedded.org wrote:
Hi Alex and Alexandre,I did try this on our automated testing and there were some issues:
sorry for the delay.
I've created a PR on Github on top of your latest changes:
https://github.com/Nanowires/oe-core-clone/pull/1
musl build failures:
https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/9440/steps/11/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/9456/steps/11/logs/stdio
canonicalize_file_name(path), we have done such changes
in few packages e.g. elfutils
https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=06263dda990be6778a4beb33481cfd39ce60c623;hp=fd0cee63fb02455a5021ca298da8dadb4df63a9a
there is a meta-oe patch for ssiapi
https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch
systemd+sysvinit build failure:For this I fixed the install.patch (which I removed in the first place). Could you re-run the tests with my latest commits? ;-)
https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/9431/steps/25/logs/stdio
Cheers,
Richard