From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 3 13:04:52 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A6391065672; Thu, 3 Feb 2011 13:04:52 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8D2298FC14; Thu, 3 Feb 2011 13:04:51 +0000 (UTC) Received: by bwz12 with SMTP id 12so1609811bwz.13 for ; Thu, 03 Feb 2011 05:04:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=WGdXtJYYM83HFKcdzbxqSblL9YIOiw9IzdzJpz7dhrI=; b=hXBIqj6X04D6ywSWiXD19KjEEfc9En4kVXVKzVUB0aR3C2RE95gFcLs85IvMrhHdEn vcRF7JsdIVV/KI2xA4m0jLHiUX6PHOtkbp3xnblERs3Zs/3dPaLq9nOx+0gG7tfhqIM4 fKGPwDzPZdXzDGmYHVC9jFnzM9CMBVGQ64rcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=r2yXt0295MJ7BYdxaH8WACTVmVXzl5Kk5eS2+K1gPr3Od2T5IwG/Tw4J+nOEgjq705 T1ciC0HH7wIy8y2YmkRA7iTpnYXCPEGu21Zb8Z7xMgrI6uUSXQbFS1VYxdqCw5zFp2w3 kLVCg2/+U2CePMGgSXgiaQWYesTgt99WvBUCQ= Received: by 10.204.103.196 with SMTP id l4mr4884530bko.209.1296738290295; Thu, 03 Feb 2011 05:04:50 -0800 (PST) Received: from localhost (tor-exit-router38-readme.formlessnetworking.net [199.48.147.38]) by mx.google.com with ESMTPS id b6sm421223bkb.22.2011.02.03.05.04.42 (version=SSLv3 cipher=RC4-MD5); Thu, 03 Feb 2011 05:04:48 -0800 (PST) From: Anonymous To: Alexander Best References: <20110106014046.GA324@freebsd.org> <20110202172010.GA17563@freebsd.org> <867hdijnkw.fsf@gmail.com> <20110203113701.GA97747@freebsd.org> Date: Thu, 03 Feb 2011 16:04:03 +0300 In-Reply-To: <20110203113701.GA97747@freebsd.org> (Alexander Best's message of "Thu, 3 Feb 2011 11:37:01 +0000") Message-ID: <8639o5gth8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-hackers@freebsd.org, Sergey Kandaurov Subject: Re: broken INCLUDE in sys/conf/kern.pre.mk for opensolaris code? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2011 13:04:52 -0000 Alexander Best writes: > On Wed Feb 2 11, Anonymous wrote: >> -Wmissing-include-dirs (with -Werror) is there to catch such cases. >> Try to add it to CWARNFLAGS and see if universe build passes. >> >> Note, clang doesn't support it and it's broken in our gcc but there is a >> simple fix, unfortunately, under gplv3. > > could you point me to that gcc gplv3 fix? I can't reproduce the bug on /head anymore, e.g. unlike on 8.2-RC2. http://docs.freebsd.org/cgi/mid.cgi?20081021054625.GA66977