From owner-freebsd-current Sat Feb 17 0:32:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 6C4E237B491 for ; Sat, 17 Feb 2001 00:32:18 -0800 (PST) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) id f1H8WGB68588 for freebsd-current@freebsd.org.AVP; Sat, 17 Feb 2001 09:32:16 +0100 (CET) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) with UUCP id f1H8WF568582 for freebsd-current@freebsd.org; Sat, 17 Feb 2001 09:32:15 +0100 (CET) (envelope-from leifn@neland.dk) Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.11.1/8.11.0) with ESMTP id f1H8W5x50620 for ; Sat, 17 Feb 2001 09:32:07 +0100 (CET) (envelope-from leifn@neland.dk) Date: Sat, 17 Feb 2001 09:32:05 +0100 (CET) From: Leif Neland To: freebsd-current@freebsd.org Subject: Buildworld failing at stage 4 (Dumping source) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My "main" machine running newest current is hosed at the moment, proabably because I insisted to much in buildworld -k... Anyway, I then nfs-mount its /usr/src and /usr/obj onto an working -current as of 6. jan. I can then build a new world with a working userland, I think. But it stops with printing source on stdout/stderr; I never seen this before: -------------------------------------------------------------- >>> stage 4: populating /usr/obj/usr/src/i386/usr/include -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0 DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 SHARED=symlinks includes cd /usr/src/include; make -B all install ===> rpcsvc rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/klm_prot.x -o klm_prot.h # 1 "/usr/src/include/rpcsvc/klm_prot.x" /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape ... cut /* * Kernel/lock manager protocol definition * Copyright (C) 1986 Sun Microsystems, Inc. * * protocol used between the UNIX kernel (the "client") and the * local lock manager. The local lock manager is a deamon running * above the kernel. */ ... cut - no need to include the whole source in this msg klm_stat KLM_UNLOCK (struct klm_unlockargs) = 4; } = 1; } = 100020; *** Error code 1 Stop in /usr/src/include/rpcsvc. *** Error code 1 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. arnold/usr/src # exit Script done on Sat Feb 17 09:15:29 2001 Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message