Hello,
The default config for the xenoclient available to download here: http://pike.ida.liu.se/development/pikefarm/ http://pike.ida.liu.se/projects/pikefarm/clientdists/xenoclient-1.2.tar. gz contains a default config for 7.4 and 7.5 which obviously fails.
It would be nice to have a xenoclient with defaults to 7.4, 7.6 and 7.7. One is available here: http://bertrand.lupart.free.fr/xenoclient-1.2.1.tar.gz
----8<----8<----8<----8<---- $ diff -ruN xenoclient-1.2 xenoclient-1.2.1 diff -ruN xenoclient-1.2/config/pike7.5.cfg xenoclient-1.2.1/config/pike7.5.cfg --- xenoclient-1.2/config/pike7.5.cfg 2003-01-23 01:14:51.000000000 +0100 +++ xenoclient-1.2.1/config/pike7.5.cfg 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ -configformat: 2 -project: Pike -projectdir: pike-7.5 -snapshoturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.5/latest -resulturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.5/result -test: default make xenofarm -#test: dmalloc make xenofarm CONFIGUREARGS="--with-dmalloc" -#test: feature make xenofarm_feature -#test: thorough make xenofarm_feature CONFIGUREARGS="--with-dmalloc" -#test: static make xenofarm CONFIGUREARGS="--without-dynamic-modules" diff -ruN xenoclient-1.2/config/pike7.6.cfg xenoclient-1.2.1/config/pike7.6.cfg --- xenoclient-1.2/config/pike7.6.cfg 1970-01-01 01:00:00.000000000 +0100 +++ xenoclient-1.2.1/config/pike7.6.cfg 2008-06-20 11:10:23.000000000 +0200 @@ -0,0 +1,10 @@ +configformat: 2 +project: Pike +projectdir: pike-7.6 +snapshoturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.6/latest +resulturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.6/result +test: default make xenofarm +#test: dmalloc make xenofarm CONFIGUREARGS="--with-dmalloc" +#test: feature make xenofarm_feature +#test: thorough make xenofarm_feature CONFIGUREARGS="--with-dmalloc" +#test: static make xenofarm CONFIGUREARGS="--without-dynamic-modules" diff -ruN xenoclient-1.2/config/pike7.7.cfg xenoclient-1.2.1/config/pike7.7.cfg --- xenoclient-1.2/config/pike7.7.cfg 1970-01-01 01:00:00.000000000 +0100 +++ xenoclient-1.2.1/config/pike7.7.cfg 2008-06-20 11:10:46.000000000 +0200 @@ -0,0 +1,10 @@ +configformat: 2 +project: Pike +projectdir: pike-7.7 +snapshoturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.7/latest +resulturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.7/result +test: default make xenofarm +#test: dmalloc make xenofarm CONFIGUREARGS="--with-dmalloc" +#test: feature make xenofarm_feature +#test: thorough make xenofarm_feature CONFIGUREARGS="--with-dmalloc" +#test: static make xenofarm CONFIGUREARGS="--without-dynamic-modules" ---->8---->8---->8---->8----
pike-devel@lists.lysator.liu.se