FS#34080 - [chromium] Unable to compile package in clean chroot
Attached to Project:
Arch Linux
Opened by John (graysky) - Thursday, 28 February 2013, 23:40 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 05 March 2013, 09:55 GMT
Opened by John (graysky) - Thursday, 28 February 2013, 23:40 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 05 March 2013, 09:55 GMT
|
Details
Cannot compile this package from ABS either inside or
outside of a clean chroot (devtools). Complete log attached
but here are the parts near the error:
CXX(target) out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources13.o CXX(target) out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources14.o g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. make: *** [out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources05.o] Error 4 make: *** Waiting for unfinished jobs.... g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. make: *** [out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources06.o] Error 4 g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. make: *** [out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources01.o] Error 4 g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. make: *** [out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources03.o] Error 4 g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. make: *** [out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources02.o] Error 4 Additional info: * package version(s): 25.0.1364.97-1 Steps to reproduce: % cp -a /var/abs/extra/chromium /scratch % cd /scratch/chromium % sudo extra-x86_64-build -c |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Tuesday, 05 March 2013, 09:55 GMT
Reason for closing: Not a bug
Tuesday, 05 March 2013, 09:55 GMT
Reason for closing: Not a bug
I'm thinking that Dave is correct; you seem to be spawning 10+ build jobs and running out of memory (after all, this is C++ we're compiling).
Fwiw, I just built a new chromium package with no issues.
@falconindy - I am trying it again right now and will inspect dmesg and journalctl -xn for clues and also update this flyspray.
Thank you both the suggestions.