I am trying to setup a chroot environment under Android on the Asus Transformer Prime (TF201). For the most part, things are working as expected. However, I cannot use fakeroot:
$this->bbcode_second_pass_code('', '
$ fakeroot
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
kill: usage: ...
')
I have core/linux-omap-3.7.10-4 installed. Checking the config in the PKGBUILD for this kernel, CONFIG_SYSVIPC and CONFIG_SYSVIPC_SYSCTL are both on, so I think SYSC IPC support *should* be available. Is there a configuration setting I might have missed in the chroot setup? Any ideas on how I can get fakeroot working?