Thank you Zhang, Qiang Z again,
> Are you running out of memory and your out of memory killer is shooting the 
> offending process in

I check that oom-killer (out of memory killer) is off
(/proc/sys/vm/oom_kill_allocating_task is set to 0)
my memory siuation is as follow,

$ free -lm
             total       used       free     shared    buffers     cached
Mem:      2000       367       1633          0         13         96
Low:        2000       367       1633
High:            0           0           0
-/+ buffers/cache:        256       1743
Swap:         1905        735       1170

this memory configuration is not enough for webkit build?



On Fri, Mar 22, 2013 at 9:37 AM, Rusty Lynch <[email protected]> wrote:
> On 03/21/2013 05:27 PM, Jeong-Joon Yoo wrote:
>>
>> Thank for your reply, Zhang Qiang Z
>>
>> I run the following command
>>
>>> $ gbs build --clean ...
>>
>> After the result, this command returns the following same error
>> message. (may be linking error.)
>> (> $ gbs build --clean --clean-repos, this command also returns same
>> error message)
>>
>> [ 3617s] [ 98%] Building CXX object
>>
>> Source/WebKit2/CMakeFiles/ewebkit2.dir/__/__/DerivedSources/WebKit2/WebInspectorMessageReceiver.cpp.o
>> [ 3617s] [ 98%] Building CXX object
>>
>> Source/WebKit2/CMakeFiles/ewebkit2.dir/__/__/DerivedSources/WebKit2/WebPageMessageReceiver.cpp.o
>> [ 3625s] Linking CXX shared library ../../lib/libewebkit2.so
>> [ 3700s] collect2: ld terminated with signal 9 [Killed]
>> [ 3701s] make[2]: *** [lib/libewebkit2.so.0.6.24] Error 1
>> [ 3701s] make[1]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/all] Error 2
>> [ 3701s] make: *** [all] Error 2
>> [ 3701s] error: Bad exit status from /var/tmp/rpm-tmp.vM6Sj8 (%build)
>> [ 3701s]
>> [ 3701s]
>> [ 3701s] RPM build errors:
>> [ 3701s]     Bad exit status from /var/tmp/rpm-tmp.vM6Sj8 (%build)
>>
>> What can I do to solve this problem?
>> Thank you in advance.
>>
>>
>
> Strange.... ld was terminated with a signal 9?  Are you running out of
> memory and your out of memory killer is shooting the offending process in
> the head?  webkit is kind of huge requiring a pretty significant system to
> successfully build it.
>
>     --rusty
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to