rkflashkit icon indicating copy to clipboard operation
rkflashkit copied to clipboard

./waf debian Error in WSL

Open AkerIII opened this issue 3 years ago • 2 comments

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的报错,请问如何绕过

AkerIII avatar Aug 05 '21 12:08 AkerIII

If you don't have fakeroot, set file owner manually and remove fakeroot from waf.

linuxerwang avatar Aug 05 '21 15:08 linuxerwang

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

AkerIII avatar Aug 06 '21 01:08 AkerIII