Error FAKEROOTKEY set to 818929733
When i was trying to compile linux kernel, i bump into the following issue,
fakeroot: FAKEROOTKEY set to 818929733
fakeroot: nested operation not yet supported
Turn out that i was actually running root on top of my username. :D
To fix this, just type "exit" to get out of the root mode and execute fakeroot command again.
Comments