Index: utils/installall.sh ================================================================== --- utils/installall.sh +++ utils/installall.sh @@ -79,18 +79,19 @@ make PLATFORM=linux PREFIX=$PREFIX install cd $BUILDHOME fi # Some eggs are quoted since they are reserved to Bash -for f in matchable readline apropos base64 regex-literals format "regex-case" "test" coops trace csv dot-locking posix-utils posix-extras directory-utils hostinfo tcp rpc csv-xml fmt json md5; do - if ! [[ -e $PREFIX/lib/chicken/6/$f.so ]];then - chicken-install $PROX $f - # chicken-install -deploy -prefix $DEPLOYTARG $PROX $f - else - echo Skipping install of egg $f as it is already installed - fi -done +# for f in matchable readline apropos base64 regex-literals format "regex-case" "test" coops trace csv dot-locking posix-utils posix-extras directory-utils hostinfo tcp rpc csv-xml fmt json md5; do +chicken-install $PROX -keep-installed matchable readline apropos base64 regex-literals format "regex-case" "test" coops trace csv dot-locking posix-utils posix-extras directory-utils hostinfo tcp rpc csv-xml fmt json md5 awful http-client spiffy uri-common intarweb http-client spiffy-request-vars +# if ! [[ -e $PREFIX/lib/chicken/6/$f.so ]];then +# chicken-install $PROX $f +# # chicken-install -deploy -prefix $DEPLOYTARG $PROX $f +# else +# echo Skipping install of egg $f as it is already installed +# fi +# done cd $BUILDHOME for a in `ls */*.meta|cut -f1 -d/` ; do echo $a @@ -160,10 +161,21 @@ CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -feature disable-iup-web iup # CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -feature disable-iup-web -deploy -prefix $DEPLOYTARG iup # iup:1.0.2 CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks canvas-draw # CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -deploy -prefix $DEPLOYTARG canvas-draw + +#====================================================================== +# Note uuid needed only for zmq 2.x series +#====================================================================== + +# http://download.zeromq.org/zeromq-3.2.1-rc2.tar.gz +# zpatchlev=-rc2 +# http://download.zeromq.org/zeromq-2.2.0.tar.gz +# ZEROMQ=zeromq-2.2.0 + +ZEROMQ=zeromq-3.2.2 # wget http://www.kernel.org/pub/linux/utils/util-linux/v2.22/util-linux-2.22.tar.gz UTIL_LINUX=2.21 # UTIL_LINUX=2.20.1 if ! [[ -e util-linux-${UTIL_LINUX}.tar.gz ]] ; then @@ -253,15 +265,10 @@ fi cd $BUILDHOME -# http://download.zeromq.org/zeromq-3.2.1-rc2.tar.gz -# zpatchlev=-rc2 -# http://download.zeromq.org/zeromq-2.2.0.tar.gz -ZEROMQ=zeromq-2.2.0 -# ZEROMQ=zeromq-3.2.1 if ! [[ -e ${ZEROMQ}${zpatchlev}.tar.gz ]] ; then wget http://download.zeromq.org/${ZEROMQ}${zpatchlev}.tar.gz fi if [[ -e ${ZEROMQ}${zpatchlev}.tar.gz ]] ; then