This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix Darwin breakage


Paul Pluzhnikov wrote:
> On Thu, Aug 20, 2009 at 9:42 AM, Christian
> Thalinger<Christian.Thalinger@sun.com> wrote:
> 
>> The problem is the size of the stuff you need:
>>
>> $ du -sc build/bsd/bsd_i486_compiler2/ build/bsd/jdk-bsd-i586/
>> 1308012 total
> 
> Is that in blocks of 512B, or blocks of 1KB?

It's 512B blocks:

$ du -sch build/bsd/bsd_i486_compiler2/ build/bsd/jdk-bsd-i586/
275M	build/bsd/bsd_i486_compiler2/
364M	build/bsd/jdk-bsd-i586/
639M	total

> 
> I think we can arrange to transfer a 1GB file (it will likely compress
> reasonably well), though it may be easiest for me to just drive to Santa
> Clara and pick up a CD or DVD (if you are in fact in the bay area).

The drive would be long... I'm in Vienna, Austria :-)

> 
>> I should try something smaller...
> 
> Or I could try building jdk locally (are there many dependencies?)

It's not that complicated.  I try a fresh build and if it's fairly easy,
I send you the instructions.

-- Christian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]