[opensuse-packaging] Probable problem with %__make %{?jobs:-j%{jobs}}
![](https://seccdn.libravatar.org/avatar/eb175bfeab371f2d7bfc588171981525.jpg?s=120&d=mm&r=g)
Hi, with the above line added to a spec file rpmbuild causes a kernel panic on my 1 gig ram celeron E1200 x86_64 system. Seeing that the same spec file is packaged in the source rpm isn't this a potential problem and I've already had a submit to my graphics blender project with this added and sent it to factory. I've added a "%if 0%{?opensuse_bs}" conditional to the spec file but I haven't tried a local osc build in case of another kernel panic. Does the conditional prevent a parallel build on my local machine with obs build? Regards Dave P -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/bff0c215e01f23fcee6fe49e65fae458.jpg?s=120&d=mm&r=g)
On Sun, Dec 27, 2009 at 09:09:16AM +0200, Dave Plater wrote:
Hi, with the above line added to a spec file rpmbuild causes a kernel panic on my 1 gig ram celeron E1200 x86_64 system. Seeing that the same spec file is packaged in the source rpm isn't this a potential problem and I've already had a submit to my graphics blender project with this added and sent it to factory. I've added a "%if 0%{?opensuse_bs}" conditional to the spec file but I haven't tried a local osc build in case of another kernel panic. Does the conditional prevent a parallel build on my local machine with obs build?
Do not add conditionals, just disable parallel make. Also report the panic, the build should at most run out of memory. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/eb175bfeab371f2d7bfc588171981525.jpg?s=120&d=mm&r=g)
On 12/27/2009 11:56 AM, Marcus Meissner wrote:
On Sun, Dec 27, 2009 at 09:09:16AM +0200, Dave Plater wrote:
Hi, with the above line added to a spec file rpmbuild causes a kernel panic on my 1 gig ram celeron E1200 x86_64 system. Seeing that the same spec file is packaged in the source rpm isn't this a potential problem and I've already had a submit to my graphics blender project with this added and sent it to factory. I've added a "%if 0%{?opensuse_bs}" conditional to the spec file but I haven't tried a local osc build in case of another kernel panic. Does the conditional prevent a parallel build on my local machine with obs build?
Do not add conditionals, just disable parallel make.
Also report the panic, the build should at most run out of memory.
Ciao, Marcus
Thanks for the info, what should I report the bug for, kernel or something other? Regards Dave P -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/bff0c215e01f23fcee6fe49e65fae458.jpg?s=120&d=mm&r=g)
On Sun, Dec 27, 2009 at 12:09:45PM +0200, Dave Plater wrote:
On 12/27/2009 11:56 AM, Marcus Meissner wrote:
On Sun, Dec 27, 2009 at 09:09:16AM +0200, Dave Plater wrote:
Hi, with the above line added to a spec file rpmbuild causes a kernel panic on my 1 gig ram celeron E1200 x86_64 system. Seeing that the same spec file is packaged in the source rpm isn't this a potential problem and I've already had a submit to my graphics blender project with this added and sent it to factory. I've added a "%if 0%{?opensuse_bs}" conditional to the spec file but I haven't tried a local osc build in case of another kernel panic. Does the conditional prevent a parallel build on my local machine with obs build?
Do not add conditionals, just disable parallel make.
Also report the panic, the build should at most run out of memory.
Ciao, Marcus
Thanks for the info, what should I report the bug for, kernel or something other?
Kernel, with the usual full backtraces from dmesg. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Dave Plater
-
Marcus Meissner