All of lore.kernel.org
 help / color / mirror / Atom feed
* [plbossart-sound:sdw/remove-sdw-driver-rebase 77/118] ./usr/include/sound/sof/ext_manifest.h:20:10: fatal error: 'sound/sof/info.h' file not found
@ 2020-04-11  0:24 kbuild test robot
  2020-04-13 10:00 ` Pierre-Louis Bossart
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2020-04-11  0:24 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/plbossart/sound sdw/remove-sdw-driver-rebase
head:   0455d515e122841a882a5a5b7d55623e169b67d4
commit: df99b31e1be7305a7f358f23a6a005cdb149e337 [77/118] ASoC: SOF: ext_manifest: parse windows
config: x86_64-randconfig-c002-20200410 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project c6eb584c64872fbb779df14acd31c1f3947f6e52)
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout df99b31e1be7305a7f358f23a6a005cdb149e337
        # save the attached .config to linux build tree
        COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from <built-in>:1:
>> ./usr/include/sound/sof/ext_manifest.h:20:10: fatal error: 'sound/sof/info.h' file not found
   #include <sound/sof/info.h>
            ^~~~~~~~~~~~~~~~~~
   1 error generated.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

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

* Re: [plbossart-sound:sdw/remove-sdw-driver-rebase 77/118] ./usr/include/sound/sof/ext_manifest.h:20:10: fatal error: 'sound/sof/info.h' file not found
  2020-04-11  0:24 [plbossart-sound:sdw/remove-sdw-driver-rebase 77/118] ./usr/include/sound/sof/ext_manifest.h:20:10: fatal error: 'sound/sof/info.h' file not found kbuild test robot
@ 2020-04-13 10:00 ` Pierre-Louis Bossart
  2020-04-13 14:02   ` Philip Li
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Louis Bossart @ 2020-04-13 10:00 UTC (permalink / raw)
  To: kbuild-all

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

Could I please ask the team to update the make.cross scripts:

  COMPILER=clang ../make.cross ARCH=x86_64
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: 
Permission denied)
E: Unable to acquire the dpkg frontend lock 
(/var/lib/dpkg/lock-frontend), are you root?

<<< you should be using sudo here

cross tool binutils-x86_64-linux-gnu install failed
Please ensure x86_64 cross tools has been installed.
cd: received redirection to `https://download.01.org/0day-ci/cross-package/'
lftpget -c 
https://download.01.org/0day-ci/cross-package/./clang-latest/clang.tar.xz
tar Jxf clang-latest/clang.tar.xz -C /home/pbossart/0day

<<< wrong directory, don't assume that you install in the user home 
directory. Why not install in /opt like all other cross tools?

Thanks
-Pierre

On 4/10/20 7:24 PM, kbuild test robot wrote:
>          COMPILER=clang make.cross ARCH=x86_64

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

* Re: [plbossart-sound:sdw/remove-sdw-driver-rebase 77/118] ./usr/include/sound/sof/ext_manifest.h:20:10: fatal error: 'sound/sof/info.h' file not found
  2020-04-13 10:00 ` Pierre-Louis Bossart
@ 2020-04-13 14:02   ` Philip Li
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Li @ 2020-04-13 14:02 UTC (permalink / raw)
  To: kbuild-all

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

On Mon, Apr 13, 2020 at 05:00:25AM -0500, Pierre-Louis Bossart wrote:
> Could I please ask the team to update the make.cross scripts:
thanks for the feedback Pierre, we will follow up to check and provide
update to you.

> 
>  COMPILER=clang ../make.cross ARCH=x86_64
> E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13:
> Permission denied)
> E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend),
> are you root?
> 
> <<< you should be using sudo here
> 
> cross tool binutils-x86_64-linux-gnu install failed
> Please ensure x86_64 cross tools has been installed.
> cd: received redirection to `https://download.01.org/0day-ci/cross-package/'
> lftpget -c
> https://download.01.org/0day-ci/cross-package/./clang-latest/clang.tar.xz
> tar Jxf clang-latest/clang.tar.xz -C /home/pbossart/0day
> 
> <<< wrong directory, don't assume that you install in the user home
> directory. Why not install in /opt like all other cross tools?
> 
> Thanks
> -Pierre
> 
> On 4/10/20 7:24 PM, kbuild test robot wrote:
> >          COMPILER=clang make.cross ARCH=x86_64
> _______________________________________________
> kbuild-all mailing list -- kbuild-all(a)lists.01.org
> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org

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

end of thread, other threads:[~2020-04-13 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-11  0:24 [plbossart-sound:sdw/remove-sdw-driver-rebase 77/118] ./usr/include/sound/sof/ext_manifest.h:20:10: fatal error: 'sound/sof/info.h' file not found kbuild test robot
2020-04-13 10:00 ` Pierre-Louis Bossart
2020-04-13 14:02   ` Philip Li

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.