From owner-freebsd-ppc@FreeBSD.ORG Sat Mar 30 23:05:48 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0625461F; Sat, 30 Mar 2013 23:05:48 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id ADBD5F43; Sat, 30 Mar 2013 23:05:47 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id va7so1111740obc.20 for ; Sat, 30 Mar 2013 16:05:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kmM8Gg6IIy5+R0Hm0jW3/+TqfnLJlnR2qWBTc4JZ3hY=; b=PrVWuP2oOO0hcJw9+/eSlKmtppvfC+AVsM0xDNIVKtOFlz51SZKnSBeS3qu/rfujAe 7hfRIuLeDr9aSqYA+KBmIetTbNlY35q2TGuKu0rrQmiaoI+xLCFsmEt2RVb2MFjY9Tf1 h6RLtZtcb3xut1zNuL23hGEZJxwjuRTk9MOI9zKxy3pRv7iPipTFJXcMDOv69aQc8JPV 5yMIsEHgVP6+c/ofAtoAXGjYqdRTQYJHQV5iDbd1itoJVGJlEajSaT3NwZbDCMwL3b7N WA0wDf3OCSFgzjUQWc25D9XfJrEEvTnkn7oJ+R9ZnT2nAtVI3sF2GjaNpd3MmfZme1y6 fvPA== MIME-Version: 1.0 X-Received: by 10.60.19.161 with SMTP id g1mr2271471oee.101.1364684747228; Sat, 30 Mar 2013 16:05:47 -0700 (PDT) Received: by 10.182.116.196 with HTTP; Sat, 30 Mar 2013 16:05:47 -0700 (PDT) In-Reply-To: <20130330093352.58bb5539@X220.ovitrap.com> References: <20130330020311.GB1687@glenbarber.us> <20130330093352.58bb5539@X220.ovitrap.com> Date: Sat, 30 Mar 2013 19:05:47 -0400 Message-ID: Subject: Re: Question on building from sources. From: Super Bisquit To: Erich Dollansky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Glen Barber , freebsd-current , FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 23:05:48 -0000 Okay. I already have 10.0 on the machine from a year ago. What I have come up against is CLANG_IS_CC ="no" when trying to build run(4). What is the current state of clang as cc compiler on ppc32? <-- This needs to be fixed first. Thanks for the replies and sorry for any noise. On Fri, Mar 29, 2013 at 10:33 PM, Erich Dollansky < erichsfreebsdlist@alogt.com> wrote: > Hi, > > On Fri, 29 Mar 2013 22:03:11 -0400 > Glen Barber wrote: > > > On Fri, Mar 29, 2013 at 09:31:12PM -0400, Super Bisquit wrote: > > > I have my QuickSilver and no internet connection. I have a few > > > questions. 1. Do I download the latest for PowerPC(32bit) and then > > > download the sources according to the Makefile. > > > > For ports, yes, you will to do 'make fetch' or 'make fetch-recursive' > > for third-party software you want to install. > > > yes. > > > > 3. Has anyone else done this before? If yes, then what were your > > > results? > > > > > > > It is painful. My suggestion is to identify everything you absolutely > > need, and do from a separate machine with internet access: > > > I do this all the while as I have only random Internet connection. But > I do this only for amd64. It works most of the time. Expect some > returns to the machine with an Internet connection. > > > Note that if anything is missing, build will fail at compile time on > > the internet-less machine. > > This should only be a problem for the ports. The sources can easily be > downloaded in one go. > > Erich >