From owner-freebsd-current Thu Sep 6 3: 9:20 2001 Delivered-To: freebsd-current@freebsd.org Received: from hirogen.kabelfoon.nl (hirogen.kabelfoon.nl [62.45.45.69]) by hub.freebsd.org (Postfix) with ESMTP id 45A7F37B403 for ; Thu, 6 Sep 2001 03:09:17 -0700 (PDT) Received: from nick (kf-zvb-fp01-247.dial.kabelfoon.nl [62.45.40.121]) by hirogen.kabelfoon.nl (Postfix) with SMTP id EDD147C79 for ; Thu, 6 Sep 2001 12:09:13 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" From: Nick Martens Reply-To: nickm@kabelfoon.nl To: freebsd-current@FreeBSD.org Subject: error using make world Date: Thu, 6 Sep 2001 16:05:16 +0200 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01090616051600.00249@nick> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@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 updated my source tree from a fresh install then i tried to make world and got the following error: sh /usr/src/tools/install.sh -c -s -o root -g wheel -m 555 config /usr/obj/usr/src/i386/usr/sbin cd /usr/src/usr.sbin/kbdcontrol; make obj; make depend; make all; make install /usr/obj/usr/src/i386/usr/src/usr.sbin/kbdcontrol created for /usr/src/usr.sbin/kbdcontrol lex -t /usr/src/usr.sbin/kbdcontrol/lex.l > lex.c rm -f .depend mkdep -f .depend -a -I/usr/src/usr.sbin/kbdcontrol -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c lex.c cd /usr/src/usr.sbin/kbdcontrol; make _EXTRADEPEND echo kbdcontrol: /usr/obj/usr/src/i386/usr/lib/libc.a /usr/obj/usr/src/i386/usr/lib/libl.a >> .depend cc -O -pipe -I/usr/src/usr.sbin/kbdcontrol -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c *** Error code 1 Stop in /usr/src/usr.sbin/kbdcontrol. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I am not sure if I should have posted it here if I shouldn't have, then where should I ?? Is there something i forgot or should have known?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message