From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 17:59:49 2003 Return-Path: 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 AB78A37B401 for ; Wed, 25 Jun 2003 17:59:49 -0700 (PDT) Received: from mail024.syd.optusnet.com.au (mail024.syd.optusnet.com.au [210.49.20.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6638A44001 for ; Wed, 25 Jun 2003 17:59:48 -0700 (PDT) (envelope-from dlodeiro@optusnet.com.au) Received: from 10.0.0.19 (c16844.rochd3.qld.optusnet.com.au [211.28.125.210]) h5Q0xlA06964 for ; Thu, 26 Jun 2003 10:59:47 +1000 From: David Lodeiro To: FreeBSD-questions@FreeBSD.ORG Date: Thu, 26 Jun 2003 10:59:32 +1000 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306261059.32556.dlodeiro@optusnet.com.au> Subject: Problems during Buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 00:59:50 -0000 When I try to do make buildworld I get this error /usr/src/usr.sbin/acpi/amldb/amldb.c /usr/src/usr.sbin/acpi/amldb/debug.c /usr/src/usr.sbin/acpi/amldb/region.c /usr/src/usr.sbin/acpi/amldb/aml/aml_parse.c /usr/src/usr.sbin/acpi/amldb/aml/aml_name.c /usr/src/usr.sbin/acpi/amldb/aml/aml_amlmem.c /usr/src/usr.sbin/acpi/amldb/aml/aml_memman.c /usr/src/usr.sbin/acpi/amldb/aml/aml_store.c /usr/src/usr.sbin/acpi/amldb/aml/aml_obj.c /usr/src/usr.sbin/acpi/amldb/aml/aml_evalobj.c /usr/src/usr.sbin/acpi/amldb/aml/aml_common.c echo amldb: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.sbin/apm rm -f .depend mkdep -f .depend -a /usr/src/usr.sbin/apm/apm.c echo apm: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.sbin/apmd lex -t /usr/src/usr.sbin/apmd/apmdlex.l > apmdlex.c yacc -d -v /usr/src/usr.sbin/apmd/apmdparse.y yacc: 1 rule never reduced cp y.tab.c apmdparse.c rm -f .depend mkdep -f .depend -a -I. -I/usr/src/usr.sbin/apmd /usr/src/usr.sbin/apmd/apmd.c apmdlex.c apmdparse.c echo apmd: /usr/obj/usr/src/i386/usr/lib/libc.a /usr/obj/usr/src/i386/usr/lib/libl.a >> .depend ===> usr.sbin/bluetooth ===> usr.sbin/bluetooth/bt3cfw rm -f .depend mkdep -f .depend -a -I/usr/src/usr.sbin/bluetooth/bt3cfw/../../../sys/netgraph/bluetooth/include /usr/src/usr.sbin/bluetooth/bt3cfw/bt3cfw.c echo bt3cfw: /usr/sbin//usr/lib/libc.a /usr/sbin//usr/lib/libnetgraph.a >> .depend ===> usr.sbin/bluetooth/bcmfw rm -f .depend mkdep -f .depend -a -I/usr/src/usr.sbin/bluetooth/bcmfw/../../../sys/netgraph/bluetooth/include /usr/src/usr.sbin/bluetooth/bcmfw/bcmfw.c echo bcmfw: /usr/sbin//usr/lib/libc.a >> .depend ===> usr.sbin/bluetooth/hccontrol rm -f .depend mkdep -f .depend -a -I/usr/src/usr.sbin/bluetooth/hccontrol/../../../sys/netgraph/bluetooth/include /usr/src/usr.sbin/bluetooth/hccontrol/send_recv.c /usr/src/usr.sbin/bluetooth/hccontrol/link_policy.c /usr/src/usr.sbin/bluetooth/hccontrol/link_control.c /usr/src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c /usr/src/usr.sbin/bluetooth/hccontrol/info.c /usr/src/usr.sbin/bluetooth/hccontrol/status.c /usr/src/usr.sbin/bluetooth/hccontrol/node.c /usr/src/usr.sbin/bluetooth/hccontrol/hccontrol.c /usr/src/usr.sbin/bluetooth/hccontrol/util.c echo hccontrol: /usr/sbin//usr/lib/libc.a >> .depend ===> usr.sbin/bluetooth/hcsecd lex -t /usr/src/usr.sbin/bluetooth/hcsecd/lexer.l > lexer.c yacc -d -o parser.c /usr/src/usr.sbin/bluetooth/hcsecd/parser.y rm -f .depend mkdep -f .depend -a -I/usr/src/usr.sbin/bluetooth/hcsecd/../../../sys/netgraph/bluetooth/include /usr/src/usr.sbin/bluetooth/hcsecd/hcsecd.c lexer.c parser.c /usr/src/usr.sbin/bluetooth/hcsecd/parser.y:41:20: hcsecd.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.sbin/bluetooth/hcsecd. *** Error code 1 Stop in /usr/src/usr.sbin/bluetooth. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 I did #cd /usr/src #make buildworld Is anyone familiar with this problem