rkflashkit
rkflashkit copied to clipboard
./waf debian Error in WSL
When running ./waf debian I Got the following error message:
Creating debian package ... fakeroot, while creating message channels: Function not implemented This may be due to a lack of SYSV IPC support. fakeroot: error while starting the `faked' daemon.
在WSL下尝试执行./waf debian时得到了没有fakeroot的报错,请问如何绕过
If you don't have fakeroot, set file owner manually and remove fakeroot from waf.
Use sudo update-alternatives --set fakeroot /usr/bin/fakeroot-tcp
to wrap around under WSL and ./waf debian
works.
But when opend rkflashkit window, the Devices combo have no device. Giving up use this under WSL :(