From owner-svn-src-head@freebsd.org Fri Nov 25 01:58:16 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA101C3B15A; Fri, 25 Nov 2016 01:58:16 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9131DB6; Fri, 25 Nov 2016 01:58:16 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from [136.179.10.143] (helo=[10.140.230.85]) by id.bluezbox.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cA5mD-000Pud-G5; Thu, 24 Nov 2016 17:58:09 -0800 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r308942 - in head/sys/modules: . bytgpio From: Oleksandr Tymoshenko In-Reply-To: Date: Thu, 24 Nov 2016 17:57:38 -0800 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <721588E6-66AE-40D4-80C5-07D0C2C453E7@freebsd.org> References: <201611211947.uALJlbDd022690@repo.freebsd.org> To: Ed Maste X-Mailer: Apple Mail (2.3251) Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: > On Nov 24, 2016, at 11:46 AM, Ed Maste wrote: > > On 21 November 2016 at 14:47, Oleksandr Tymoshenko wrote: >> Author: gonzo >> Date: Mon Nov 21 19:47:37 2016 >> New Revision: 308942 >> URL: https://svnweb.freebsd.org/changeset/base/308942 >> >> Log: >> [bytgpio] Add module for bytgpio(4) > > It looks like this breaks tinderbox for PC98: > > In file included from > /scratch/tmp/emaste/freebsd/sys/modules/bytgpio/../../dev/gpio/bytgpio.c:43: > In file included from > /scratch/tmp/emaste/freebsd/sys/contrib/dev/acpica/include/acpi.h:56: > In file included from > /scratch/tmp/emaste/freebsd/sys/contrib/dev/acpica/include/platform/acenv.h:194: > /scratch/tmp/emaste/freebsd/sys/contrib/dev/acpica/include/platform/acfreebsd.h:72:10: > fatal error: 'machine/acpica_machdep.h' file not found > #include > ^ > 1 error generated. > *** [bytgpio.o] Error code 1 [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 01:58:16 -0000 > On Nov 24, 2016, at 11:46 AM, Ed Maste wrote: >=20 > On 21 November 2016 at 14:47, Oleksandr Tymoshenko = wrote: >> Author: gonzo >> Date: Mon Nov 21 19:47:37 2016 >> New Revision: 308942 >> URL: https://svnweb.freebsd.org/changeset/base/308942 >>=20 >> Log: >> [bytgpio] Add module for bytgpio(4) >=20 > It looks like this breaks tinderbox for PC98: >=20 > In file included from > = /scratch/tmp/emaste/freebsd/sys/modules/bytgpio/../../dev/gpio/bytgpio.c:4= 3: > In file included from > /scratch/tmp/emaste/freebsd/sys/contrib/dev/acpica/include/acpi.h:56: > In file included from > = /scratch/tmp/emaste/freebsd/sys/contrib/dev/acpica/include/platform/acenv.= h:194: > = /scratch/tmp/emaste/freebsd/sys/contrib/dev/acpica/include/platform/acfree= bsd.h:72:10: > fatal error: 'machine/acpica_machdep.h' file not found > #include > ^ > 1 error generated. > *** [bytgpio.o] Error code 1 Should be fixed by r309112 committed earlier today=