0

I am currently trying to install MESA on Windows by using the Windows subshell and Ubuntu. However I am getting this error message:

tar: eosPT_data: Cannot utime: Function not implemented

tar: Exiting with failure status due to previous errors

FAILED

Has anybody an idea why this is not working ?

Cheers

Community
  • 1
  • 1
TimerxD
  • 1
  • 1

1 Answers1

0

utime not implemented in WSL1.

This is fixed in WSL2 and I believe currently available with windows insider release build 18890.

https://github.com/Microsoft/WSL/issues/307

https://blogs.windows.com/windowsexperience/2019/05/01/announcing-windows-10-insider-preview-build-18890/

Heccy
  • 1