Revision: 329797 kernel build problem

2018-02-22 Thread Per Gunnarsson
When trying to build the kernel, I get: --- all_subdir_linux --- /usr/src/sys/amd64/linux32/linux32_dummy.c:1:5: error: unknown type name 'sys' --- linux_fork.o --- ctfconvert -L VERSION -g linux_fork.o --- nsprepkg.o --- cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/amd64.amd64

5.0 kernel build problem

2003-01-27 Thread VNI imap
I'm trying to upgrade from 4.7-RELEASE-P1 to 5.0-RELEASE but I consistently get the same error when trying to compile a kernel (GENERIC or otherwise): linking kernel textdata bss dec hex filename 3043330 343744 277828 3664902 37ec06 kernel cd /usr/src/sys/modules ; MAKEOBJDI

Re: Recent -CURRENT kernel build problem...

2000-12-19 Thread assar
John Indra <[EMAIL PROTECTED]> writes: > Yeah... finally, my world is in sync with the kernel, what a joy :) > Until know... the system is pretty stable. > Will this be committed to the tree soon? It has been comitted, I just wanted to test building first. /assar To Unsubscribe: send mail to [

Re: Recent -CURRENT kernel build problem...

2000-12-19 Thread John Indra
On Tue, Dec 19, 2000 at 09:22:57AM +0100, [EMAIL PROTECTED] wrote: >Can you try the appended patch and tell us how it goes? Yeah... finally, my world is in sync with the kernel, what a joy :) Until know... the system is pretty stable. Will this be committed to the tree soon? Thank you very much

Re: Recent -CURRENT kernel build problem...

2000-12-19 Thread John Indra
On Tue, Dec 19, 2000 at 10:16:01AM +0200, Ruslan Ermilov wrote: >If I remeber correctly, someone else reported this was caused by >phk's change staticizing something... Sorry, I do not recall this >in details, and I don't have a fresh -CURRENT. OK then... Any workaround or fix coming shortly to

Re: Recent -CURRENT kernel build problem...

2000-12-19 Thread assar
John Indra <[EMAIL PROTECTED]> writes: > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../dev > -I../../../include -I../../contrib/dev/acpica/Subsy

Re: Recent -CURRENT kernel build problem...

2000-12-19 Thread Ruslan Ermilov
If I remeber correctly, someone else reported this was caused by phk's change staticizing something... Sorry, I do not recall this in details, and I don't have a fresh -CURRENT. On Tue, Dec 19, 2000 at 02:35:54PM +0700, John Indra wrote: > Dear all... > > Has anyone noticed this problem? Or is

Recent -CURRENT kernel build problem...

2000-12-18 Thread John Indra
Dear all... Has anyone noticed this problem? Or is it just happening to me? On make buildkernel (with -CURRENT just cvsuped a few minutes ago) and the generic config KERNEL; make depend; make; cycle, the kernel build failed with this message: -- cc -c -O -pipe -Wall -Wredundant-decls -Wnested-e

Re: kernel build problem

2000-10-27 Thread David O'Brien
On Fri, Oct 27, 2000 at 10:46:24PM +1100, Darren Reed wrote: > I'm generally compiling/developing on -STABLE (in this case, the > imported code was compiling cleanly on 4.1-RELEASE) and generally don't > think that it'll be _that_ different. In all seriousness, the farther down the 4.x branch we

Re: kernel build problem

2000-10-27 Thread Darren Reed
In some email I received from David O'Brien, sie wrote: > On Fri, Oct 27, 2000 at 11:43:04AM +0200, Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, Darren Reed writes > > : > > >What failed ? Do you have the make error output ? > > Did you try to compile LINT before you committed ? >

Re: kernel build problem

2000-10-27 Thread David O'Brien
On Fri, Oct 27, 2000 at 11:43:04AM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Darren Reed writes > : > >What failed ? Do you have the make error output ? > Did you try to compile LINT before you committed ? Hell, forget LINT, just try GENERIC. Darren, you really, really h

Re: kernel build problem

2000-10-27 Thread Doug Barton
Darren Reed wrote: > > What failed ? Do you have the make error output ? In file included from /usr/amd/slave/usr/current/src/sys/netinet/fil.c:79: /usr/amd/slave/usr/current/src/sys/netinet/ip_compat.h:271: sys/osreldate.h: No such file or directory In file included from /usr/amd/slave/usr/cur

Re: kernel build problem

2000-10-27 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Darren Reed writes : >What failed ? Do you have the make error output ? Did you try to compile LINT before you committed ? Right, if you had you would have seen the error :-( >Darren >> Index: ip_compat.h >> =

Re: kernel build problem

2000-10-27 Thread Darren Reed
What failed ? Do you have the make error output ? Darren In some email I received from Doug Barton, sie wrote: > With tonight's sources I had an error in sys/netinet/ip_compat.h that > was looking for an osreldate.h that didn't exist. The following patch > fixes it, in the sense that the

kernel build problem

2000-10-27 Thread Doug Barton
With tonight's sources I had an error in sys/netinet/ip_compat.h that was looking for an osreldate.h that didn't exist. The following patch fixes it, in the sense that the kernel and lkm compile, and ipfilter compiled into the kernel works. However I'm told it might not be appropriate. FWI