From owner-freebsd-current@FreeBSD.ORG Wed Sep 24 23:33:56 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95DBE7AF; Wed, 24 Sep 2014 23:33:56 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C041C9D; Wed, 24 Sep 2014 23:33:55 +0000 (UTC) Received: from jaesungp-sslvpn-nc.jnpr.net ([66.129.239.11]) (authenticated bits=0) by mail.xcllnt.net (8.14.9/8.14.9) with ESMTP id s8ONXp6Z036688 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 24 Sep 2014 16:33:53 -0700 (PDT) (envelope-from marcel@xcllnt.net) Content-Type: multipart/signed; boundary="Apple-Mail=_835A7DAB-EEBE-41B7-A9FE-D711D66342E1"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Poor state of the build infrastructure. From: Marcel Moolenaar In-Reply-To: <1643827.epFl9jnZN1@ralph.baldwin.cx> Date: Wed, 24 Sep 2014 16:33:46 -0700 Message-Id: References: <4496BEA3-9F6C-4F09-B8F6-68D97A331A60@xcllnt.net> <1643827.epFl9jnZN1@ralph.baldwin.cx> To: John Baldwin X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 24 Sep 2014 23:33:56 -0000 --Apple-Mail=_835A7DAB-EEBE-41B7-A9FE-D711D66342E1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On Sep 24, 2014, at 12:54 PM, John Baldwin wrote: > On Tuesday, September 23, 2014 09:29:48 AM Marcel Moolenaar wrote: >> What is going on here? >> Are we still in some kind of flux and people aren't done yet or is >> this the intended state by virtue of noone having anything left on >> there TODO list? > > Sorry to ask a dumb question, but are you sure you did the make buildworld > first? Shouldn't that have errored if it couldn't build crt1? The root cause problem was that MAKEOBJDIRPREFIX was not set to whatever it was set to during buildworld. That was easy enough to figure out when a bunch of things don't add up. But neither problem mentioned in the email had anything to do with MAKEOBJDIRPREFIX. Having to set the COMPILER_TYPE as part of an install is a bug. Entering a powerpc buildenv and having a compiler that builds for the host (or maybe just some default) is a regression. The only thing the FreeBSD build is good at, really, is building in /usr/src for the host. The rest is just not up to par and I think it harms FreeBSD beyond belief. -- Marcel Moolenaar marcel@xcllnt.net --Apple-Mail=_835A7DAB-EEBE-41B7-A9FE-D711D66342E1 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlQjVNoACgkQpgWlLWHuifbU8QCfQHt6ZASZzczotxfNj6Hs+E7T vu8AmwU9e/ETjFK4+O4Bb0cKiaz4Pevn =2QJB -----END PGP SIGNATURE----- --Apple-Mail=_835A7DAB-EEBE-41B7-A9FE-D711D66342E1--