Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1247251
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the asm-generic tree |
| Date | 2015-10-15 01:40 +0200 |
| Message-ID | <qjDOh-5ts-7@gated-at.bofh.it> (permalink) |
| References | <qjDbA-4sf-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Stephen,
[auto build test ERROR on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base]
url: https://github.com/0day-ci/linux/commits/Stephen-Rothwell/linux-next-build-failure-after-merge-of-the-asm-generic-tree/20151015-065548
config: i386-randconfig-i1-201541 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> drivers/acpi/osl.c:43:41: fatal error: linux/io-64-nonatomic-lo-hi.h: No such file or directory
compilation terminated.
vim +43 drivers/acpi/osl.c
37 #include <linux/acpi.h>
38 #include <linux/efi.h>
39 #include <linux/ioport.h>
40 #include <linux/list.h>
41 #include <linux/jiffies.h>
42 #include <linux/semaphore.h>
> 43 #include <linux/io-64-nonatomic-lo-hi.h>
44
45 #include <asm/io.h>
46 #include <asm/uaccess.h>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the asm-generic tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-15 01:00 +0200
Re: linux-next: build failure after merge of the asm-generic tree kbuild test robot <lkp@intel.com> - 2015-10-15 01:40 +0200
Re: linux-next: build failure after merge of the asm-generic tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-15 04:40 +0200
Re: [kbuild-all] linux-next: build failure after merge of the asm-generic tree Fengguang Wu <lkp@intel.com> - 2015-10-15 16:50 +0200
Re: [kbuild-all] linux-next: build failure after merge of the asm-generic tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-15 17:00 +0200
csiph-web