From owner-freebsd-questions Sun Dec 6 14:35:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12897 for freebsd-questions-outgoing; Sun, 6 Dec 1998 14:35:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12890 for ; Sun, 6 Dec 1998 14:35:23 -0800 (PST) (envelope-from genisis@istar.ca) Received: from ts9-02.kin.istar.ca ([207.216.1.97] helo=genisis) by mail1.toronto.istar.net with smtp (Exim 2.02 #1) id 0zmmlr-00010i-00 for freebsd-questions@freebsd.org; Sun, 6 Dec 1998 17:35:21 -0500 Message-ID: <000201be2169$4f45a6c0$6101d8cf@genisis> From: "Dru" To: Subject: buildworld failure Date: Sun, 6 Dec 1998 17:35:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to upgrade a minimal installation of 2.2.6 (bin only) to 2.2.8 on a 486dx with 20 MB RAM. Successfully installed the sources as per the tutorial by Nik Clayton. The only change I made to /etc/make.conf was to unremark NOPROFILE=true. After 7 hours into make buildworld, it died; following is the last couple lines: ---> libexec/ypxfr rm -f yp.h rpcgen -I -C -h -o yp.h /usr/src/libexec/pyxfr/../../include/rpcsvc/yp.x rm -f ypxfr_clnt.c rpcgen -I -C -DYPPUSH_ONLY -l -o ypxfr_clnt.c /usr/src/libexec/ypxfr/../../include /rpcsvc/yp.x rm -f yp_clnt.c rpcgen -I -C -DYPSERV_ONLY -l -o yp_clnt.c /usr/src/libexec/ypxfr/../../include/rpcsvc/yp.x make: don't know how to make ypxfrd-getmap.c. Stop *** Error code 2 Stop. *** Error code 1 ypxfr does exist in /usr/src/libexec/ypxfr which contains a makefile and 6 other files including ypxfrd-getmap.c. What should I do from here? I stayed in multi-user mode for the buildworld as I had some problems with files at the very beginning and had to re-ftp some directories (libexec was not one of them). Should I re-ftp libexec and try again? Will I be able to start another buildworld? Do I still have 2.2.6? Please let me know if you need more info. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message