The configure stuff to setup the bundles can easily get into an infinite loop if there's an error in the configure script. This is especially bothersome because it causes xenofarm clients to hang.
A recent example:
configure: configuring in modules configure: running /bin/sh '/home/build/xenofarm/client/pike-7.7/kali.roxen.com/buildtmp/Pike-v7.7-snapshot/src/modules/configure' CC=rntcl --cache-file=.././config.cache --srcdir=/home/build/xenofarm/client/pike-7.7/kali.roxen.com/buildtmp/Pike-v7.7-snapshot/src/modules configure: loading cache .././config.cache /home/build/xenofarm/client/pike-7.7/kali.roxen.com/buildtmp/Pike-v7.7-snapshot/src/modules/configure: syntax error at line 3: `MOD_LDSHARED=${MOD_LDSHARED=$' unexpected configure: configuring in post_modules configure: running /bin/sh '/home/build/xenofarm/client/pike-7.7/kali.roxen.com/buildtmp/Pike-v7.7-snapshot/src/post_modules/configure' CC=rntcl --cache-file=.././config.cache --srcdir=/home/build/xenofarm/client/pike-7.7/kali.roxen.com/buildtmp/Pike-v7.7-snapshot/src/post_modules configure: loading cache .././config.cache /home/build/xenofarm/client/pike-7.7/kali.roxen.com/buildtmp/Pike-v7.7-snapshot/src/post_modules/configure: syntax error at line 3: `MOD_LDSHARED=${MOD_LDSHARED=$' unexpected
################################################### # Extracting bundles... # Requested from: # ./post_modules/Nettle/nettle.bundle checking for bundle nettle... /home/build/xenofarm/client/pike-7.7/kali.roxen.com/buildtmp/Pike-v7.7-snapshot/bundles/nettle-1.14.tar.gz configure: WARNING: Bundle nettle already installed. Requested from: ./post_modules/Nettle/nettle.bundle Fixing libraries... Clearing cached variables related to the bundles.
Rerunning halted configures with the bundles nettle enabled.
/... da capo .../
pike-devel@lists.lysator.liu.se