From: kernel test robot <lkp@intel.com>
To: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org, kbuild-all@lists.01.org,
dri-devel@lists.freedesktop.org,
Chris Wilson <chris@chris-wilson.co.uk>
Subject: [Intel-gfx] [drm-intel:topic/core-for-CI 20/30] include/linux/kconfig.h:7:10: fatal error: generated/autoconf.h: No such file or directory
Date: Tue, 16 Mar 2021 03:10:12 +0800 [thread overview]
Message-ID: <202103160303.UDMMlM6R-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4636 bytes --]
tree: git://anongit.freedesktop.org/drm-intel topic/core-for-CI
head: 785b066b32b630e4735ca6e51acbb067703e2d3a
commit: 98a674f9cd22c2cf6f507ccc1f26fae3c91d1271 [20/30] Revert "drm/i915: Don't select BROKEN"
config: alpha-randconfig-r033-20210315 (attached as .config)
compiler: alpha-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git remote add drm-intel git://anongit.freedesktop.org/drm-intel
git fetch --no-tags drm-intel topic/core-for-CI
git checkout 98a674f9cd22c2cf6f507ccc1f26fae3c91d1271
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=alpha
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from scripts/selinux/mdp/mdp.c:22:
>> include/linux/kconfig.h:7:10: fatal error: generated/autoconf.h: No such file or directory
7 | #include <generated/autoconf.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
Makefile arch include kernel scripts source usr [scripts/kconfig/Makefile:63: syncconfig] Error 1
Makefile arch include kernel scripts source usr [Makefile:600: syncconfig] Error 2
Makefile arch include kernel scripts source usr [Makefile:709: include/config/auto.conf.cmd] Error 2
Failed to remake makefile 'include/config/auto.conf.cmd'.
Failed to remake makefile 'include/config/auto.conf'.
In file included from scripts/selinux/mdp/mdp.c:22:
>> include/linux/kconfig.h:7:10: fatal error: generated/autoconf.h: No such file or directory
7 | #include <generated/autoconf.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile arch include kernel scripts source usr [scripts/Makefile.host:95: scripts/selinux/mdp/mdp] Error 1
Target '__build' not remade because of errors.
Makefile arch include kernel scripts source usr [scripts/Makefile.build:514: scripts/selinux/mdp] Error 2
Target '__build' not remade because of errors.
Makefile arch include kernel scripts source usr [scripts/Makefile.build:514: scripts/selinux] Error 2
Target '__build' not remade because of errors.
Makefile arch include kernel scripts source usr [Makefile:1217: scripts] Error 2
Target 'modules_prepare' not remade because of errors.
make: Makefile arch include kernel scripts source usr [Makefile:215: __sub-make] Error 2
make: Target 'modules_prepare' not remade because of errors.
--
Makefile arch include kernel scripts source usr [scripts/kconfig/Makefile:63: syncconfig] Error 1
Makefile arch include kernel scripts source usr [Makefile:600: syncconfig] Error 2
Makefile arch include kernel scripts source usr [Makefile:709: include/config/auto.conf.cmd] Error 2
Failed to remake makefile 'include/config/auto.conf.cmd'.
Failed to remake makefile 'include/config/auto.conf'.
In file included from scripts/selinux/mdp/mdp.c:22:
>> include/linux/kconfig.h:7:10: fatal error: generated/autoconf.h: No such file or directory
7 | #include <generated/autoconf.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile arch include kernel scripts source usr [scripts/Makefile.host:95: scripts/selinux/mdp/mdp] Error 1
Target '__build' not remade because of errors.
Makefile arch include kernel scripts source usr [scripts/Makefile.build:514: scripts/selinux/mdp] Error 2
Target '__build' not remade because of errors.
Makefile arch include kernel scripts source usr [scripts/Makefile.build:514: scripts/selinux] Error 2
Target '__build' not remade because of errors.
Makefile arch include kernel scripts source usr [Makefile:1217: scripts] Error 2
Target 'prepare' not remade because of errors.
make: Makefile arch include kernel scripts source usr [Makefile:215: __sub-make] Error 2
make: Target 'prepare' not remade because of errors.
vim +7 include/linux/kconfig.h
8b59cd81dc5e72 Masahiro Yamada 2020-04-23 6
2a11c8ea20bf85 Michal Marek 2011-07-20 @7 #include <generated/autoconf.h>
2a11c8ea20bf85 Michal Marek 2011-07-20 8
:::::: The code at line 7 was first introduced by commit
:::::: 2a11c8ea20bf850b3a2c60db8c2e7497d28aba99 kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()
:::::: TO: Michal Marek <mmarek@suse.cz>
:::::: CC: Michal Marek <mmarek@suse.cz>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 43031 bytes --]
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
reply other threads:[~2021-03-15 19:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202103160303.UDMMlM6R-lkp@intel.com \
--to=lkp@intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=joonas.lahtinen@linux.intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox