linuxerwang / rkflashkit

rkflashkit is an open source toolkit for flashing Linux kernel images to rockchip rk3066/rk3188/rk3288 etc. based devices. It's programmed with python and gtk2.
214 stars 74 forks source link

./waf debian Error in WSL #23

Open AkerIII opened 2 years ago

AkerIII commented 2 years ago

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

linuxerwang commented 2 years ago

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

AkerIII commented 2 years ago

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