From owner-freebsd-current@FreeBSD.ORG Fri Jan 18 12:09:36 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 11EB39BC; Fri, 18 Jan 2013 12:09:36 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) by mx1.freebsd.org (Postfix) with ESMTP id 1E807280; Fri, 18 Jan 2013 12:09:34 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id gj3so2676542lbb.11 for ; Fri, 18 Jan 2013 04:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=InzoZ1ptPeSppmSLrii4V+gUkjKyFV6CTPtVFvJWpR8=; b=NSciawposB7EmfRfah5YUrb2Zp0MCUtw7HXBW+MqeH4URTxZj5M7ZCCtFKJ/HB24+j GSpKP/TJsHugvW5SzJQCjfZaL58+Pvw5sTHX7Oq9ta4otq8YgaNJUUc1Zz6AaQY7JDGQ x7lTh5dJTF0zKaaNM/C/jly2F7kyjogfhhORt9EqzDFCWhaRsmVow7MlNl9NQ6FfIZ/H sq8eZh+cpkmM5/AtAmA6YcoQaINWYyIaG7irYQ73TZ5H7PcL2fmEAI5x2gLtcwpGHwea NeJTPKYiUDZDmTWkV44xkLNROptfU7zIihla/ehiVO8lkye8GPI0IDrpH2dLoLxwWRIe /bcQ== X-Received: by 10.152.144.71 with SMTP id sk7mr8217488lab.29.1358510485130; Fri, 18 Jan 2013 04:01:25 -0800 (PST) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id ox6sm1932929lab.16.2013.01.18.04.01.23 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 18 Jan 2013 04:01:24 -0800 (PST) Date: Fri, 18 Jan 2013 15:01:21 +0300 From: "Sergey V. Dyatko" To: Gleb Smirnoff Subject: Re: buildworld is broken ? Message-ID: <20130118150121.3d36ced6@laptop> In-Reply-To: <20130118114713.GH2331@FreeBSD.org> References: <20130118113017.4932e9e7@laptop> <20130118114713.GH2331@FreeBSD.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: current@FreeBSD.org, jkim@FreeBSD.org 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: Fri, 18 Jan 2013 12:09:36 -0000 On Fri, 18 Jan 2013 15:47:13 +0400 Gleb Smirnoff wrote: > On Fri, Jan 18, 2013 at 11:30:17AM +0300, Sergey V. Dyatko wrote: > S> subj > S> head, amd64 Revision: 245588 > > Works for me: > > Revision: 245593 > Last Changed Rev: 245584 > Last Changed Date: 2013-01-18 06:36:06 +0400 (ÐÔ, 18 ÑÎ× 2013) > strange :( laptop# cd /usr/src/usr.sbin/acpi/iasl laptop# make cc -O2 -pipe -DACPI_ASL_COMPILER -I. -I/usr/src/usr.sbin/acpi/iasl/../../../sys -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c cc1: warnings being treated as errors /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c: In function 'AcpiDmIsResourceTemplate': /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:419: warning: dereferencing type-punned pointer will break strict-aliasing rules *** [dmresrc.o] Error code 1 Stop in /usr/src/usr.sbin/acpi/iasl. > Also, there is not tinderbox complaints on the mailing list. > Subject: [head tinderbox] failure on ia64/ia64 Date: Fri, 18 Jan 2013 11:55:37 GMT -- wbr, tiger