Bug#1042009: onetbb: FTBFS on armel: error: ‘void __atomic_store_1(volatile void*, unsigned char, int)’ writing 1 byte into a region of size 0 overflows the destination [-Werror=stringop-overflow=]

2023-07-31 Thread Petter Reinholdtsen
I managed to reduce it to this patch, now applied to git as 1050-armel-atomic-past-buffer.patch. No idea why it help, but worked when doing test build on armel / abel.debian.org. --- tbb.orig/src/tbb/concurrent_monitor.h 2023-07-30 20:28:22.251868539 + +++ tbb/src/tbb/concurrent_moni

Bug#1042009: onetbb: FTBFS on armel: error: ‘void __atomic_store_1(volatile void*, unsigned char, int)’ writing 1 byte into a region of size 0 overflows the destination [-Werror=stringop-overflow=]

2023-07-30 Thread Petter Reinholdtsen
I suspect this trigger a compiler bug on armel, as the code seem just fine with me. I have tested on armel and managed to get the code building with the following patch. diff --git a/src/tbb/concurrent_monitor.h b/src/tbb/concurrent_monitor.h index 3d20ef5b..b010b2e5 100644 --- a/src/tbb/concurre

Bug#1042009: onetbb: FTBFS on armel: error: ‘void __atomic_store_1(volatile void*, unsigned char, int)’ writing 1 byte into a region of size 0 overflows the destination [-Werror=stringop-overflow=]

2023-07-25 Thread Sebastian Ramacher
Source: onetbb Version: 2021.9.0-1 Severity: serious Tags: ftbfs sid trixie Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: sramac...@debian.org https://buildd.debian.org/status/fetch.php?pkg=onetbb&arch=armel&ver=2021.9.0-1&stamp=1689653659&raw=0 FAIL