make -j# buildkernel errors ? (parallel build problem)

Sebastian Wojtczak sebastian.wojtczak at gmail.com
Fri Aug 22 20:09:49 UTC 2014


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 at ukr.net> пишет:
>>
>>> В Thu, 21 Aug 2014 14:49:04 -0400
>>> Mike Tancsa <mike at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at 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


More information about the freebsd-stable mailing list