From owner-freebsd-questions Fri Nov 22 12:41:09 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA15958 for questions-outgoing; Fri, 22 Nov 1996 12:41:09 -0800 (PST) Received: from xenon.chromatic.com (xenon.chromatic.com [199.5.224.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA15950 for ; Fri, 22 Nov 1996 12:41:06 -0800 (PST) Received: from ohio.chromatic.com (ohio.chromatic.com [199.5.224.98]) by xenon.chromatic.com (8.7.5/8.7.3) with ESMTP id MAA07166 for ; Fri, 22 Nov 1996 12:41:14 -0800 (PST) Received: (from hua@localhost) by ohio.chromatic.com (8.7.6/8.7.3) id NAA03946; Wed, 20 Nov 1996 13:46:08 -0800 (PST) Date: Wed, 20 Nov 1996 13:46:08 -0800 (PST) From: Ernest Hua Message-Id: <199611202146.NAA03946@ohio.chromatic.com> To: questions@freebsd.org Subject: 2.1.6-RELEASE kernel re-build fails ... Cc: hua@ohio.chromatic.com Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I took a 2.1.5-RELEASE configuration file and try to build a 2.1.6-RELEASE kernel from it. It fails with this message: [SNIP] cc -O -I/usr/src/sys/libkern -I/usr/src/sys/libkern/.. -DKERNEL -c udivdi3.c -o udivdi3.o cc -O -I/usr/src/sys/libkern -I/usr/src/sys/libkern/.. -DKERNEL -c umoddi3.c -o umoddi3.o cc -O -I/usr/src/sys/libkern -I/usr/src/sys/libkern/.. -DKERNEL -c xordi3.c -o xordi3.o building standard kern library /usr/bin/lorder: Cannot fork Cannot fork ar: no archive members specified usage: ar -d [-Tv] archive file ... ar -m [-Tv] archive file ... ar -m [-abiTv] position archive file ... ar -p [-Tv] archive [file ...] ar -q [-cTv] archive file ... ar -r [-cuTv] archive file ... ar -r [-abciuTv] position archive file ... ar -t [-Tv] archive [file ...] ar -x [-ouTv] archive [file ...] *** Error code 1 Stop. *** Error code 1 Stop. Anyone have any idea what I might be doing wrong? I really don't think it has anything to do with too many processes because I am spawning processes as we speak and I am also building a GENERIC kernel. Ern