Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL:

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL:

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL:

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 10:36, O. Hartmann wrote: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Dimitry Andric
On 2011-05-23 10:03, O. Hartmann wrote: ... But make installkernel still fails installing mps.ko.symbols (which is not found). Is it only mps.ko that suffers from this problem? Or are other kernel modules also resulting in the same message? ___

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Ivan Klymenko
В Mon, 23 May 2011 10:03:42 +0200 O. Hartmann ohart...@mail.zedat.fu-berlin.de пишет: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Dimitry Andric
On 2011-05-23 14:49, Dimitry Andric wrote: On 2011-05-23 10:03, O. Hartmann wrote: ... But make installkernel still fails installing mps.ko.symbols (which is not found). Is it only mps.ko that suffers from this problem? Or are other kernel modules also resulting in the same message? Ok, I

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 14:52, Ivan Klymenko wrote: В Mon, 23 May 2011 10:03:42 +0200 O. Hartmannohart...@mail.zedat.fu-berlin.de пишет: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Garrett Cooper
On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: mps-debug.diff Shouldn't DEBUG_FLAGS be the proper usage in this particular case? -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: mps-debug.diff Shouldn't DEBUG_FLAGS be the proper usage in this particular case? -Garrett ___ freebsd-curr...@freebsd.org mailing list

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Garrett Cooper
On Mon, May 23, 2011 at 11:44 AM, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: mps-debug.diff Shouldn't DEBUG_FLAGS be the proper usage in this particular case? Mmmhhh, I changed .if

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 23:55, Garrett Cooper wrote: On Mon, May 23, 2011 at 11:44 AM, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: mps-debug.diff Shouldn't DEBUG_FLAGS be the proper usage in this

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Ivan Klymenko
В Mon, 23 May 2011 14:55:39 -0700 Garrett Cooper yaneg...@gmail.com пишет: On Mon, May 23, 2011 at 11:44 AM, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: mps-debug.diff Shouldn't

kernel: install: mps.ko.symbols: No such file or directory

2011-05-22 Thread O. Hartmann
install -o root -g wheel -m 555 mps.ko.symbols /boot/kernel install: mps.ko.symbols: No such file or directory *** Error code 71 Stop in /usr/src/sys/modules/mps. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/THOR. *** Error code 1 Stop in /usr/src

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-22 Thread Garrett Cooper
On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn://svn.freebsd.org/base/head Repository