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

O. Hartmann ohartman at zedat.fu-berlin.de
Mon May 23 08:36:34 UTC 2011


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: svn://svn.freebsd.org/base/head
>> Repository Root: svn://svn.freebsd.org/base
>> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
>> Revision: 222199
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: rmacklem
>> Last Changed Rev: 222199
>> Last Changed Date: 2011-05-22 23:04:32 +0200 (So, 22 Mai 2011)
>
> After doing some review of the checkins made recently and per our
> offline discussion, it might be r222188 that's causing issues. How did
> you issue the build (did you run buildworld buildkernel, or just
> buildkernel, KERNFAST, etc)?
>
> Thanks,
>
> -Garrett
>

Maybe a hint, I do not know:

root at ase: [src] svn diff -r 222185 sys/conf/kmod.mk
Index: sys/conf/kmod.mk
===================================================================
--- sys/conf/kmod.mk    (revision 222185)
+++ sys/conf/kmod.mk    (working copy)
@@ -286,7 +286,8 @@
  _kmodinstall:
         ${INSTALL} -o ${KMODOWN} -g ${KMODGRP} -m ${KMODMODE} \
             ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${KMODDIR}
-.if defined(DEBUG_FLAGS) && !defined(INSTALL_NODEBUG) && 
${MK_KERNEL_SYMBOLS} == "yes"
+.if defined(DEBUG) && !defined(INSTALL_NODEBUG) && \
+    (defined(MK_KERNEL_SYMBOLS) && ${MK_KERNEL_SYMBOLS} == "yes")
         ${INSTALL} -o ${KMODOWN} -g ${KMODGRP} -m ${KMODMODE} \
             ${_INSTALLFLAGS} ${PROG}.symbols ${DESTDIR}${KMODDIR}
  .endif


I'll try on another box with the same OS version I have access to in my 
lab and report ...

Oliver


More information about the freebsd-questions mailing list