RE: Kernel build fails

2018-07-05 Thread Dries Michiels
> > You have RACCT but not RCTL in the kernel config ? Try this. > > This is correct! > > > diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c index > > b8bcbd49420..457a590cdf5 100644 > > --- a/sys/kern/kern_jail.c > > +++ b/sys/kern/kern_jail.c > > @@ -3988,8 +3988,10 @@ prison_racct_att

RE: Kernel build fails

2018-07-05 Thread Dries Michiels
> > --- kern_jail.o --- > > > > /usr/src/sys/kern/kern_jail.c:3943:15: error: unused variable 'p' > > [-Werror,-Wunused-variable] > > > > struct proc *p; > > > > ^ > > > > /usr/src/sys/kern/kern_jail.c:3944:16: error: unused variable 'cred' > > [-Werror,-Wunused-variabl

Re: Kernel build fails

2018-07-05 Thread Konstantin Belousov
On Thu, Jul 05, 2018 at 12:54:50PM +0200, Dries Michiels wrote: > Hello, > > > Today I wanted to upgrade to newest revision of the 11-stable branch but I > have the following kernel build error: > > > > --- kern_kthread.o --- > > cc -target x86_64-unknown-freebsd11.2 --sysroot=/usr/obj/usr/

Kernel build fails

2018-07-05 Thread Dries Michiels
Hello, Today I wanted to upgrade to newest revision of the 11-stable branch but I have the following kernel build error: --- kern_kthread.o --- cc -target x86_64-unknown-freebsd11.2 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O2 -pipe -fno-strict-aliasing -g -nostdinc

Re: stable GENERIC kernel build fails?

2010-10-26 Thread Chip Camden
Quoth Attilio Rao on Tuesday, 26 October 2010: > Sorry for the mis-service, it should be fixed now. > > Thanks, > Attilio > > 2010/10/26 Chip Camden : > > After a csup, building the GENERIC kernel on amd64 fails with: > > > > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" > >

Re: stable GENERIC kernel build fails?

2010-10-26 Thread Attilio Rao
Sorry for the mis-service, it should be fixed now. Thanks, Attilio 2010/10/26 Chip Camden : > After a csup, building the GENERIC kernel on amd64 fails with: > > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" > CC="cc" xargs mkdep -a -f .newdep -O2 -frename-registers -pipe > -f

Re: stable GENERIC kernel build fails?

2010-10-26 Thread O. Hartmann
On 10/26/10 04:14, Denise H. G. wrote: On 2010/10/26 at 06:37, Chip Camden wrote: After a csup, building the GENERIC kernel on amd64 fails with: Exactly the same here, but with a custom kernel on 8-STABLE amd64. make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xa

Re: stable GENERIC kernel build fails?

2010-10-25 Thread Jeremy Chadwick
On Mon, Oct 25, 2010 at 03:37:44PM -0700, Chip Camden wrote: > After a csup, building the GENERIC kernel on amd64 fails with: > > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" > CC="cc" xargs mkdep -a -f .newdep -O2 -frename-registers -pipe > -fno-strict-aliasing -std=c99 -g

Re: stable GENERIC kernel build fails?

2010-10-25 Thread Denise H. G.
On 2010/10/26 at 06:37, Chip Camden wrote: > > After a csup, building the GENERIC kernel on amd64 fails with: Exactly the same here, but with a custom kernel on 8-STABLE amd64. > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" > CC="cc" xargs mkdep -a -f .newdep -O2 -frename

stable GENERIC kernel build fails?

2010-10-25 Thread Chip Camden
After a csup, building the GENERIC kernel on amd64 fails with: make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing

Re: FreeBSD 6 non-GENERIC kernel build fails

2006-01-04 Thread Matt Emmerton
> Jeffrey Williams <[EMAIL PROTECTED]> writes: > > > Trying to build kernel with the following conf file, output follows, HELP! > > You have ural(4) in your kernel, but no wlan(4). > The ural(4) manual says that wlan(4) is required. > > In general, the way to figure these things out is to start fro

Re: FreeBSD 6 non-GENERIC kernel build fails

2006-01-04 Thread Jeffrey Williams
Thanks, I just now saw that myself, being the dilnob I am, I searched the mailing list, relnotes, errata, and forums, but didn't actually read my own kernel conf file until after a I sent my email. Thanks for swift response though Jeff Lowell Gilbert wrote: Jeffrey Williams <[EMAIL PROTECTE

Re: FreeBSD 6 non-GENERIC kernel build fails

2006-01-04 Thread Lowell Gilbert
Jeffrey Williams <[EMAIL PROTECTED]> writes: > Trying to build kernel with the following conf file, output follows, HELP! You have ural(4) in your kernel, but no wlan(4). The ural(4) manual says that wlan(4) is required. In general, the way to figure these things out is to start from the GENERIC

FreeBSD 6 non-GENERIC kernel build fails

2006-01-04 Thread Jeffrey Williams
Trying to build kernel with the following conf file, output follows, HELP! * CONF FILE ** # # FreeBSD: src/sys/i386/conf/OENS, v1.0, Jeffrey Williams, 01042006-01 # machine i386 cpu I686_CPU ident OENS #optionsSCHED_ULE # ULE schedule

Re: kernel build fails at 6.0-release!

2005-11-11 Thread John-Mark Gurney
Giorgos Kapetanakis wrote this message on Fri, Nov 11, 2005 at 23:41 +0200: > I just can't build my kernel. I tried several changes at the config file, > but I always get the same message. > #device ether # Ethernet support (commented out this > at v.1.0!!) You need this d

Re: kernel build fails at 6.0-release!

2005-11-11 Thread Kris Kennaway
On Fri, Nov 11, 2005 at 11:41:36PM +0200, Giorgos Kapetanakis wrote: > Hi! > > I just can't build my kernel. I tried several changes at the config file, > but I always get the same message. Go back to GENERIC then, or add back the differences until you find the one you incorrectly removed. Kris

kernel build fails at 6.0-release!

2005-11-11 Thread Giorgos Kapetanakis
Hi! I just can't build my kernel. I tried several changes at the config file, but I always get the same message. -- # # DEEPBLACK -- DeepBlack kernel configuration file for FreeBSD/i386 # # $FreeBSD: src/sys/i386/conf/DEEPBLACK v.1.0 $ machine i386 #cpu

Re: 3.4-19991218-STABLE kernel build fails

1999-12-19 Thread Tom
On Sun, 19 Dec 1999, Jim Weeks wrote: > Hi again, > > I didn't get any response to this post and have since tried numerous things > to correct this error. I have now installed 3.4-19991219-STABLE from ... Yes, but obviously the kernel does compile, otherwise the snapshot could not have been

Re: 3.4-19991218-STABLE kernel build fails

1999-12-19 Thread Jim Weeks
Hi again, I didn't get any response to this post and have since tried numerous things to correct this error. I have now installed 3.4-19991219-STABLE from snapshots and receive a different error when I try building a new kernel. Everything seemed to install ok and make depend went well, but whe