https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-cpp/gtest-1.10.0_p20200702 fails to compile. Discovered on: s390 (internal ref: s390_at)
Created attachment 654116 [details] build.log build log and emerge --info
> {standard input}: Assembler messages: > {standard input}:2456979: Warning: end of file not at end of a line; newline inserted From what I've read, this is often indicative of an out-of-memory error. The build log shows that you have only about 330 MiB free out of about 2 GiB of RAM. The build isn't big but debugging symbols can make it blow up. Just for sanity's sake, try repoducing the error with CXXFLAGS="-march=z13 -mzarch -m64" (i.e., no -On and no -pipe or any other flags) and FEATURES="-sandbox". Post the build.log again if it still fails.
(In reply to Agostino Sarubbo from comment #0) > https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ > > Issue: dev-cpp/gtest-1.10.0_p20200702 fails to compile. > Discovered on: s390 (internal ref: s390_at) From the build.log: > {standard input}: Assembler messages: > {standard input}:2456979: Warning: end of file not at end of a line; newline inserted From what I've read, this is often indicative of an out-of-memory error. The build log shows that you have only about 330 MiB free out of about 2 GiB of RAM. The build isn't big but debugging symbols can make it blow up. Just for sanity's sake, try repoducing the error with CXXFLAGS="-march=z13 -mzarch -m64" (i.e., no -On and no -pipe or any other flags) and FEATURES="-sandbox". Post the build.log again if it still fails.
I'm tentatively closing this bug. If reproducible when tested with the suggested flags, feel free to reopen and post the build.log.