public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [drm-intel:drm-intel-nightly 341/365] drivers/gpu/drm//selftests/test-drm_mm.c:58:1: fatal error: opening dependency file drivers/gpu/drm//selftests/.test-drm_mm.o.d: No such file or directory
@ 2016-12-27 16:57 kbuild test robot
  2016-12-27 18:46 ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: kbuild test robot @ 2016-12-27 16:57 UTC (permalink / raw)
  To: Chris Wilson; +Cc: Daniel Vetter, intel-gfx, kbuild-all, dri-devel

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

tree:   git://anongit.freedesktop.org/drm-intel drm-intel-nightly
head:   0d15e733fab5dd48154dda2bebdacd1d87069d08
commit: 50f0033d1a0f3a8e9eed09ab68067fbb57b0669d [341/365] drm: Add some kselftests for the DRM range manager (struct drm_mm)
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 50f0033d1a0f3a8e9eed09ab68067fbb57b0669d
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

>> drivers/gpu/drm//selftests/test-drm_mm.c:58:1: fatal error: opening dependency file drivers/gpu/drm//selftests/.test-drm_mm.o.d: No such file or directory
    MODULE_LICENSE("GPL");
    ^~~~~~~~~~~~~~
   compilation terminated.

vim +58 drivers/gpu/drm//selftests/test-drm_mm.c

    42	
    43		return err > 0 ? 0 : err;
    44	}
    45	
    46	static void __exit test_drm_mm_exit(void)
    47	{
    48	}
    49	
    50	module_init(test_drm_mm_init);
    51	module_exit(test_drm_mm_exit);
    52	
    53	module_param(random_seed, uint, 0400);
    54	module_param(max_iterations, uint, 0400);
    55	module_param(max_prime, uint, 0400);
    56	
    57	MODULE_AUTHOR("Intel Corporation");
  > 58	MODULE_LICENSE("GPL");

---
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: 59444 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

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

end of thread, other threads:[~2016-12-28 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-27 16:57 [drm-intel:drm-intel-nightly 341/365] drivers/gpu/drm//selftests/test-drm_mm.c:58:1: fatal error: opening dependency file drivers/gpu/drm//selftests/.test-drm_mm.o.d: No such file or directory kbuild test robot
2016-12-27 18:46 ` Daniel Vetter
2016-12-28  9:38   ` Daniel Vetter
2016-12-28 14:37   ` Fengguang Wu
2016-12-28 14:55     ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox