From owner-freebsd-questions Sun Mar 16 23:52:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E19DE37B401 for ; Sun, 16 Mar 2003 23:52:26 -0800 (PST) Received: from linopryne.com (adslh185.cofs.net [207.87.240.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 7CDBC43FA3 for ; Sun, 16 Mar 2003 23:52:25 -0800 (PST) (envelope-from list@linopryne.com) Received: (qmail 1768 invoked from network); 17 Mar 2003 07:52:22 -0000 Received: from localhost (HELO linopryne.com) (127.0.0.1) by 0 with SMTP; 17 Mar 2003 07:52:22 -0000 Received: from 192.168.0.4 (SquirrelMail authenticated user list@linopryne.com) by mail.linopryne.com with HTTP; Mon, 17 Mar 2003 02:52:22 -0500 (EST) Message-ID: <3113.192.168.0.4.1047887542.squirrel@mail.linopryne.com> Date: Mon, 17 Mar 2003 02:52:22 -0500 (EST) Subject: Problems making world in 5.0-RELEASE From: "Jorge Mario G." To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.10) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG HI I just downloaded 5.0-RELEASE install miniso Installed, downloaded cvsup updated the sources did make buildworld and it finished OK but make installworld fails! also it fails trying to build the kernel ############################################################ su-2.05b# cd /usr/src/ su-2.05b# make installworld mkdir -p /tmp/install.602 for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.602; done usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory *** Error code 64 Stop in /usr/src. *** Error code 1 Stop in /usr/src. su-2.05b# ################################################################## su-2.05b# config GENERIC config: ../compile/GENERIC: No such file or directory su-2.05b# pwd /usr/src/sys/i386/conf su-2.05b# ################################################################# su-2.05b# uname -a FreeBSD cat.linopryne.com 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 su-2.05b# ################################################################# what am I doing wrong?? Jorge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message