From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15153 invoked by alias); 20 Aug 2009 17:09:07 -0000 Received: (qmail 15141 invoked by uid 22791); 20 Aug 2009 17:09:06 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from gmp-eb-inf-2.sun.com (HELO gmp-eb-inf-2.sun.com) (192.18.6.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Aug 2009 17:08:57 +0000 Received: from fe-emea-09.sun.com (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged)) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n7KH8sXQ005857 for ; Thu, 20 Aug 2009 17:08:54 GMT MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) id <0KOO00000Q2YP500@fe-emea-09.sun.com> for gdb-patches@sourceware.org; Thu, 20 Aug 2009 18:08:33 +0100 (BST) Received: from [10.0.0.3] ([unknown] [88.117.80.201]) by fe-emea-09.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) with ESMTPSA id <0KOO00I30QA97L40@fe-emea-09.sun.com>; Thu, 20 Aug 2009 18:08:33 +0100 (BST) Date: Thu, 20 Aug 2009 17:16:00 -0000 From: Christian Thalinger Subject: Re: [patch] Fix Darwin breakage In-reply-to: <8ac60eac0908201001h4e0de16ev9e9a79ec40ec0de3@mail.gmail.com> To: Paul Pluzhnikov Cc: gdb-patches ml Message-id: <4A8D8311.8040806@Sun.COM> References: <8ac60eac0908140922m57367e9dn464783d8ff625474@mail.gmail.com> <4A8A95E0.7090409@Sun.COM> <8ac60eac0908180842q296b902fh38d01b89dcf54af3@mail.gmail.com> <4A8D7CE0.9030009@Sun.COM> <8ac60eac0908201001h4e0de16ev9e9a79ec40ec0de3@mail.gmail.com> User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00322.txt.bz2 Paul Pluzhnikov wrote: > On Thu, Aug 20, 2009 at 9:42 AM, Christian > Thalinger 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