From owner-freebsd-stable@FreeBSD.ORG Thu Aug 21 22:18:45 2014 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id D79D4178; Thu, 21 Aug 2014 22:18:45 +0000 (UTC) Received: from frv153.fwdcdn.com (frv153.fwdcdn.com [212.42.77.153]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EAF83D97; Thu, 21 Aug 2014 22:18:45 +0000 (UTC) Received: from [10.10.10.28] (helo=frv154.fwdcdn.com) by frv153.fwdcdn.com QID:1XKago-000E7v-Va/RC:2; Fri, 22 Aug 2014 01:18:38 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=9TyRwDHAccuRJR2cBHtePlMlKP9RbmbgxVp/lQgcWCA=; b=KFDSaYquU9evW7yzzkY7nsZvGCHR8MY4KYEH2xgKdS2bOhQMO8Trc6IqRXiYD9bD9EVE2oi377JcBUtmLiPSwwAKsowXmKzRRpA56mdb2HDWwaylcA7cG4ofy1L63DG5fA04enntd8x5ZlAW6kTTJS8dFVoCIY1T8Vmlu4JG5CU=; Received: from [134.249.91.229] (helo=nonamehost.local) by frv154.fwdcdn.com with esmtpsa ID 1XKagZ-000Pwq-Le ; Fri, 22 Aug 2014 01:18:23 +0300 Date: Fri, 22 Aug 2014 01:18:22 +0300 From: Ivan Klymenko To: Mike Tancsa Subject: Re: make -j# buildkernel errors ? (parallel build problem) Message-ID: <20140822011822.75d707cf@nonamehost.local> In-Reply-To: <20140822001759.01aea261@nonamehost.local> References: <53F5FC7D.4080806@sentex.net> <20140821172205.7a069c87@nonamehost.local> <1408634638.1150.28.camel@revolution.hippie.lan> <53F6171E.2070108@sentex.net> <53F63F20.3030808@sentex.net> <20140822001759.01aea261@nonamehost.local> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.229; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-Ukrnet-Yellow: 0 Cc: "freebsd-stable@freebsd.org" , Ian Lepore X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 22:18:45 -0000 =D0=92 Fri, 22 Aug 2014 00:17:59 +0300 Ivan Klymenko =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > =D0=92 Thu, 21 Aug 2014 14:49:04 -0400 > Mike Tancsa =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > > On 8/21/2014 11:58 AM, Mike Tancsa wrote: > > > On 8/21/2014 11:23 AM, Ian Lepore wrote: > > >> So for most folks, I think the problems should be fixed now as of > > >> r270274, but I only tested with -j12. > > > > > > 0-hast-a-# svnlite status --show-updates > > > ? tools/tools/netrate/netblast/netblast > > > ? tools/tools/netrate/netreceive/netreceive > > > ? tools/tools/netrate/netsend/netsend > > > Status against revision: 270278 > > > > > > > > > Hi Ian, > > > I did a svn update just now and still no luck. I did a > > > buildworld first just in case > >=20 > >=20 > > Hi Ian, > > Still getting a broken buildkernel. I blew away /usr/obj, > > but still no luck. buildworld is fine, but buildkernel fails. > >=20 > > --- depend_subdir_alc --- > > x86 -> /usr/src/sys/x86/include > > --- depend_subdir_aic7xxx --- > > In file included from=20 > > /usr/src/sys/modules/aic7xxx/ahc/ahc_eisa/../../../../dev/aic7xxx/ahc_e= isa.c:35: > > In file included from @/dev/aic7xxx/aic7xxx_osm.h:72: > > @/dev/pci/pcivar.h:241:10: fatal error: 'pci_if.h' file not found > > #include "pci_if.h" > > ^ > >... > >=20 >=20 > +1 Revision 270306 fixes this issue. Thanks.