You are not logged in.
Is is possible to use distcc pump in a buildroot created with devtools' mkarchroot and building with makechrootpkg? If so how does one start it within the buildroot?
This issue is that within the buildroot, /usr/bin/pump has to be running. That requires two conditions:
1) A bogus DISTCC_HOSTS setup in the environment vars
2) Literally running `eval pump --startup` from within the container
I tried this via a script installed to /path/to/chroot/user/usr/bin/test.sh which simply contains:
#!/bin/bash
export DISTCC_HOSTS="localhost,cpp,lzo"
eval `pump --startup`
But running that throws an error:
% arch-nspawn /scratch/armc8/facade/ test.sh
__________Expected a socket at '/tmp/distcc-pump.jKQ3Vj/socket'
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline