From owner-freebsd-stable Fri Nov 30 17: 6:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from snoop.burghcom.com (burgcom.cust.stargate.net [209.166.166.21]) by hub.freebsd.org (Postfix) with SMTP id 136B937B429 for ; Fri, 30 Nov 2001 17:06:12 -0800 (PST) Received: (qmail 31799 invoked from network); 1 Dec 2001 01:06:02 -0000 Received: from unknown (HELO celery) (216.151.68.99) by snoop.burghcom.com with SMTP; 1 Dec 2001 01:06:02 -0000 Message-ID: <003901c17a03$de11e5d0$060aa8c0@celery> From: "Jeff Love" To: References: Subject: Re: problems compiling kernel on cvsup 11/30/01 Date: Fri, 30 Nov 2001 20:02:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This should speak to us all about reading the changelog. I too could not compile due to the linux emu. A simple delete of the old kernel dir did the trick. I'll read the changelog ALWAYS from now on, and do it FIRST. Jeff Love Burgh-Com ----- Original Message ----- From: "Andre Chang" To: Sent: Friday, November 30, 2001 4:20 AM Subject: RE: problems compiling kernel on cvsup 11/30/01 > disregard this message plz.. > > dug up in this past week archive online, msg with this subject: > RE: -STABLE buildkernel broke! (linux module) > > and ran these 2 commands and kernel compiled successfully: > > zero# rm -rf /usr/src/sys/compile/ZERO/ > zero# cd /usr/src/sys && make cleandir; make cleandir > > Thx. > -- Andre. > > > -----Original Message----- > > From: Andre Chang > > Sent: Friday, November 30, 2001 3:23 AM > > To: 'stable@freebsd.org' > > Subject: problems compiling kernel on cvsup 11/30/01 > > > > Hello, > > > > I ran a cvsup on 2 machines today both ended up having the same problem. > > > > After running "make world" and configuring a new kernel the compilation > process hangs up as in the logs below. apparently this breaks IPFW :( > > > > I couldent find any info on the list archives and somehow i seem to have > stopped recieving stable list messages as of last month. please reply to the > email address also thanks. > > > > -- Andre. > > > > > > cc -O -pipe -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 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -c > /usr/src/sys/modules/linux/../../compat/linux/linux_sysctl.c > > cc -O -pipe -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 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -c linux_sysent.c > > In file included from linux_sysent.c:14: > > linux_proto.h:57: syntax error before `linux_time_t' > > linux_proto.h:57: `linux_time_t' undeclared here (not in a function) > > linux_proto.h:57: syntax error before `)' > > linux_proto.h:57: `linux_time_t' undeclared here (not in a function) > > linux_proto.h:57: syntax error before `)' > > linux_proto.h:156: syntax error before `linux_handler_t' > > linux_proto.h:156: `linux_handler_t' undeclared here (not in a function) > > linux_proto.h:156: `linux_handler_t' undeclared here (not in a function) > > linux_proto.h:184: syntax error before `linux_dev_t' > > linux_proto.h:184: `linux_dev_t' undeclared here (not in a function) > > linux_proto.h:184: `linux_dev_t' undeclared here (not in a function) > > linux_proto.h:189: syntax error before `linux_osigaction_t' > > linux_proto.h:189: `linux_osigaction_t' undeclared here (not in a > function) > > linux_proto.h:189: syntax error before `)' > > linux_proto.h:189: `linux_osigaction_t' undeclared here (not in a > function) > > linux_proto.h:189: syntax error before `)' > > linux_proto.h:190: syntax error before `linux_osigaction_t' > > linux_proto.h:190: `linux_osigaction_t' undeclared here (not in a > function) > > linux_proto.h:190: syntax error before `)' > > linux_proto.h:190: `linux_osigaction_t' undeclared here (not in a > function) > > linux_proto.h:190: syntax error before `)' > > linux_proto.h:196: syntax error before `linux_osigset_t' > > linux_proto.h:196: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:196: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:200: syntax error before `linux_osigset_t' > > linux_proto.h:200: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:200: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:201: syntax error before `linux_osigset_t' > > linux_proto.h:201: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:201: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:204: syntax error before `linux_osigset_t' > > linux_proto.h:204: `linux_osigset_t' undeclared here (not in a function)> > > linux_proto.h:204: syntax error before `)' > > linux_proto.h:204: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:204: syntax error before `)' > > linux_proto.h:216: syntax error before `linux_gid_t' > > linux_proto.h:216: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:216: syntax error before `)' > > linux_proto.h:216: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:216: syntax error before `)' > > linux_proto.h:220: syntax error before `linux_gid_t' > > linux_proto.h:220: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:220: syntax error before `)' > > linux_proto.h:220: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:220: syntax error before `)' > > linux_proto.h:344: syntax error before `linux_osigset_t' > > linux_proto.h:344: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:344: syntax error before `)' > > linux_proto.h:344: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:344: syntax error before `)' > > linux_proto.h:345: syntax error before `linux_osigset_t' > > linux_proto.h:345: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:345: syntax error before `)' > > linux_proto.h:345: `linux_osigset_t' undeclared here (not in a function) > > linux_proto.h:345: syntax error before `)' > > linux_proto.h:380: syntax error before `linux_uid_t' > > linux_proto.h:380: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:380: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:383: syntax error before `linux_gid_t' > > linux_proto.h:383: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:383: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:410: syntax error before `linux_pid_t' > > linux_proto.h:410: `linux_pid_t' undeclared here (not in a function) > > linux_proto.h:410: `linux_pid_t' undeclared here (not in a function) > > linux_proto.h:439: syntax error before `linux_uid_t' > > linux_proto.h:439: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:439: syntax error before `)' > > linux_proto.h:439: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:439: syntax error before `)' > > linux_proto.h:440: syntax error before `linux_uid_t' > > linux_proto.h:440: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:440: syntax error before `)' > > linux_proto.h:440: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:440: syntax error before `)' > > linux_proto.h:441: syntax error before `linux_uid_t' > > linux_proto.h:441: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:441: syntax error before `)' > > linux_proto.h:441: `linux_uid_t' undeclared here (not in a function) > > linux_proto.h:441: syntax error before `)' > > linux_proto.h:453: syntax error before `linux_gid_t' > > linux_proto.h:453: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:453: syntax error before `)' > > linux_proto.h:453: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:453: syntax error before `)' > > linux_proto.h:454: syntax error before `linux_gid_t' > > linux_proto.h:454: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:454: syntax error before `)' > > linux_proto.h:454: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:454: syntax error before `)' > > linux_proto.h:455: syntax error before `linux_gid_t' > > linux_proto.h:455: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:455: syntax error before `)' > > linux_proto.h:455: `linux_gid_t' undeclared here (not in a function) > > linux_proto.h:455: syntax error before `)' > > linux_proto.h:465: syntax error before `linux_sigaction_t' > > linux_proto.h:465: `linux_sigaction_t' undeclared here (not in a function) > > linux_proto.h:465: syntax error before `)' > > linux_proto.h:465: `linux_sigaction_t' undeclared here (not in a > function)> > > linux_proto.h:465: syntax error before `)' > > linux_proto.h:466: syntax error before `linux_sigaction_t' > > linux_proto.h:466: `linux_sigaction_t' undeclared here (not in a function) > > linux_proto.h:466: syntax error before `)' > > linux_proto.h:466: `linux_sigaction_t' undeclared here (not in a function) > > linux_proto.h:466: syntax error before `)' > > linux_proto.h:471: syntax error before `linux_sigset_t' > > linux_proto.h:471: `linux_sigset_t' undeclared here (not in a function) > > linux_proto.h:471: syntax error before `)' > > linux_proto.h:471: `linux_sigset_t' undeclared here (not in a function) > > linux_proto.h:471: syntax error before `)' > > linux_proto.h:472: syntax error before `linux_sigset_t' > > linux_proto.h:472: `linux_sigset_t' undeclared here (not in a function) > > linux_proto.h:472: syntax error before `)' > > linux_proto.h:472: `linux_sigset_t' undeclared here (not in a function) > > linux_proto.h:472: syntax error before `)' > > linux_proto.h:485: syntax error before `linux_sigset_t' > > linux_proto.h:485: `linux_sigset_t' undeclared here (not in a function) > > linux_proto.h:485: syntax error before `)' > > linux_proto.h:485: `linux_sigset_t' undeclared here (not in a function) > > linux_proto.h:485: syntax error before `)' > > linux_proto.h:516: syntax error before `*' > > linux_proto.h:516: syntax error before `linux_stack_t' > > linux_proto.h:516: syntax error before `linux_stack_t' > > linux_proto.h:517: syntax error before `linux_stack_t' > > linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) > > linux_proto.h:517: syntax error before `)' > > linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) > > linux_proto.h:517: syntax error before `)' > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/linux. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > > > Stop in /usr/src/sys/compile/ZERO. > > zero# > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message