Re: *.ko.symbols files in /boot/kernel

2008-12-28 Thread Wojciech Puchar

turn it off:

makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols


On Sun, 28 Dec 2008, Sergey Kovalev wrote:


I've decided to upgrade from 6.4-p1 to 7.1-RC2 on my home desktop pc.
Somewhat during this procedure triggered building and installing of 
*.ko.symbols and kernel.symbols files.

Here are my upgrade commands
cd /usr/src
env -i make buildworld
env -i make buildkernel KERNCONF=KOCA
env -i make installkernel KERNCONF=KOCA

After that I get errors because my / patrition is only 128M in size. And 
/boot/kernel gets filled with *.symbols files.

What could trigger their building and installation?

And how I should cleanly rebuild/reinstall kernel in this case without 
rebuilding the world. I know the right path to rebuild everything cleanly, 
but never faced such difficulties.


My /etc/make.conf: http://kovalev.com.ru/make.conf
My kernel config: http://kovalev.com.ru/KOCA

Please CC me cause I'm subscribed to the list.

PS I've mistyped address and first posted to freebsd-us...@freebsd.org. Sorry 
if I posted to the same list twice.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: *.ko.symbols files in /boot/kernel

2008-12-28 Thread Sergey Kovalev

Wojciech Puchar wrote:

turn it off:

makeoptions DEBUG=-g# Build kernel with gdb(1) debug 
symbols


Thank you. I just figured that out experimenatlly about an hour ago.
I was quite sure that this string was uncommented in my 6.4 KERNCONF and 
there were no any *.symbols there but I may be wrong of course.
Besides I was confused by the fact that it was uncommented in GENERIC 
and also missed the comment to DEBUG option firstly.



On Sun, 28 Dec 2008, Sergey Kovalev wrote:


I've decided to upgrade from 6.4-p1 to 7.1-RC2 on my home desktop pc.
Somewhat during this procedure triggered building and installing of 
*.ko.symbols and kernel.symbols files.

Here are my upgrade commands
cd /usr/src
env -i make buildworld
env -i make buildkernel KERNCONF=KOCA
env -i make installkernel KERNCONF=KOCA

After that I get errors because my / patrition is only 128M in size. 
And /boot/kernel gets filled with *.symbols files.

What could trigger their building and installation?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


*.ko.symbols files in /boot/kernel

2008-12-27 Thread Sergey Kovalev

I've decided to upgrade from 6.4-p1 to 7.1-RC2 on my home desktop pc.
Somewhat during this procedure triggered building and installing of 
*.ko.symbols and kernel.symbols files.

Here are my upgrade commands
cd /usr/src
env -i make buildworld
env -i make buildkernel KERNCONF=KOCA
env -i make installkernel KERNCONF=KOCA

After that I get errors because my / patrition is only 128M in size. And 
/boot/kernel gets filled with *.symbols files.

What could trigger their building and installation?

And how I should cleanly rebuild/reinstall kernel in this case without 
rebuilding the world. I know the right path to rebuild everything 
cleanly, but never faced such difficulties.


My /etc/make.conf: http://kovalev.com.ru/make.conf
My kernel config: http://kovalev.com.ru/KOCA

Please CC me cause I'm subscribed to the list.

PS I've mistyped address and first posted to freebsd-us...@freebsd.org. 
Sorry if I posted to the same list twice.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org