From owner-freebsd-questions Wed Jun 13 13:35:36 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 EAF4437B403 for ; Wed, 13 Jun 2001 13:35:30 -0700 (PDT) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0GEV00701YJSHQ@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 13 Jun 2001 13:35:52 -0700 (PDT) Received: from tagalong ([165.107.42.244]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0GEV00B7UYJRDY@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 13 Jun 2001 13:35:52 -0700 (PDT) Date: Wed, 13 Jun 2001 13:36:00 -0700 From: Drew Tomlinson Subject: OPTIONS PCVT_FREEBSD (Was RE: Error Building Kernel) In-reply-to: <5CD46247635BD511B6B100A0CC3F0239259F91@ldcmsx01.lc.ca.gov> To: "FreeBSD Questions (E-mail)" Message-id: <5CD46247635BD511B6B100A0CC3F0239259F94@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 OK, I figured out the problem but I don't really understand it. In my kernel config file, I had enabled the vt220 console. Per the man page, I included OPTIONS = 43. 43 is not explicitly in the man page but it said to insert your version number and used the example that if you were running 1.0.2 that you would insert 102. So I am running 4.3-STABLE and thus inserted 43. By commenting out this OPTIONS line, my kernel build completed successfully. So, what should I put in this line? And now that I've built a kernel that doesn't have this line, what are the consequences? Thanks for your insight, Drew > -----Original Message----- > From: Drew Tomlinson [mailto:drewt@writeme.com] > Sent: Wednesday, June 13, 2001 12:44 PM > To: FreeBSD Questions (E-mail) > Subject: Error Building Kernel > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message