From owner-freebsd-current@FreeBSD.ORG Mon May 23 22:09:55 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CD731065675; Mon, 23 May 2011 22:09:55 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id B897B8FC15; Mon, 23 May 2011 22:09:54 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QOdJx-00058g-Fi>; Tue, 24 May 2011 00:09:53 +0200 Received: from e178037247.adsl.alicedsl.de ([85.178.37.247] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QOdJx-00034a-D1>; Tue, 24 May 2011 00:09:53 +0200 Message-ID: <4DDADB31.5050504@mail.zedat.fu-berlin.de> Date: Tue, 24 May 2011 00:09:53 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Garrett Cooper 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> <4DDA5937.6070003@FreeBSD.org> <4DDAAAFC.8010301@mail.zedat.fu-berlin.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.37.247 X-Mailman-Approved-At: Mon, 23 May 2011 22:26:53 +0000 Cc: "fidaj@ukr.net >> Ivan Klymenko" , freebsd-current@freebsd.org, Dimitry Andric , freebsd-questions@freebsd.org Subject: Re: kernel: install: mps.ko.symbols: No such file or directory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 22:09:55 -0000 On 05/23/11 23:55, Garrett Cooper wrote: > On Mon, May 23, 2011 at 11:44 AM, O. Hartmann > wrote: >> On 05/23/11 18:10, Garrett Cooper wrote: >>> >>> On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: >>> >>>> >>> >>> Shouldn't DEBUG_FLAGS be the proper usage in this particular case? >> >> Mmmhhh, >> I changed >> >> .if defined(DEBUG)&& !defined(INSTALL_NODEBUG)&& \ [...] >> >> to >> >> .if defined(DEBUG_FLAGS)&& !defined(INSTALL_NODEBUG)&& \ [...] >> >> >> and everything runs smooth ... > > Please update to r222229 and see if things are fixed. > Thanks! > -Garrett Done! And working! Thanks, Oliver