From owner-freebsd-current@FreeBSD.ORG Tue Jul 9 17:10:59 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0AE89D98 for ; Tue, 9 Jul 2013 17:10:59 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 92C921DC5 for ; Tue, 9 Jul 2013 17:10:58 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id it16so2473485bkc.27 for ; Tue, 09 Jul 2013 10:10:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; bh=joUg8wqxtCrABc03EvWUOMcvRxfzRQ9091QIsl5qm0o=; b=kRiMYgzRWC54HqA9kkI8iXqZeRA+jeJHaQz5ghosxpLuUkmxuRYTAffNL8iSTmWU9F i6p76tUeixZqO5wD0zrwKx41SO+fBQRGsYGLsbbBmOYXK46Z7/Kq080bLslSc5+d4WUd CkVWQpAES3L7VOMsBarq7qcqPQ98gLcq2QUL4JKKfQRa9nPLaW3ZoOa6/4Hp7fWsNAWp Gp+6DvX4TrKOK2uRCJhcjgsAh2lwCo1zoFtN1JySXbgn3fQ7JK6UzM6kKvQ+fdG+LicZ CLs5g+TAgmYp9dwFzu8VrSaJanTHJkU2txZp3xVFMI9OPijVE6EOQ3Z4LtkRush6sAFF ahcQ== X-Received: by 10.205.15.194 with SMTP id pv2mr4294789bkb.122.1373389857458; Tue, 09 Jul 2013 10:10:57 -0700 (PDT) Received: from ernst.home (p4FCA7CCC.dip0.t-ipconnect.de. [79.202.124.204]) by mx.google.com with ESMTPSA id rj6sm6108028bkb.12.2013.07.09.10.10.55 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 09 Jul 2013 10:10:56 -0700 (PDT) Date: Tue, 9 Jul 2013 19:10:54 +0200 From: Gary Jennejohn To: Alie Tan Subject: Re: kernel compile broken in latest HEAD Message-ID: <20130709191054.4c38b204@ernst.home> In-Reply-To: References: <20130709173233.275469b4@ernst.home> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 17:10:59 -0000 On Tue, 9 Jul 2013 23:50:57 +0800 Alie Tan wrote: > On Tue, Jul 9, 2013 at 11:32 PM, Gary Jennejohn > wrote: > > > I just saw this breakage while compiling a kernel on HEAD updated > > minutes ago: > > > > -------------------------------------------------------------- > > >>> stage 3.2: building everything > > -------------------------------------------------------------- > > cc1: warnings being treated as errors > > > Try declare below lines to your /etc/src.conf as workaround > NO_WERROR= > WERROR= > Thanks for you input. But there's an error in the code which should be corrected. -- Gary Jennejohn