All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failure in latest ath10k tree.
@ 2014-02-26 18:50 Ben Greear
  2014-02-26 19:55 ` Kalle Valo
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Greear @ 2014-02-26 18:50 UTC (permalink / raw)
  To: ath10k

Looks non-related to ath10k itself...maybe bad merge or
upstream error?

I'll dig into it in a bit if no one beats me to it.

[greearb@ben-dt2 linux-ath.x64]$ make  bzImage modules
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `relocs'.
  CHK     include/config/kernel.release
  Using /mnt/sda/home/greearb/git/linux.ath as source for kernel
  GEN     /home/greearb/kernel/2.6/linux-ath.x64/Makefile
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    /mnt/sda/home/greearb/git/linux.ath/scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC      arch/x86/kernel/cpu/capflags.o
  CC      arch/x86/kernel/cpu/common.o
fixdep: error opening config file: /mnt/sda/home/greearb/git/linux.ath/include/linux/spinlokk_types.h: No such file or directory
make[5]: *** [arch/x86/kernel/cpu/common.o] Error 2
make[4]: *** [arch/x86/kernel/cpu] Error 2
make[3]: *** [arch/x86/kernel] Error 2
make[2]: *** [arch/x86] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2


Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build failure in latest ath10k tree.
  2014-02-26 18:50 Build failure in latest ath10k tree Ben Greear
@ 2014-02-26 19:55 ` Kalle Valo
  2014-02-26 19:57   ` Ben Greear
  0 siblings, 1 reply; 4+ messages in thread
From: Kalle Valo @ 2014-02-26 19:55 UTC (permalink / raw)
  To: Ben Greear; +Cc: ath10k

Ben Greear <greearb@candelatech.com> writes:

> Looks non-related to ath10k itself...maybe bad merge or
> upstream error?
>
> I'll dig into it in a bit if no one beats me to it.

[...]

>   CC      arch/x86/kernel/cpu/capflags.o
>   CC      arch/x86/kernel/cpu/common.o
> fixdep: error opening config file: /mnt/sda/home/greearb/git/linux.ath/include/linux/spinlokk_types.h: No such file or directory

Is it really "spinlokk" (not spinlock) or is that just a copy&paste
error?

FWIW I haven't noticed any build errors myself.

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build failure in latest ath10k tree.
  2014-02-26 19:55 ` Kalle Valo
@ 2014-02-26 19:57   ` Ben Greear
  2014-02-26 20:29     ` Ben Greear
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Greear @ 2014-02-26 19:57 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath10k

On 02/26/2014 11:55 AM, Kalle Valo wrote:
> Ben Greear <greearb@candelatech.com> writes:
> 
>> Looks non-related to ath10k itself...maybe bad merge or
>> upstream error?
>>
>> I'll dig into it in a bit if no one beats me to it.
> 
> [...]
> 
>>   CC      arch/x86/kernel/cpu/capflags.o
>>   CC      arch/x86/kernel/cpu/common.o
>> fixdep: error opening config file: /mnt/sda/home/greearb/git/linux.ath/include/linux/spinlokk_types.h: No such file or directory
> 
> Is it really "spinlokk" (not spinlock) or is that just a copy&paste
> error?
> 
> FWIW I haven't noticed any build errors myself.

It really is spelled spinlokk, I coppied that right out of
the console....

I can't find any file that has that string in it, so not sure
where it is coming from.

I'll keep poking around.

Thanks,
Ben


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build failure in latest ath10k tree.
  2014-02-26 19:57   ` Ben Greear
@ 2014-02-26 20:29     ` Ben Greear
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Greear @ 2014-02-26 20:29 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath10k

On 02/26/2014 11:57 AM, Ben Greear wrote:
> On 02/26/2014 11:55 AM, Kalle Valo wrote:
>> Ben Greear <greearb@candelatech.com> writes:
>>
>>> Looks non-related to ath10k itself...maybe bad merge or
>>> upstream error?
>>>
>>> I'll dig into it in a bit if no one beats me to it.
>>
>> [...]
>>
>>>   CC      arch/x86/kernel/cpu/capflags.o
>>>   CC      arch/x86/kernel/cpu/common.o
>>> fixdep: error opening config file: /mnt/sda/home/greearb/git/linux.ath/include/linux/spinlokk_types.h: No such file or directory
>>
>> Is it really "spinlokk" (not spinlock) or is that just a copy&paste
>> error?
>>
>> FWIW I haven't noticed any build errors myself.
> 
> It really is spelled spinlokk, I coppied that right out of
> the console....
> 
> I can't find any file that has that string in it, so not sure
> where it is coming from.
> 
> I'll keep poking around.

Looks like it was a .ccache issue...I removed it and re-built and it was
fine...

Thanks,
Ben



> 
> Thanks,
> Ben
> 
> 


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-26 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26 18:50 Build failure in latest ath10k tree Ben Greear
2014-02-26 19:55 ` Kalle Valo
2014-02-26 19:57   ` Ben Greear
2014-02-26 20:29     ` Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.