From owner-freebsd-stable@FreeBSD.ORG Fri Aug 22 20:09:49 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 B2F0D7D3 for ; Fri, 22 Aug 2014 20:09:49 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 454133E9D for ; Fri, 22 Aug 2014 20:09:49 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id a1so10718293wgh.11 for ; Fri, 22 Aug 2014 13:09:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=wn0n61b95aFGA7P0YAm5rllEtWL+rKsZFbe1KvyrYMQ=; b=jVoMvM7Fi1GGerxYRPGoUFk6BNk72/VmP7EghaKtfPUfB0SnLI9mKEKDoX9j/O3dcO qQkoXJxJim9gYW2bQ9tZpTdECVSLtdZiT2jNw90fhb5zTvb5z1ITkvYXm/i58rOiYSeK 68ZV1ZESp6yv9/JqC58imnPWp9DZsfMrHbF5G5neN3tb8R+qWL7oJ3JTA88c2Og5BOry 6Y5FlbQOwjZF5SHwEiUzWpT50zc81aK/PTTW9KHlz6KadUpsLw8BREpI8vhJhW7pvR78 pm3fxQRw7HqFZeJOvm+yiE6+nzGXRLaU1z0VZdXNPuuhZg1NoOvmCwQHL7XOzBn9vjjH pz0g== X-Received: by 10.180.184.20 with SMTP id eq20mr530101wic.37.1408738187403; Fri, 22 Aug 2014 13:09:47 -0700 (PDT) Received: from wall.lab (89-78-48-184.dynamic.chello.pl. [89.78.48.184]) by mx.google.com with ESMTPSA id a11sm77576434wjx.46.2014.08.22.13.09.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Aug 2014 13:09:46 -0700 (PDT) Message-ID: <53F7A2FE.60409@gmail.com> Date: Fri, 22 Aug 2014 22:07:26 +0200 From: Sebastian Wojtczak User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: make -j# buildkernel errors ? (parallel build problem) 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> <20140822011822.75d707cf@nonamehost.local> <1408661070.1150.38.camel@revolution.hippie.lan> In-Reply-To: <1408661070.1150.38.camel@revolution.hippie.lan> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit 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: Fri, 22 Aug 2014 20:09:49 -0000 On 08/22/14 00:44, Ian Lepore wrote: > On Fri, 2014-08-22 at 01:18 +0300, Ivan Klymenko wrote: >> В Fri, 22 Aug 2014 00:17:59 +0300 >> Ivan Klymenko пишет: >> >>> В Thu, 21 Aug 2014 14:49:04 -0400 >>> Mike Tancsa пишет: >>> >>>> 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 >>>> >>>> Hi Ian, >>>> Still getting a broken buildkernel. I blew away /usr/obj, >>>> but still no luck. buildworld is fine, but buildkernel fails. >>>> >>>> --- depend_subdir_alc --- >>>> x86 -> /usr/src/sys/x86/include >>>> --- depend_subdir_aic7xxx --- >>>> In file included from >>>> /usr/src/sys/modules/aic7xxx/ahc/ahc_eisa/../../../../dev/aic7xxx/ahc_eisa.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" >>>> ^ >>>> ... >>>> >>> +1 >> >> Revision 270306 fixes this issue. >> >> Thanks. > Yep, I think so. It looks like this problem has been around for a > while, but it was hidden on -current because EISA is disabled by default > there. It should be all good now. > > -- Ian > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Hi, Did you consider to use below command order which (perhaps) I commonly used in my case: make buildworld -jX I've checked that on my bench with like below: make buildkernel -jX Some time ago on FBSD forum I have post such issue but noone answer. Could you confirm my assumption that arg order is the case ? (In my case is). Best Regards, Sebastian