[opensuse-factory] Failed Build for virtualbox
Hi, I received notification that the 32-bit version of virtualbox in project Virtualbox failed to build. The details are at https://build.opensuse.org/package/live_build_log/Virtualization/virtualbox/.... From the log, the failure happened due to running out of memory as follows: [ 1346s] cc1plus: out of memory allocating 264 bytes after a total of 125624320 bytes [ 1348s] kmk: *** [/home/abuild/rpmbuild/BUILD/VirtualBox-5.0.6/out/linux.x86/release/obj/vboxsoap/gen/webservice/soapC-3.o] Error 1 Using a local build, both 64- and 32-bit versions build correctly, but my system certainly does not choke at allocations of 125 MB. My knowledge of spec files is minimal. How can I change this project to allow it to get more memory? Thanks, Larry -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 14 Oct 2015 08:52:56 -0500 Larry Finger <Larry.Finger@lwfinger.net> wrote:
Hi,
I received notification that the 32-bit version of virtualbox in project Virtualbox failed to build. The details are at https://build.opensuse.org/package/live_build_log/Virtualization/virtualbox/.... From the log, the failure happened due to running out of memory as follows:
[ 1346s] cc1plus: out of memory allocating 264 bytes after a total of 125624320 bytes [ 1348s] kmk: *** [/home/abuild/rpmbuild/BUILD/VirtualBox-5.0.6/out/linux.x86/release/obj/vboxsoap/gen/webservice/soapC-3.o] Error 1
Using a local build, both 64- and 32-bit versions build correctly, but my system certainly does not choke at allocations of 125 MB.
My knowledge of spec files is minimal. How can I change this project to allow it to get more memory?
Thanks,
Larry
Try use build job constraints: http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.build_j... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 10/15/2015 10:06 AM, Josef Reidinger wrote:
On Wed, 14 Oct 2015 08:52:56 -0500 Larry Finger <Larry.Finger@lwfinger.net> wrote:
Hi,
I received notification that the 32-bit version of virtualbox in project Virtualbox failed to build. The details are at https://build.opensuse.org/package/live_build_log/Virtualization/virtualbox/.... From the log, the failure happened due to running out of memory as follows:
[ 1346s] cc1plus: out of memory allocating 264 bytes after a total of 125624320 bytes [ 1348s] kmk: *** [/home/abuild/rpmbuild/BUILD/VirtualBox-5.0.6/out/linux.x86/release/obj/vboxsoap/gen/webservice/soapC-3.o] Error 1
Using a local build, both 64- and 32-bit versions build correctly, but my system certainly does not choke at allocations of 125 MB.
My knowledge of spec files is minimal. How can I change this project to allow it to get more memory?
Thanks,
Larry
Try use build job constraints: http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.build_j...
Thanks. That was the place I needed to look. The only problem is that the memory constraint was already set for 4000 M, which I think means 4 GB. Now to find out why it fails at 125 MB. Larry -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Josef Reidinger
-
Larry Finger