Forum archive
Hello world with fab-chroot not working, mount point does not exist
I’m new to TurnKey Linux, and I want to modify an existing app.
I’m using turnkey-tkldev-14.1-jessie-amd64.ova.
I can make that app as well as core as described there:
https://github.com/turnkeylinux-apps/tkldev/tree/master/docs
The recommended “Setup” linked there works fine for me.
However, I’m stuck at “Hello world”:
https://github.com/turnkeylinux-apps/tkldev/blob/master/docs/helloworld.rst
Executing the first command fails already:
fab-chroot build/root.sandbox/
mount: mount point /turnkey/fab/products/core/build/root.sandbox/proc does not exist
In fact, the build directories are all empty (after make, mind you):
ls build/root.*
build/root.spec
build/root.build:
build/root.patched:
build/root.sandbox:
What do I need to do for non-empty directories?
Probably related: All packages for the app are downloaded and installed for
every invocation of make, which takes ages. How to set up the system such
that only updated packages get downloaded and installed?
Thanks
Jens
Hopefully the discussion further down in that last link may help?
Apologies that the current docs lead you astray. Hopefully we'll tidy that up ASAP, but for now, you'll just need to ignore the bits of the docs that discuss the sandbox...