All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath6kl:pending 109/109] drivers/net/wireless/ath/ath10k/snoc.h:22:10: fatal error: qmi.h: No such file or directory
@ 2018-06-15 16:08 kbuild test robot
  2018-06-15 19:36 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2018-06-15 16:08 UTC (permalink / raw)
  To: Govind Singh; +Cc: Kalle Valo, kbuild-all, ath10k

[-- Attachment #1: Type: text/plain, Size: 1494 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
head:   59ff1228bc7ecec5ed2558e0e6d33423da443180
commit: 59ff1228bc7ecec5ed2558e0e6d33423da443180 [109/109] ath10k: Add QMI message handshake for wcn3990 client
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 59ff1228bc7ecec5ed2558e0e6d33423da443180
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=arm 

All errors (new ones prefixed by >>):

>> make[6]: *** No rule to make target 'drivers/net/wireless/ath/ath10k/qmi.o', needed by 'drivers/net/wireless/ath/ath10k/ath10k_snoc.o'.
   make[6]: *** [drivers/net/wireless/ath/ath10k/snoc.o] Error 1
   make[6]: Target '__build' not remade because of errors.
--
   In file included from drivers/net/wireless/ath/ath10k/snoc.c:29:0:
>> drivers/net/wireless/ath/ath10k/snoc.h:22:10: fatal error: qmi.h: No such file or directory
    #include "qmi.h"
             ^~~~~~~
   compilation terminated.

vim +22 drivers/net/wireless/ath/ath10k/snoc.h

    19	
    20	#include "hw.h"
    21	#include "ce.h"
  > 22	#include "qmi.h"
    23	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 65164 bytes --]

[-- Attachment #3: Type: text/plain, Size: 146 bytes --]

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

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

* Re: [ath6kl:pending 109/109] drivers/net/wireless/ath/ath10k/snoc.h:22:10: fatal error: qmi.h: No such file or directory
  2018-06-15 16:08 [ath6kl:pending 109/109] drivers/net/wireless/ath/ath10k/snoc.h:22:10: fatal error: qmi.h: No such file or directory kbuild test robot
@ 2018-06-15 19:36 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-06-15 19:36 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Govind Singh, kbuild-all, ath10k

kbuild test robot <lkp@intel.com> writes:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
> head:   59ff1228bc7ecec5ed2558e0e6d33423da443180
> commit: 59ff1228bc7ecec5ed2558e0e6d33423da443180 [109/109] ath10k: Add QMI message handshake for wcn3990 client
> config: arm-allmodconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
> reproduce:
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 59ff1228bc7ecec5ed2558e0e6d33423da443180
>         # save the attached .config to linux build tree
>         GCC_VERSION=7.2.0 make.cross ARCH=arm 
>
> All errors (new ones prefixed by >>):
>
>>> make[6]: *** No rule to make target 'drivers/net/wireless/ath/ath10k/qmi.o', needed by 'drivers/net/wireless/ath/ath10k/ath10k_snoc.o'.
>    make[6]: *** [drivers/net/wireless/ath/ath10k/snoc.o] Error 1
>    make[6]: Target '__build' not remade because of errors.
> --
>    In file included from drivers/net/wireless/ath/ath10k/snoc.c:29:0:
>>> drivers/net/wireless/ath/ath10k/snoc.h:22:10: fatal error: qmi.h: No such file or directory
>     #include "qmi.h"
>              ^~~~~~~
>    compilation terminated.
>
> vim +22 drivers/net/wireless/ath/ath10k/snoc.h
>
>     19	
>     20	#include "hw.h"
>     21	#include "ce.h"
>   > 22	#include "qmi.h"
>     23	

This was my bad. While fixing some conflicts manually I forgot to add
qmi.c and qmi.h to the commit. I fixed that now in the pending branch
and hopefully it builds this time.

-- 
Kalle Valo

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

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

end of thread, other threads:[~2018-06-15 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-15 16:08 [ath6kl:pending 109/109] drivers/net/wireless/ath/ath10k/snoc.h:22:10: fatal error: qmi.h: No such file or directory kbuild test robot
2018-06-15 19:36 ` Kalle Valo

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.