From owner-freebsd-questions@FreeBSD.ORG Mon May 23 12:55:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB671065673; Mon, 23 May 2011 12:55:14 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 77E9C8FC12; Mon, 23 May 2011 12:55:11 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:19ad:a219:aff6:b6b4] (unknown [IPv6:2001:7b8:3a7:0:19ad:a219:aff6:b6b4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C72D45C37; Mon, 23 May 2011 14:55:10 +0200 (CEST) Message-ID: <4DDA5937.6070003@FreeBSD.org> Date: Mon, 23 May 2011 14:55:19 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18pre) Gecko/20110519 Lanikai/3.1.11pre MIME-Version: 1.0 To: "O. Hartmann" 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> In-Reply-To: <4DDA57C2.8010206@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------090700050905070109060900" Cc: Garrett Cooper , freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: kernel: install: mps.ko.symbols: No such file or directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 12:55:14 -0000 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 --------------090700050905070109060900--