From owner-freebsd-i386@FreeBSD.ORG Fri Aug 12 18:36:08 2005 Return-Path: X-Original-To: freebsd-i386@freebsd.org Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E10E116A41F for ; Fri, 12 Aug 2005 18:36:08 +0000 (GMT) (envelope-from maillists@jt.net.au) Received: from mail.iinet.net.au (mail-08.iinet.net.au [203.59.3.40]) by mx1.FreeBSD.org (Postfix) with SMTP id EC83543D45 for ; Fri, 12 Aug 2005 18:36:07 +0000 (GMT) (envelope-from maillists@jt.net.au) Received: (qmail 29570 invoked from network); 12 Aug 2005 18:36:05 -0000 Received: from unknown (HELO JTUFFIN) (203.59.154.21) by mail.iinet.net.au with SMTP; 12 Aug 2005 18:36:05 -0000 From: Sender: "Maillists" To: Date: Sat, 13 Aug 2005 02:36:03 +0800 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcWfbLE8FHCdgZoFQ3ep8quDcLF8mA== Message-Id: <20050812183607.EC83543D45@mx1.FreeBSD.org> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: make world - Celeron vs Pentium 4 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 18:36:09 -0000 Hi All My issue pertains to the make world as used in building a jail type environment. I have searched Google and not had much success in finding a solution or a pointer to a solution. On FreeBSD 5.4 I am following the Jail creation steps as defined in the jail man page. D=/here/is/the/jail cd /usr/src mkdir -p $D make world DESTDIR=$D cd etc make distribution DESTDIR=$D mount_devfs devfs $D/dev cd $D ln -sf dev/null kernel Running on my main Pentium 4 computer this works fine, but on other machines, including Pentium II, Celeron D and VMware machines, the "make world" crashes out with seemingly insignificant issues. Eg. Ld: cannot find -lc Pwd: ipf is not a file I have now tried this on another Pentium 4 computer and it works. Now, this is not to say that I have a hardware failure on my non-P4 machines, but it seems strange that the P4 machines I have tested on worked fine, and all other platforms have failed. I have also tried raw CD installs and also CVSup on each platform, and the failures still plague the non-P4 systems. All help appreciated. Regards Jason