From owner-freebsd-current@FreeBSD.ORG Fri Jun 4 09:48:00 2010 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 6CE2F106567D for ; Fri, 4 Jun 2010 09:48:00 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 01A108FC1D for ; Fri, 4 Jun 2010 09:47:59 +0000 (UTC) Received: by wyf28 with SMTP id 28so969293wyf.13 for ; Fri, 04 Jun 2010 02:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=DoTrYT3UqV1zoifr6UcRsWHeV+b0j9vG3BEJCR86g1A=; b=jcJmmB5LD+9aNFK4oPW1aC4oojX7XuBFGjdm5JSPL0C9AJ1VMJ6As938NqV/VKyQPa /fUzkIL6lQgVJUwtqD/3M3+rS+b5vCjNuxOwYdyZQCpJwTVVO2Vpo4wm4iLllmuxJCFy ixQPTOCsRlA6a5QFggMJ2TkWzHzYOq9aLCwaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=fYHhtmRqRMznEMBlH4uHL2Pnn1x7zZguU/UvbMospuwS6D6iPvVodfSOze5N95hEjD yUJyV6EMBaiQCSiIKbB7Q8Af3WjHyPVrU2srCo32bP19C1khAYrYJKzDhoebgRq75ie7 MOMlY/3PKF8TPNMjgW000RQYSo8cYIZPNQwPo= MIME-Version: 1.0 Received: by 10.216.88.147 with SMTP id a19mr1901181wef.93.1275644878830; Fri, 04 Jun 2010 02:47:58 -0700 (PDT) Received: by 10.216.183.5 with HTTP; Fri, 4 Jun 2010 02:47:58 -0700 (PDT) In-Reply-To: <20100604082822.GA30280@lonesome.com> References: <20100604082822.GA30280@lonesome.com> Date: Fri, 4 Jun 2010 09:47:58 +0000 Message-ID: From: "b. f." To: Mark Linimon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: [TESTING]: ClangBSD branch needs testing before the import to HEAD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 09:48:00 -0000 On 6/4/10, Mark Linimon wrote: > On Fri, Jun 04, 2010 at 08:13:55AM +0000, b. f. wrote: >> How did you obtain "gcc4-errors"? > > bzgrep -q "See for instructions." Part > of ports/Tools/portbuild/scripts/processonelog . But are you actually building with lang/gcc4* and devel/binutils when these advisories are generated? If so, what added configuration settings are you using? b.