From owner-freebsd-ppc Sun Feb 23 16:32:48 2003 Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE6137B401; Sun, 23 Feb 2003 16:32:46 -0800 (PST) Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C24043F3F; Sun, 23 Feb 2003 16:32:46 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from grover.mail.pas.earthlink.net ([207.217.121.249] helo=grover.psp.pas.earthlink.net) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18n6Y2-0001Jy-00; Sun, 23 Feb 2003 16:32:46 -0800 Received: from [207.217.78.11] by EarthlinkWAM via HTTP; Sun Feb 23 16:32:45 PST 2003 Message-ID: <198964.1046046765958.JavaMail.nobody@grover.psp.pas.earthlink.net> Date: Sun, 23 Feb 2003 16:32:09 -0600 (GMT) From: Sean Welch Reply-To: Sean_Welch@alum.wofford.org To: Benno Rice Subject: Re: Re: Re: Also interested in testing Cc: freebsd-ppc@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Web Access Mail version 3.0 Sender: owner-freebsd-ppc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, the buildworld seemed to complete correctly. Here's what I did: cvsup to current apply Peter's gcc "diffs" (overlays?) make -DNO_BIND -DNOINFO -DNOGAMES -DNOPROFILE -DNOSHARE -DNOCRYPT -DNOSECURE -DNOLIBC_R -DNO_IPFILTER -DNOFORTH -DNO_FORTH TARGET_ARCH=powerpc buildworld |$ tee /tmp/powerpc.log No errors are apparent in powerpc.log and the last line is: chmod 444 freebsd.cf After this I created /data/ppc with permissions 777 and ran: make DESTDIR=/data/ppc installworld Anything look amiss here? Sean -------Original Message------- From: Benno Rice Sent: 02/23/03 06:17 PM To: Sean_Welch@alum.wofford.org Subject: Re: Re: Also interested in testing > > On Mon, 2003-02-24 at 08:57, Sean Welch wrote: > Cool -- does this mean the modem is functional then with > userland ppp (ie, traditional hayes command etc)? It should be, yes. I haven't tried this yet as I've replaced my internal modem with a stealth serial port for use as a serial console. > I'm > itching to trying some of this stuff, but I'm hung up on > my installworld... > > For some reason the installworld is refusing to handle > the /usr/src/include directory correctly. The command > I run is as follows: > > make DESTDIR=/data/ppc installworld > > It gets hung up telling me (apparently) that > /data/ppc/usr/include does not exist even though it > does. Stranger still, if I run: > > make DESTDIR=/data/ppc install > > under /usr/src/include it all installs just fine. > Problem is, the installworld starts over and I'm stuck > again. > > Before I ran into this problem I found that I also > had to manually create /data/ppc/usr/share/info/dir or > the install quit telling me the directory didn't exist. > > Am I missing something here that I should be doing? Has your buildworld completed first? You need to have that done. You'll also need the TARGET_ARCH setting done correctly. See the discussion between myself a grehan previously for the correct make flags. -- Benno Rice > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message