Hide Forgot
Description of problem: webkitgtk fails to build on ARM Koji: http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=56329 The error, as far as I can tell, occurs in the final linking stage: ... /usr/bin/ld: Errors encountered processing file libWebCore_la-HTMLPlugInImageElement.o ... I wonder if these errors are related to the warnings: warning: cast from 'JSC::JSCell*' to 'JSC::Structure*' increases required alignment of target type [-Wcast-align]
I think the real error is: /usr/bin/ld: failed to set dynamic section sizes: Memory exhausted Can you get more memory on the builder?
Yeah I was wondering if that is it or if that is a symptom of the linking errors above it. I am building it locally to see. I can increase swap locally if need be.
It turns out that that builder had 10GB of swap. Does webkitgtk use that much or is there a problem somewhere ?
Looks like this issue was resolved :) http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=57514
Fixed.