areusch opened a new pull request #8037:
URL: https://github.com/apache/tvm/pull/8037


   Unclear what happened here, but upon rebuilding ci-qemu, lots of:
   ```
   
:~/tests/micro/zephyr/test_zephyr_qemu_x86_workspace/2021-05-13T17-30-31/build/utvm_rpc_server/__tvm_build$
 make
   cmake -E touch_nocreate: failed to update 
"zephyr/misc/generated/syscalls_links/include_usb_class".
   zephyr/CMakeFiles/parse_syscalls_target.dir/build.make:521: recipe for 
target 'zephyr/misc/generated/syscalls_links/include_usb_class' failed
   make[2]: *** [zephyr/misc/generated/syscalls_links/include_usb_class] Error 1
   CMakeFiles/Makefile2:2048: recipe for target 
'zephyr/CMakeFiles/parse_syscalls_target.dir/all' failed
   make[1]: *** [zephyr/CMakeFiles/parse_syscalls_target.dir/all] Error 2
   Makefile:90: recipe for target 'all' failed
   make: *** [all] Error 2
   ```
   
   marking Zephyr world-writable, which should resolve the need for make to 
touch the syscalls dependencies. This isn't strictly ideal, since a test could 
make modifications to Zephyr and corrupt following tests, but we have this 
issue everywhere and I believe Zephyr assumes it is writable when building.
   
   Also remove some commented lines in the install script.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to