From owner-freebsd-questions Wed Jun 13 12:43:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id C65E837B40C for ; Wed, 13 Jun 2001 12:43:17 -0700 (PDT) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0GEV00301W4HD2@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 13 Jun 2001 12:43:31 -0700 (PDT) Received: from tagalong ([165.107.42.244]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0GEV00CFQW4G5B@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 13 Jun 2001 12:43:28 -0700 (PDT) Date: Wed, 13 Jun 2001 12:43:36 -0700 From: Drew Tomlinson Subject: Error Building Kernel To: "FreeBSD Questions (E-mail)" Message-id: <5CD46247635BD511B6B100A0CC3F0239259F91@ldcmsx01.lc.ca.gov> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running 4.3-STABLE. I CVSup'ed my sources this morning (6/13). Next I did a make buildworld which completed without error. But the make buildkernel step is ending with an error. The beginning of the problems start here: ----begin partial output----- ys/netsmb/smb_dev.c /usr/src/sys/netsmb/smb_iod.c /usr/src/sys/netsmb/smb_rq.c /usr/src/sys/netsmb/smb_smb.c /usr/src/sys/netsmb/smb_subr.c /usr/src/sys/netsmb/smb_trantcp.c /usr/src/sys/netsmb/smb_usr.c ioconf.c param.c vnode_if.c config.c /usr/src/sys/i386/i386/genassym.c In file included from /usr/src/sys/i386/isa/pcvt/pcvt_drv.c:62: /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:75: param.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:76: conf.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:77: ioctl.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:78: proc.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:79: signalvar.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:80: tty.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:81: uio.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:82: callout.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:83: systm.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:84: kernel.h: No such file or directory /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:85: syslog.h: No such file or directory In file included from /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:86, from /usr/src/sys/i386/isa/pcvt/pcvt_drv.c:62: /usr/src/sys/../include/malloc.h:2: warning: #warning "this file includes which is deprecated, use instead" In file included from /usr/src/sys/i386/isa/pcvt/pcvt_drv.c:62: /usr/src/sys/i386/isa/pcvt/pcvt_hdr.h:130: i386/i386/cons.h: No such file or directory In file included from /usr/src/sys/i386/isa/pcvt/pcvt_ext.c:54: ----end partial output----- And then continues with a whole bunch of similar "No such file or directory" and "... which is deprecated, use instead" messages before stopping with Error code 1. I have completed kernel builds successfully so I don't think I'm doing anything wrong. Is anyone else having problems? Is something broken that will be fixed shortly? Any insight will be appreciated. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message