From owner-svn-src-head@FreeBSD.ORG Mon Apr 5 13:35:12 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 3D10E106566C; Mon, 5 Apr 2010 13:35:12 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id BEDDE8FC0C; Mon, 5 Apr 2010 13:35:11 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o35DZ5Bf081360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Apr 2010 16:35:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o35DZ5fc003447; Mon, 5 Apr 2010 16:35:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o35DZ5Fn003446; Mon, 5 Apr 2010 16:35:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 5 Apr 2010 16:35:05 +0300 From: Kostik Belousov To: Alexander Leidinger Message-ID: <20100405133505.GK2415@deviant.kiev.zoral.com.ua> References: <201004020655.o326tWax079882@svn.freebsd.org> <20100404153653.GD2415@deviant.kiev.zoral.com.ua> <20100405143123.14716pelm4tos2kg@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="giYBXacdduNkOBLu" Content-Disposition: inline In-Reply-To: <20100405143123.14716pelm4tos2kg@webmail.leidinger.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua 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 13:35:12 -0000 --giYBXacdduNkOBLu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 05, 2010 at 02:31:23PM +0200, Alexander Leidinger wrote: > Quoting Kostik Belousov (from Sun, 4 Apr 2010 =20 > 18:36:53 +0300): >=20 > >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=3Dyes"). > > > >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 '@' ? >=20 > I just reviewed the diff again and there is only one place where no @ =20 > is, this is for NORMAL_CTFCONVERT. Before I committed the patch, I =20 > searched where it is used, but I didn't find a place where it is used. = =20 > Maybe I overlooked something (I didn't review the Makfile which is =20 > generated by running the config program on the kernel-config, and I =20 > will not get time to do this today). >=20 > Can you please confirm that you did an installworld before building =20 > 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. --giYBXacdduNkOBLu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAku55wkACgkQC3+MBN1Mb4idugCeN/pxoVRmCOuGIbEoEIYl4Gq0 NhEAoPL5hCcQIjArDrE3+1bYIzJ99vRL =7hNG -----END PGP SIGNATURE----- --giYBXacdduNkOBLu--