* [ti:ti-rt-linux-6.1.y-cicd 77/87] include/trace/define_trace.h:95:42: fatal error: ../../drivers/media/platform/chips-media/trace.h: No such file or directory
@ 2023-05-10 21:28 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-05-10 21:28 UTC (permalink / raw)
Cc: oe-kbuild-all, vigneshr, nm, Brandon Brnich
tree: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y-cicd
head: 5131dc945565a7c0536092202e27490824f1eca3
commit: 3535376e4f9618805ce0c36abaf8e567b61c95f7 [77/87] media: platform: chips-media: Move Coda to separate folder
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20230511/202305110543.VVlFsVvZ-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 12.1.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 ti git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
git fetch --no-tags ti ti-rt-linux-6.1.y-cicd
git checkout 3535376e4f9618805ce0c36abaf8e567b61c95f7
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sh olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sh SHELL=/bin/bash drivers/media/platform/chips-media/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202305110543.VVlFsVvZ-lkp@intel.com/
Note: the ti/ti-rt-linux-6.1.y-cicd HEAD 5131dc945565a7c0536092202e27490824f1eca3 builds fine.
It only hurts bisectability.
All errors (new ones prefixed by >>):
In file included from drivers/media/platform/chips-media/coda/trace.h:175,
from drivers/media/platform/chips-media/coda/coda-bit.c:32:
>> include/trace/define_trace.h:95:42: fatal error: ../../drivers/media/platform/chips-media/trace.h: No such file or directory
95 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
| ^
compilation terminated.
vim +95 include/trace/define_trace.h
a8d154b0091683 Steven Rostedt 2009-04-10 94
a8d154b0091683 Steven Rostedt 2009-04-10 @95 #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
a8d154b0091683 Steven Rostedt 2009-04-10 96
:::::: The code at line 95 was first introduced by commit
:::::: a8d154b009168337494fbf345671bab74d3e4b8b tracing: create automated trace defines
:::::: TO: Steven Rostedt <srostedt@redhat.com>
:::::: CC: Steven Rostedt <rostedt@goodmis.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ti:ti-rt-linux-6.1.y-cicd 77/87] include/trace/define_trace.h:95:42: fatal error: ../../drivers/media/platform/chips-media/trace.h: No such file or directory
@ 2023-05-10 21:28 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-05-10 21:28 UTC (permalink / raw)
Cc: oe-kbuild-all, vigneshr, nm, Brandon Brnich
tree: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y-cicd
head: 5131dc945565a7c0536092202e27490824f1eca3
commit: 3535376e4f9618805ce0c36abaf8e567b61c95f7 [77/87] media: platform: chips-media: Move Coda to separate folder
config: openrisc-randconfig-r022-20230509 (https://download.01.org/0day-ci/archive/20230511/202305110552.AGJTsjFd-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 12.1.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 ti git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
git fetch --no-tags ti ti-rt-linux-6.1.y-cicd
git checkout 3535376e4f9618805ce0c36abaf8e567b61c95f7
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc SHELL=/bin/bash drivers/media/platform/chips-media/coda/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202305110552.AGJTsjFd-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/media/platform/chips-media/coda/trace.h:175,
from drivers/media/platform/chips-media/coda/coda-bit.c:32:
>> include/trace/define_trace.h:95:42: fatal error: ../../drivers/media/platform/chips-media/trace.h: No such file or directory
95 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
| ^
compilation terminated.
vim +95 include/trace/define_trace.h
a8d154b0091683 Steven Rostedt 2009-04-10 94
a8d154b0091683 Steven Rostedt 2009-04-10 @95 #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
a8d154b0091683 Steven Rostedt 2009-04-10 96
:::::: The code at line 95 was first introduced by commit
:::::: a8d154b009168337494fbf345671bab74d3e4b8b tracing: create automated trace defines
:::::: TO: Steven Rostedt <srostedt@redhat.com>
:::::: CC: Steven Rostedt <rostedt@goodmis.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-10 21:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10 21:28 [ti:ti-rt-linux-6.1.y-cicd 77/87] include/trace/define_trace.h:95:42: fatal error: ../../drivers/media/platform/chips-media/trace.h: No such file or directory kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2023-05-10 21:28 kernel test robot
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.