From owner-freebsd-current@FreeBSD.ORG Sun Mar 31 00:02:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7E250F15; Sun, 31 Mar 2013 00:02:00 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 306CE15A; Sun, 31 Mar 2013 00:02:00 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wd20so1129636obb.37 for ; Sat, 30 Mar 2013 17:01:59 -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=dg3zakqtOUNC5DWD8GrQxhhR2zNp9Zrtzq1ObI2XVtg=; b=AmSBN5Oie+qoev9HMmCE8x97mveDdJLSALxiFca/BAvxe5xvevlnPKGssg/0l1tz2B 5hqp46+gGa6eQQPfhmcEoxxoKp03QWQo3rmiLI3mhjvEei92Up+qCyGX1ySrsiunh59d soJg75dwQUO0aauDRDVgTmBC5cOlFxrg2HELqkVspmhspZrFXcV3iJQgoM8JKnTtdXIr hBxiSEIxJOiGtGjpsW/5MfvqiysjN1y6S/o+xwvsslBHUwFpHPcYf6pMFl2N85a9QVQe ziYuVIjp/+CMa/81tOWElMpGIv1kgfvUfuK3kmdhGSTeT3WNkRCybQc0CXWXd4lqDlXu 5NKw== MIME-Version: 1.0 X-Received: by 10.60.133.75 with SMTP id pa11mr2372790oeb.70.1364688119762; Sat, 30 Mar 2013 17:01:59 -0700 (PDT) Received: by 10.182.116.196 with HTTP; Sat, 30 Mar 2013 17:01:59 -0700 (PDT) In-Reply-To: <20130330230931.GA1548@glenbarber.us> References: <20130330020311.GB1687@glenbarber.us> <20130330093352.58bb5539@X220.ovitrap.com> <20130330230931.GA1548@glenbarber.us> Date: Sat, 30 Mar 2013 20:01:59 -0400 Message-ID: Subject: Re: Question on building from sources. From: Super Bisquit To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Erich Dollansky , freebsd-current , FreeBSD PowerPC ML X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Mar 2013 00:02:00 -0000 That was the error that came up, apologies for not specifying such. I'm not trying to disable clang but am trying to build the system using what is there. This is about the time I need a powerpc laptop or a connection...... On Sat, Mar 30, 2013 at 7:09 PM, Glen Barber wrote: > On Sat, Mar 30, 2013 at 07:05:47PM -0400, Super Bisquit wrote: > > 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). > > If you are trying to disable clang, you want to use: > > WITHOUT_CLANG_IS_CC=yes > > > What is the current state of clang as cc compiler on ppc32? <-- This > needs > > to be fixed first. > > I am not aware of any problems. > > Glen > > > 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 > > > >