Mailing List Archive

Issue 1339 in cherokee: wget required during make.
Status: New
Owner: pig...@gmail.com

New issue 1339 by pig...@gmail.com: wget required during make.
http://code.google.com/p/cherokee/issues/detail?id=1339

I'm not sure if dependency from wget is a must. The server had curl, so
maybe at least detection for wget/curl ? Should be easy.

mv t-remove-potcdate.sed remove-potcdate.sed
if [ ! -f ./cherokee.pot ]; then \
wget -O tmp.po
http://www.cherokee-project.com/download/trunk/cherokee.pot; \
rm -f ./cherokee.pot; \
mv tmp.po ./cherokee.pot; \
fi
/bin/sh: 2: wget: not found
mv: cannot stat `tmp.po': No such file or directory
make[4]: *** [cherokee.pot-update] Error 1
make[4]: Leaving directory `/root/webserver/po/admin'
make[3]: *** [cherokee.pot] Error 2
make[3]: Leaving directory `/root/webserver/po/admin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/webserver/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/webserver'
make: *** [all] Error 2




_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev
Re: Issue 1339 in cherokee: wget required during make. [ In reply to ]
Comment #1 on issue 1339 by pig...@gmail.com: wget required during make.
http://code.google.com/p/cherokee/issues/detail?id=1339

I will check this issue later. And probably do a fast fix.

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev