From owner-freebsd-current Wed May 24 17:30:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 4030137B5B1; Wed, 24 May 2000 17:30:10 -0700 (PDT) (envelope-from sf@aracnet.com) Received: from mephistopheles2 (max1-197-4.cust.aracnet.com [216.99.197.4]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id RAA16930; Wed, 24 May 2000 17:30:09 -0700 Date: Wed, 24 May 2000 17:29:47 -0700 (PDT) From: Scott Flatman X-Sender: sf@mephistopheles To: John Baldwin Cc: obrien@FreeBSD.org, freebsd-current@FreeBSD.org, Maxim Sobolev Subject: Re: kernel compile error In-Reply-To: <20000524215151.WJMZ22611.mail.rdc1.va.home.com@john.baldwin.cx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just finished up a buildworld/installworld to try and get the freshest binutil bits. Worked out fine. I supped around 22:15 UTC. Upon making a kernel I'm getting a different error. This time a header is missing or misplaced? Here's the error: ===> ipfilter cc -O -pipe -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /u2/src/sys/modules/ipfilter/../../netinet/ip_log.c /u2/src/sys/modules/ipfilter/../../netinet/ip_log.c:24: osreldate.h: No such file or directory In file included from /u2/src/sys/modules/ipfilter/../../netinet/ip_log.c:107: @/netinet/ip_fil.h:534: warning: redundant redeclaration of `send_reset' in same scope @/netinet/ip_fil.h:511: warning: previous declaration of `send_reset' @/netinet/ip_fil.h:535: warning: redundant redeclaration of `send_icmp_err' in same scope @/netinet/ip_fil.h:510: warning: previous declaration of `send_icmp_err' *** Error code 1 On Wed, 24 May 2000, John Baldwin wrote: > > On 24-May-00 Scott Flatman wrote: > > I've done that twice. Buildworld failed both times. My last sucessful > > buildworld was last sunday, 5/21. > > It is fixed now. cvsup and try again, please. > > > Scott > > > > On Wed, 24 May 2000, Maxim Sobolev wrote: > > > >> Scott Flatman wrote: > >> > >> > Cvsupped this morning. Got this error when trying to build a kernel: > >> > > >> > {standard input}:837: Error: operands given don't match any known 386 > >> > >> It is due to the fact that you need nevest set of binutils for kernel builds. > >> The best way to get it is to do "make world" using freshly cvsup'ed sources. > >> > >> Someone should mention this in the src/UPDATING!!! > >> > >> -Maxim > >> > >> > >> > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-current" in the body of the message > >> > >> > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message