You are not logged in.

#1 2011-07-06 13:21:42

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Problem building chromium-dev

I have a problem building chromium-dev. At the end this error message is shown:

{standard input}: Assembler messages:
{standard input}: Fatal error: can't close out/Release/obj.target/webcore_remaining/third_party/WebKit/Source/WebCore/css/CSSParser.o: No space left on device
make: *** [out/Release/obj.target/webcore_remaining/third_party/WebKit/Source/WebCore/css/CSSParser.o] Error 1

Any idea of what the solution could be?

Offline

#2 2011-07-06 13:45:22

nixpunk
Member
Registered: 2009-11-23
Posts: 271

Re: Problem building chromium-dev

Is your /tmp full?  Try 'df -h /tmp' in terminal.

Offline

#3 2011-07-06 15:54:01

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: Problem building chromium-dev

df -h /tmp
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           1.5G   20K  1.5G   1% /tmp

That is not the problem

Offline

#4 2011-07-06 17:45:57

adaptee
Member
From: China
Registered: 2010-02-02
Posts: 36

Re: Problem building chromium-dev

Is that output of `df -h` generated right after the failure ?

My experience suggest that tmpfs mounted on /tmp may be the cause.   1.5G is really not a safe size for building browsers like google-chrome and firefox.

Try building it in another place on the hardsidk,  instead of in tmpfs.

Offline

#5 2011-07-06 22:16:49

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: Problem building chromium-dev

That was the problem. Solved. Thanks

Offline

Board footer

Powered by FluxBB