From owner-freebsd-current@FreeBSD.ORG Tue May 24 00:28:09 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 405EE1065672; Tue, 24 May 2011 00:28:09 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id D4F628FC12; Tue, 24 May 2011 00:28:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=GmmTW02t/Z3L8E/yGVuFyqUGwdNVOyLvxkoNNC7s01g=; b=QTS++/wxw9bCwJFgJTj6J7Bh9f+lx1XD5c3aPN4g19SZnMQm5ZiOCzJS+Pkl0IvV5LsQFaIo3JabO6FEhO92KTHMN9LM5cBGfuJjJGOsM+A9NYUdeRzzI8VmJOjUEXmo8OvZs7q5MryNYhh4THcPAnv4jlDtbmZ0KUjp+BvxP6Q=; Received: from [46.185.0.73] (helo=localhost) by fsm1.ukr.net with esmtps ID 1QOfRY-000LIS-G4 ; Tue, 24 May 2011 03:25:52 +0300 Date: Tue, 24 May 2011 02:46:13 +0300 From: Ivan Klymenko To: Garrett Cooper Message-ID: <20110524024613.0d87c41c@ukr.net> In-Reply-To: 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> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEWpqak/Pz/i4uIfHx8GBwZwcHAQEBA6o92AAAACHElEQVQ4jWWUTY7bMAyF6QzUPSEoa8PFHEBgqwuM4bVVg7MvZOj+R+ijpMTpjIwgkT7z75EKrdfattpXERG6zqvUOtAr2LCRYfEKcB4l/Q+2cc6XjQH7hv+2YZYreIk5nevZEPvuzUzptizHLzgDMnC5Wpbl7ewJlOEqlQF+DlCjgVLki0WV6FMDMsBxjlJiQulIznwZ+DxHiQyDyIg0wN3Oo6o6ZQ5s5AIfar+W2Wlmz+kCcb8tg6j3voMEwNrBQk69dDBDqw/urpqJH+m+Q6u/4QnoAeYpnUXC/s1iup9rhCd6xMgAqdDyAyFegbKkVAHeLCcOulPLawaoUIDos4M88iLNrVkU7uu5ccTDO6naJzWLum51C6Yb7y4HKKbdArLWir0PBiS8glJRBZHeyHl7J9lENpAC6qT9NlNG4u5hsVYDyJP6mlJJtY3oVju4WSUzHal1sDU17NASoBWSk40J2eBLBJhYrVmzC5gVALGpNIAiQgN6eGstOp9Oa6zFbbLTISYi28BGZDRUJKWeroECkCEkzXjUtbmmaKMfAx2RfbT69/cO+tgHcmx6AfyZOmj3NDIah0F0GB66d4CrdIoplNFFGHSpSheRxbo0W4S8azNItEoMWbw3uXAeJgCrmX5joz7CGXqSg6PcryEhnFr/C1C2ntPxBOYbdwY+8dO3+wZJyFlbMX9s8zNnvp/tLwAv03NB4j3HVpn8Awwm+GrlP6MVAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "O. Hartmann" , 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: Tue, 24 May 2011 00:28:09 -0000 =D0=92 Mon, 23 May 2011 14:55:39 -0700 Garrett Cooper =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > 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 ... >=20 > Please update to r222229 and see if things are fixed. > Thanks! > -Garrett Working! Thanks!