On May 25, 2011, at 11:36 PM, Peter Hosey wrote:

> On May 25, 2011, at 20:23:24, Harvey Chapman wrote:
>> 25,262,229 bytes) for 1,685 items
> 
> Is that before or after trying to build?

before

> Try this:
> 
> 1. Delete the extracted folder.
> 2. Set Finder to List View (so that it won't try to create .DS_Store within 
> the extracted folder).
> 3. Extract the source archive, using either tar xjf (which looks in order) or 
> Archive Utility.
> 4. Select the folder without opening or expanding it, and Get Info.

25,262,229 bytes) for 1,685 items

Strange:

$ find Growl-1.2.2-src -type f | wc -l
    1729

$ du -s Growl-1.2.2-src
58912   Growl-1.2.2-src

$ du -s Growl-1.2.2-src
58912   Growl-1.2.2-src
harveybook:~ hchapman$ echo $((58912 * 512))
30162944


and on an Ubuntu 8.04 server:

root@blue:~# wget http://growl.googlecode.com/files/Growl-1.2.2-src.tbz
--23:50:44--  http://growl.googlecode.com/files/Growl-1.2.2-src.tbz
           => `Growl-1.2.2-src.tbz'
Resolving growl.googlecode.com... 74.125.67.82
Connecting to growl.googlecode.com|74.125.67.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9,503,238 (9.1M) [application/x-bzip2]

100%[============================================================================>]
 9,503,238      3.92M/s             

23:50:46 (3.92 MB/s) - `Growl-1.2.2-src.tbz' saved [9503238/9503238]

root@blue:~# tar xjf Growl-1.2.2-src.tbz 
tar: Ignoring unknown extended header keyword `SCHILY.dev'
tar: Ignoring unknown extended header keyword `SCHILY.ino'
tar: Ignoring unknown extended header keyword `SCHILY.nlink'
root@blue:~# du -s Growl-1.2.2-src
32504   Growl-1.2.2-src
root@blue:~# find Growl-1.2.2-src -type f | wc -l
1729


-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to