On 19.11.2024 05:29, ci_not...@linaro.org wrote: > Our automatic CI has detected problems related to your patch(es). Please find > some details below. > > In master-arm, after: > | commit binutils-2_41-release-4788-gd5cbf916be4 > | Author: Jan Beulich <jbeul...@suse.com> > | Date: Mon Nov 18 11:35:57 2024 +0100 > | > | gas/ELF: also reject merge entity size being zero > | > | This won't have any useful effect, so is at best marginally less bogus > | than a negative value. > | > | ... 2 lines of the commit log omitted. > > Produces 14 regressions: > | Running ld:ld-elf/compress.exp ... > | FAIL: Build zlibbegin.o with zlib compressed debug sections > | FAIL: Build gnubegin.o with zlib-gnu compressed debug sections > | FAIL: Build gabiend.o with zlib-gabi compressed debug sections > | FAIL: Link -r with zlib compressed debug output > | ... and 10 more
I can see how I would have missed those: They apparently depend upon a proper Arm (cross) compiler being made available / known to the "make check" invocation. While in principle I have such a compiler, it doesn't lend itself to passing via CC_FOR_TARGET, at least not with how the machinery currently works. Plus I question the usefulness of such tests, when in the common case people won't have cross compilers for _all_ the possible targets available. Bottom line: This would better be investigated by someone having a ready-to- use environment to hand. Alternatively I could likely deal with some or even all of the observed regressions if not only the .sum files where provided among the artifacts, but also the .log ones. Jan _______________________________________________ linaro-toolchain mailing list -- linaro-toolchain@lists.linaro.org To unsubscribe send an email to linaro-toolchain-le...@lists.linaro.org