From owner-svn-src-head@FreeBSD.ORG Mon Apr 5 16:15:03 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A5301065677; Mon, 5 Apr 2010 16:15:03 +0000 (UTC) (envelope-from netchild@freebsd.org) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE3D8FC08; Mon, 5 Apr 2010 16:15:02 +0000 (UTC) Received: from outgoing.leidinger.net (pD9E2CB1A.dip.t-dialin.net [217.226.203.26]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 08CCA844268; Mon, 5 Apr 2010 18:14:56 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 36B7D505C; Mon, 5 Apr 2010 18:14:51 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.3/8.13.8/Submit) id o35GEpI9019410; Mon, 5 Apr 2010 18:14:51 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from p5DD456EA.dip.t-dialin.net (p5DD456EA.dip.t-dialin.net [93.212.86.234]) by webmail.leidinger.net (Horde Framework) with HTTP; Mon, 05 Apr 2010 18:14:50 +0200 Message-ID: <20100405181450.13494itjj2ehj5og@webmail.leidinger.net> Date: Mon, 05 Apr 2010 18:14:50 +0200 From: Alexander Leidinger To: Kostik Belousov References: <201004020655.o326tWax079882@svn.freebsd.org> <20100404153653.GD2415@deviant.kiev.zoral.com.ua> <20100405143123.14716pelm4tos2kg@webmail.leidinger.net> <20100405133505.GK2415@deviant.kiev.zoral.com.ua> In-Reply-To: <20100405133505.GK2415@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.4) X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 08CCA844268.BD35A X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-1.363, required 6, autolearn=disabled, ALL_TRUSTED -1.44, TW_SV 0.08) X-EBL-MailScanner-From: netchild@freebsd.org X-EBL-MailScanner-Watermark: 1271088898.53636@qLfpmLyWDthUDNjk82s2wQ X-EBL-Spam-Status: No Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, imp@FreeBSD.org Subject: Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2010 16:15:03 -0000 Quoting Kostik Belousov (from Mon, 5 Apr 2010 16:35:05 +0300): > On Mon, Apr 05, 2010 at 02:31:23PM +0200, Alexander Leidinger wrote: >> Quoting Kostik Belousov (from Sun, 4 Apr 2010 >> 18:36:53 +0300): >> >> >On Fri, Apr 02, 2010 at 06:55:32AM +0000, Alexander Leidinger wrote: >> >>Author: netchild >> >>Date: Fri Apr 2 06:55:31 2010 >> >>New Revision: 206082 >> >>URL: http://svn.freebsd.org/changeset/base/206082 >> >> >> >>Log: >> >> WITH_CTF can now be specified in src.conf (not recommended, there >> >> are some problems with static executables), make.conf (would also >> >> affect ports which do not use GNU make and do not override the >> >> compile targets) or in the kernel config (via "makeoptions >> >> WITH_CTF=yes"). >> > >> >I think this commit started the kernel build to emit lines like this >> >[ -z "ctfconvert" -o -n "1" ] || ctfconvert -L VERSION -g vm_init.o >> >after compilation of each file from the kernel (but not modules) >> >source. Could you, please, look for missed '@' ? >> >> I just reviewed the diff again and there is only one place where no @ >> is, this is for NORMAL_CTFCONVERT. Before I committed the patch, I >> searched where it is used, but I didn't find a place where it is used. >> Maybe I overlooked something (I didn't review the Makfile which is >> generated by running the config program on the kernel-config, and I >> will not get time to do this today). >> >> Can you please confirm that you did an installworld before building >> the kernel? > > I can confirm that r206179 fixed the issue. > > To answer your question, no, I did not performed installworld. > I do buildkernel in cross-build environment, i.e. I do buildworld > and then buildkernel. Ok, thanks for the info. Warner, do you mind if I back-out r206082 and change the place where NORMAL_CTFCONVERT is used instead (fist I have to search for it again... not today)? It would make it consistent with all other places (SYSTEM_CTFCONVERT and the plain test and use of CTFxxx). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 When the doubt vanishes and the issue becomes evident, stupidity reigns. -- Poul Henningsen [1894-1967]