On 01/18/2013 05:33 PM, Randy McMurchy wrote:
> On 1/18/2013 9:06 AM, [email protected] wrote:
>> --- trunk/BOOK/general/prog/ruby.xml 2013-01-18 02:31:19 UTC (rev 10945)
>> +++ trunk/BOOK/general/prog/ruby.xml 2013-01-18 15:06:25 UTC (rev 10946)
>> @@ -6,7 +6,7 @@
>>
>>      <!ENTITY ruby-download-http " ">
>>      <!ENTITY ruby-download-ftp  
>> "ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-&ruby-version;.tar.bz2";>
>> -  <!ENTITY ruby-md5sum        "13c26ea368d88a560f07cc8c5eb4fa05">
>> +  <!ENTITY ruby-md5sum        "944e73eba9ee9e1f2647ff32ec0b14b2">
>>      <!ENTITY ruby-size          "9.6 MB">
>>      <!ENTITY ruby-buildsize     "350 MB">
>>      <!ENTITY ruby-time          "4.0 SBU">
>
> I would sure like to know how you measure disk space used during the
> installation of a package. I installed Ruby yesterday, and there is
> over 350 MB of documentation installed. I think the actual MB used
> during the installation is more like 950. Of that 950, about 410 is
> copied to /usr. No big deal, but our numbers are grossly different.
>

Confirmed ...



Generating RDoc documentation
Parsing sources...
lib/mkmf.rb:1117:29: Couldn't find STRING_OR_FAILED_FORMAT. Assuming 
it's a module
lib/irb/inspector.rb:36:36: Couldn't find INSPECTORS. Assuming it's a 
module
Enclosing class/module 'mDigest' for class MD5 not known 

Enclosing class/module 'mDigest' for class RMD160 not known 

Enclosing class/module 'mDigest' for class SHA1 not known 

Enclosing class/module "cASN1ObjectId" for alias short_name sn not known 

Enclosing class/module "cASN1ObjectId" for alias long_name ln not known
100% [773/773]  doc/re.rdoc 


Generating RI format into ~/src/ruby-1.9.3-p374/.ext/rdoc...

Files:        773

Classes:     1373 ( 707 undocumented)
Modules:      306 ( 152 undocumented)
Constants:   2258 ( 828 undocumented)
Attributes:  1020 ( 440 undocumented)
Methods:    10474 (3105 undocumented)

Total:      15431 (5232 undocumented)
  66.09% documented

Elapsed: 104.5s

~/src/ruby-1.9.3-p374$ du -sh .ext/rdoc
61M     .ext/rdoc

~/src/ruby-1.9.3-p374$ make install DESTDIR=$PWD/dest

~/src/ruby-1.9.3-p374$ du -sh dest
114M    dest

~/src/ruby-1.9.3-p374$ du -sh dest/usr/share/ri
61M     dest/usr/share/ri

~/src/ruby-1.9.3-p374$ du -sh ../ruby-1.9.3-p374*
345M    ../ruby-1.9.3-p374
9.6M    ../ruby-1.9.3-p374.tar.bz2
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to