Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 22:07:26 +0200
From:      Sebastian Wojtczak <sebastian.wojtczak@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: make -j# buildkernel errors ? (parallel build problem)
Message-ID:  <53F7A2FE.60409@gmail.com>
In-Reply-To: <1408661070.1150.38.camel@revolution.hippie.lan>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <fidaj@ukr.net> пишет:
>>
>>> В Thu, 21 Aug 2014 14:49:04 -0400
>>> Mike Tancsa <mike@sentex.net> пишет:
>>>
>>>> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F7A2FE.60409>