[solved] Re: build amd64 kernel fails

2017-05-11 Thread Heiko
That works. Thank you :) Am 11.05.2017 um 10:08 schrieb Theo Buehler: > On Thu, May 11, 2017 at 10:04:42AM +0200, Heiko Zimmermann wrote: >> Hello Theo, >> >> Am 11.05.2017 um 09:58 schrieb Theo Buehler: >>> On Thu, May 11, 2017 at 09:18:05AM +0200, Heiko wrote: Hello List, I get

Re: build amd64 kernel fails

2017-05-11 Thread Theo Buehler
On Thu, May 11, 2017 at 09:18:05AM +0200, Heiko wrote: > Hello List, > > I get this error: > > uvm_init.o: In function `uvm_init': > /sys/uvm/uvm_init.c:145: undefined reference to `uvm_km_page_lateinit' > *** Error 1 in /sys/arch/amd64/compile/GENERIC.MP (Makefile:869 'bsd': > @echo ld -T

build amd64 kernel fails

2017-05-11 Thread Heiko
Hello List, I get this error: uvm_init.o: In function `uvm_init': /sys/uvm/uvm_init.c:145: undefined reference to `uvm_km_page_lateinit' *** Error 1 in /sys/arch/amd64/compile/GENERIC.MP (Makefile:869 'bsd': @echo ld -T /sys/arch/amd64/conf/ld.script -X --warn-common -nopie -o...) cmp -s bsd

multiple ways to build a kernel in docs

2006-09-26 Thread Will H. Backman
In the FAQ for building a kernel: http://www.openbsd.org/faq/faq5.html#Building After the make, it says to do a make install. In the section about following stable: http://www.openbsd.org/stable.html#building It instead says to backup the old kernel move the new kernel into the right place.

Re: multiple ways to build a kernel in docs

2006-09-26 Thread Gustavo Rios
Yes! On 9/26/06, Will H. Backman [EMAIL PROTECTED] wrote: In the FAQ for building a kernel: http://www.openbsd.org/faq/faq5.html#Building After the make, it says to do a make install. In the section about following stable: http://www.openbsd.org/stable.html#building It instead says to backup

Re: multiple ways to build a kernel in docs

2006-09-26 Thread Greg Thomas
On 9/26/06, Will H. Backman [EMAIL PROTECTED] wrote: In the FAQ for building a kernel: http://www.openbsd.org/faq/faq5.html#Building After the make, it says to do a make install. In the section about following stable: http://www.openbsd.org/stable.html#building It instead says to backup the old

Re: multiple ways to build a kernel in docs

2006-09-26 Thread Henning Brauer
* Greg Thomas [EMAIL PROTECTED] [2006-09-26 22:36]: Having just done it with make install for the first time, I'd always copied and moved it manually, it looks like it saves the previous kernel as /obsd. it actually replaces the kernel atomically by doing mv /path/to/new/bsd /nbsd rm /obsd

Re: multiple ways to build a kernel in docs

2006-09-26 Thread Will H. Backman
Henning Brauer wrote: * Greg Thomas [EMAIL PROTECTED] [2006-09-26 22:36]: Having just done it with make install for the first time, I'd always copied and moved it manually, it looks like it saves the previous kernel as /obsd. it actually replaces the kernel atomically by doing mv

Re: multiple ways to build a kernel in docs

2006-09-26 Thread Nick Holland
Will H. Backman wrote: Henning Brauer wrote: * Greg Thomas [EMAIL PROTECTED] [2006-09-26 22:36]: Having just done it with make install for the first time, I'd always copied and moved it manually, it looks like it saves the previous kernel as /obsd. it actually replaces the kernel

Re: build a kernel

2006-05-03 Thread holger glaess
hi after a rebuild of the gcc compiler with this instruction http://openbsd.org/faq/faq5.html#NewCompiler a kernel build and a make build will be successful. thanks to all for help. holger -Urspr|ngliche Nachricht- Von: holger glaess [EMAIL PROTECTED] Gesendet: 02.05.06 14:03:50

Re: build a kernel

2006-05-03 Thread Tim Donahue
On Wednesday 03 May 2006 07:15, holger glaess wrote: hi after a rebuild of the gcc compiler with this instruction http://openbsd.org/faq/faq5.html#NewCompiler a kernel build and a make build will be successful. thanks to all for help. holger Building upgrades between versions

build a kernel

2006-05-02 Thread holger glaess
hi i did an cvsup from 38 to 3.9 then everthing was documented ( cd /usr/src/sys/arch/i386/conf ; config GENERIC ; cd ../compile/GENERIC ; make depend ) to make shure if i did somthing wrong i got the whole source by ftp (src.tar.gz and sys.tar.gz ) for 3.9 and get on both this error ! any

Re: build a kernel

2006-05-02 Thread Florin Iamandi
holger glaess dixit (2006-05-02, 14:04:02): i did an cvsup from 38 to 3.9 then everthing was documented ( cd /usr/src/sys/arch/i386/conf ; config GENERIC ; cd ../compile/GENERIC ; make depend ) to make shure if i did somthing wrong i got the whole source by ftp (src.tar.gz and sys.tar.gz )

Re: build a kernel

2006-05-02 Thread Nigel J. Taylor
Compiling 3.9 under 3.8 is not supported, upgrade to 3.9 and build under 3.9. http://www.openbsd.org/faq/faq5.html Step 1, in Building OpenBSD from Source is Upgrading to the closest available binary. It is possible to resolve errors below and build 3.9 under 3.8, but takes some work, you have

Machine unable to build -STABLE kernel, PEBCAK

2005-10-27 Thread C. Bensend
Hey folks, I seem to have gotten myself into a pickle, and I'm not quite sure how screwed I am. I have an AMD64 server that has been having some stability issues recently. It has crashed several times when I have fired up sa-learn from the SpamAssassin package, and it seems that with the

Re: Machine unable to build -STABLE kernel, PEBCAK

2005-10-27 Thread STeve Andre'
On Thursday 27 October 2005 11:21, C. Bensend wrote: Hey folks, I seem to have gotten myself into a pickle, and I'm not quite sure how screwed I am. I have an AMD64 server that has been having some stability issues [snip] If you think you messed up with CVS, I'd move the /src dir to

Re: Machine unable to build -STABLE kernel, PEBCAK

2005-10-27 Thread Nick Holland
On Thu, Oct 27, 2005 at 10:21:16AM -0500, C. Bensend wrote: Hey folks, I seem to have gotten myself into a pickle, and I'm not quite sure how screwed I am. I have an AMD64 server that has been having some stability issues ...^ try to build -STABLE again. 'make

Re: Machine unable to build -STABLE kernel, PEBCAK

2005-10-27 Thread C. Bensend
If you think you messed up with CVS, I'd move the /src dir to somewhere and get everything again. Perhaps someone else will look at your messages Yep, I did get another checkout - I mentioned it in my email. :) I rm'ed the old src, though, I didn't move it aside. Benny -- Young lady, I

Re: Machine unable to build -STABLE kernel, PEBCAK

2005-10-27 Thread C. Bensend
Stop in /usr/src/sys/arch/i386/compile/GENERIC (line 702 of Makefile). OpenBSD 3.6-stable (GENERIC) #4: Wed Jun 22 08:30:37 CDT 2005 [EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC Looks like you were doing some accidental cross compiling there. :) Ohfergodsake. I cannot