Pedro Kröger wrote:
I get this error with make bootstrap:

DISTCCD_PATH=/data/programas/gub/target/cross-distccd/bin distccd --daemon  \
        --port 3633 --pid-file /data/programas/gub/log/cross-distccd.pid \
        --log-file /data/programas/gub/log/cross-distccd.log  --log-level info
distccd[4706] (main) ERROR: --allow option is now mandatory; you must specify 
which clients are allowed to connect
distccd[4706] (dcc_exit) exit: code 101; self: 0.004000 user 0.004000 sys; 
children: 0.000000 user 0.000000 sys
make[1]: *** [cross-distccd] Error 101
make[1]: Leaving directory `/data/programas/gub'
make: *** [bootstrap] Error 2

you have to set

  GUB_DISTCC_ALLOW_HOSTS

eg. to 127.0.0.1

doing a fresh full recompile takes over 8 hours, and using distcc is a significant speedup.

Also, is there a make rule not to use distcdd?

hmm, no, but it shouldn't be hard to add.



--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to