Fernando de Oliveira wrote:
> On 17-05-2012 17:33, Bruce Dubbs wrote:
>> Fernando de Oliveira wrote:
>>>
>>> Obtained the following statistics:
>>>
>>> BUILD_DIR_SIZE: 917316   
>>>
>>> USED_BEFORE: 8105104
>>> USED_AFTER: 8159468
>>> USED_AFTER - USED_BEFORE = 54364
>>>
>>> [Forgot to delete after a previous build /usr/include/xulrunner-12.0 and 
>>> /usr/share/idl/xulrunner-12.0, so it should read:
>>>
>>> USED_AFTER - USED_BEFORE = 108672 ]
>> OK, 106 MB
>>
>>> Totalseconds: 917

>> Not unreasonable.  How many threads (-j?) ?

> j4

>> How much is that in SBU?
> 
> About 10 SBU

OK thanks.  For the book, we always use -j1 for consistency, but it's nice to 
have another reference.

>>> real    15m16.346s
>>> user    39m57.585s
>>> sys    3m21.553s
>>>
>>> $ find /usr -type d -name xulrunner\* -exec du -sh {} \; 2>/dev/null
>>> 24M    /usr/include/xulrunner-12.0
>>> 6,8M    /usr/share/idl/xulrunner-12.0
>>> 25M    /usr/lib/xulrunner-devel-12.0
>>> 29M    /usr/lib/xulrunner-12.0

>> Are there any hard links shared between /usr/lib/xulrunner-devel-12.0 and 
>> /usr/lib/xulrunner-12.0?

> For .so, I do not think so:
> 
> # find /usr/lib/xulrunner* -name \*.so -exec ls -i {} \; | sort
> 568791 /usr/lib/xulrunner-12.0/components/libdbusservice.so
> 568792 /usr/lib/xulrunner-12.0/components/libmozgnome.so
> 568793 /usr/lib/xulrunner-12.0/components/libnkgnomevfs.so
> 568797 /usr/lib/xulrunner-12.0/libmozalloc.so
> 568798 /usr/lib/xulrunner-12.0/libxul.so
> 568802 /usr/lib/xulrunner-12.0/libxpcom.so
> 678685 /usr/lib/xulrunner-devel-12.0/sdk/lib/libmozalloc.so
> 678686 /usr/lib/xulrunner-devel-12.0/sdk/lib/libxul.so
> 678689 /usr/lib/xulrunner-devel-12.0/sdk/lib/libxpcom.so

OK, looks good.

   -- Bruce



-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to