From owner-freebsd-current@FreeBSD.ORG Tue Jun 1 04:36:25 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41BC81065675 for ; Tue, 1 Jun 2010 04:36:25 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D90008FC16 for ; Tue, 1 Jun 2010 04:36:24 +0000 (UTC) Received: by vws10 with SMTP id 10so2573242vws.13 for ; Mon, 31 May 2010 21:36:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=uO3aUtYwnSsR+4ThtjAQIeQg+72m2jpecmfPVOrkYMg=; b=m1lHsPGgdnbO49JNWLX/KV8Uve0WYzRMqpS9wNjgSlbiEr8uBj39DyC5vAiUHqDJYS OPA/1p/le8YXKdrCS+JblmZ0K++UPqZs5TAR237aVmFGD3dcLLtoTUx+IeZFv4tZsHEm QESDY4WaI63vL6npXd75a/lMCKIq7la2qGMNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EfMQQjtyGxQ+ZLj1vvCPQcVJiLiXECYqXuF6XNvXZPWmd3i3m/cQ8t0+5CBPeM8jh3 kVo1lWgBWmE0fCK3S6Ak0xrNzYJ2yoQowpLETut1Gx8dlxcgusK9nooic3cw0xsPglpc ZyWR2Kxh8e180JFSCQE93YbHDr+9A3s+ETXd8= MIME-Version: 1.0 Received: by 10.229.213.136 with SMTP id gw8mr837775qcb.193.1275366983684; Mon, 31 May 2010 21:36:23 -0700 (PDT) Received: by 10.229.233.74 with HTTP; Mon, 31 May 2010 21:36:23 -0700 (PDT) In-Reply-To: <20100601142852.7fd3ed86@duncan.reilly.home> References: <20100529074709.GA40241@duncan.reilly.home> <4C03B9DC.5030000@icyb.net.ua> <20100601140635.13d8898b@duncan.reilly.home> <20100601142852.7fd3ed86@duncan.reilly.home> Date: Mon, 31 May 2010 21:36:23 -0700 Message-ID: From: Garrett Cooper To: Andrew Reilly Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Andriy Gapon , current@freebsd.org Subject: Re: Yoics! Just upgraded and cc is (mostly) bus-error-ing on buildworld. 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, 01 Jun 2010 04:36:25 -0000 On Mon, May 31, 2010 at 9:28 PM, Andrew Reilly wro= te: > On Mon, 31 May 2010 21:17:41 -0700 > Garrett Cooper wrote: > >> What _is_ your make.conf though? > > Just this: > > #CC=3Dclang > CFLAGS+=3D-g > CXXFLAGS+=3D-g > KERNCONF=3DDUNCAN > > NO_LPR=3DYES > NO_SENDMAIL=3DYES > WITH_GTK2=3Dyes > WITH_CUPS=3Dyes > WITH_GECKO=3Dlibxul > #WITH_DEBUG=3Dyes > A4=3Dyes > QT4_OPTIONS=3DCUPS NAS QGTKSTYLE > > PORTSDIR=3D/nb/ports > PORTSSUPFILE=3D/root/ports-supfile > SUPFILE=3D/root/standard-supfile > SUPHOST=3Dcvs.au.freebsd.org > SUP_UPDATE=3Dyes > SUP=3Dcvsup > > # OOo needs a really large TMPDIR, use this for OOo: > TMPDIR=3D/nb/tmp/ > # added by use.perl 2010-05-15 17:53:15 > PERL_VERSION=3D5.10.1 > > > my DUNCAN kern conf is just: > > include =A0 =A0 =A0 =A0 GENERIC > ident =A0 =A0 =A0 =A0 =A0 DUNCAN > > It used to have more frobs in it than that! > > Just in case it matters: the kernel/userland/cc that was giving > me grief had been built with a make.conf that said > NO_KERBEROS=3Dyes, something I'd added to try to work around the > MD2_foo crypto linking problems. =A0I can't imagine why that would > be a problem, but I'm not risking it any more... Ok... there appear to be some interesting bits here, but I'm curious... when was the last time that you did a build with clang, and did you properly clean out /usr/obj, etc since your last compile? Thanks, -Garrett