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

Dimitry Andric dim at FreeBSD.org
Mon May 23 12:55:14 UTC 2011


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 guess it must be just mps.ko, since its Makefile is different.
Can you please try the attached patch, which hopefully works around the
problem?
-------------- next part --------------
Index: sys/modules/mps/Makefile
===================================================================
--- sys/modules/mps/Makefile	(revision 221502)
+++ sys/modules/mps/Makefile	(working copy)
@@ -8,6 +8,6 @@
 SRCS+=	device_if.h bus_if.h pci_if.h
 
 #CFLAGS += -DMPS_DEBUG
-DEBUG += -g
+#DEBUG += -g
 
 .include <bsd.kmod.mk>


More information about the freebsd-questions mailing list