Re: [OE-core] [PATCH] cdrtools-native: fix build with gcc-14

2024-05-20 Thread Martin Jansa
That doesn't fix that, I did the upgrade first and Ross was already looking for cdrtools alternatives, so I went with minimal fix for gcc-14 on host. On Mon, May 20, 2024 at 8:45 PM Khem Raj wrote: > > perhaps we should try to upgrade to >

Re: [OE-core] [PATCH] cdrtools-native: fix build with gcc-14

2024-05-20 Thread Khem Raj
perhaps we should try to upgrade to https://sourceforge.net/projects/cdrtools/files/alpha/cdrtools-3.02a09.tar.bz2 this is last release of cdrtools and other distros are packaging it too, I am not sure if it will fix this issue but we might be able to share fixes. We should also explore options to

[OE-core] [PATCH] cdrtools-native: fix build with gcc-14

2024-05-20 Thread Martin Jansa
Fixes: http://errors.yoctoproject.org/Errors/Details/770525/ | checking whether the C compiler (gcc -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/cdrtools-native/3.01/recipe-sysroot-native/usr/include -O2 -pipe ) works... no | configure: error: installation or configuration problem: C

[OE-core] [PATCH] cdrtools-native: Fix build with GCC 14

2024-05-01 Thread Zoltan Boszormenyi
Add a patch to fix do_configure with GCC 14. Disable building cdda2wav because it doesn't build with GCC 14. Signed-off-by: Zoltán Böszörményi --- .../cdrtools/cdrtools-native_3.01.bb| 6 +- .../cdrtools/cdrtools/gcc14-fix.patch | 13 + 2 files