From owner-freebsd-current@FreeBSD.ORG Sat Oct 19 08:38:26 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD780110 for ; Sat, 19 Oct 2013 08:38:26 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76C112E35 for ; Sat, 19 Oct 2013 08:38:26 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id b10so2509043eae.10 for ; Sat, 19 Oct 2013 01:38:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=haJmgzo2cJ9HVL55/NlQ90LlwMQAPsR4x1qNrgJlXEk=; b=vFgUn7IL4s0y7rX0DP9lIMxyC9iDaXTRn/nVBp12uh/zhe789WnHNn1P8E/Y3bhO6I BtPZhRCbaEyWW8Niemq5kbEq06Hzyxv77+X+3FERGAjDSKbInkcDm4IcOxxz65c4SkMq AaKgmeTLjOP3dVA0MU+WnwBDvEEbiiGPu5UIwvYeKZnAhO32KIXbfcPtno8qbEsQhU+7 i2546jI5Eg5HIifr/apQl5uIfOh2PyPFrrMD2eaLsZ9FgusfaveUohYq8EqhF6H3UtaL Am0b0h/Qd4TCV0tD3h/671XJrPaU+yi6+7Jty1vNAC5PyuwKyxLM2X3x+AEQkdxlQeKa MkgA== X-Received: by 10.14.2.200 with SMTP id 48mr7737379eef.88.1382171904839; Sat, 19 Oct 2013 01:38:24 -0700 (PDT) Received: from mini.home (aeay151.neoplus.adsl.tpnet.pl. [79.186.24.151]) by mx.google.com with ESMTPSA id r48sm14980898eev.14.2013.10.19.01.38.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Oct 2013 01:38:24 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Content-Type: text/plain; charset=iso-8859-2 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: gcc kernel build fail @ SVN r256730 From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: <52612651.9000001@protected-networks.net> Date: Sat, 19 Oct 2013 10:38:22 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <27D6066C-CEEF-48BE-B882-E086E01BEE43@FreeBSD.org> References: <52612651.9000001@protected-networks.net> To: Michael Butler X-Mailer: Apple Mail (2.1510) Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 19 Oct 2013 08:38:26 -0000 Wiadomo=B6=E6 napisana przez Michael Butler = w dniu 18 pa=BC 2013, o godz. 14:15: > -current kernel compiled with gcc fails with: >=20 > cc1: warnings being treated as errors > /usr/src/sys/geom/label/g_label.c: In function 'g_label_resize': > /usr/src/sys/geom/label/g_label.c:135: warning: null format string > [-Wformat] > *** [g_label.o] Error code 1 Should be fixed now. Sorry for the breakage.