Date: Mon, 23 May 2011 14:55:19 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de> Cc: Garrett Cooper <yanegomi@gmail.com>, freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: kernel: install: mps.ko.symbols: No such file or directory Message-ID: <4DDA5937.6070003@FreeBSD.org> In-Reply-To: <4DDA57C2.8010206@FreeBSD.org> References: <4DD9832A.1060506@mail.zedat.fu-berlin.de> <2CCA2B24-7EB8-4A66-B39D-BD6BDCE34880@gmail.com> <4DDA14DE.9@mail.zedat.fu-berlin.de> <4DDA57C2.8010206@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------090700050905070109060900 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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? --------------090700050905070109060900 Content-Type: text/plain; name="mps-debug.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mps-debug.diff" 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> --------------090700050905070109060900--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DDA5937.6070003>