120 of 143 tests failed

Jon Skarpeteig jon.skarpeteig at gmail.com
Fri Dec 4 21:53:36 CET 2009


Assert error in varnish_start(), vtc_varnish.c line 279:
  Condition(u == CLIS_OK) not true.
  errno = 29 (Illegal seek)
/bin/bash: line 4: 21154 Aborted                 ./varnishtest ${dir}$tst
FAIL: ./tests/v00023.vtc
#    top  TEST ././tests/v00024.vtc starting
#    TEST Test that headers can be compared
##   s1   Starting server
###  s1   listen on 127.0.0.1:9080 (fd 3)
##   s1   Started on 127.0.0.1:9080
##   v1   Launch
###  v1   CMD: cd ../varnishd && ./varnishd -d -d -n /tmp/__v1 -a
'127.0.0.1:9081' -T 127.0.0.1:9001 -P /tmp/__v1/varnishd.pid
###  v1   opening CLI connection
connect(): Connection refused
connect(): Connection refused
connect(): Connection refused
connect(): Connection refused
###  v1   CLI connection fd = 5
###  v1   CLI STATUS 200
###  v1   CLI STATUS 200
##   v1   Start
###  v1   CLI STATUS 200
###  v1   CLI STATUS 101
Assert error in varnish_start(), vtc_varnish.c line 279:
  Condition(u == CLIS_OK) not true.
  errno = 29 (Illegal seek)
/bin/bash: line 4: 21206 Aborted                 ./varnishtest ${dir}$tst
FAIL: ./tests/v00024.vtc
===============================================
120 of 143 tests failed
Please report to varnish-dev at projects.linpro.no
===============================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/root/varnish-2.0.5/bin/varnishtest'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/root/varnish-2.0.5/bin/varnishtest'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/root/varnish-2.0.5/bin'
make: *** [check-recursive] Error 1



I am attempting to install Varnish 2.0.5 from sourceforge downloaded
source on Ubuntu Hardy 8.04 LTS

My steps where:

sudo apt-get install xsltproc
sudo apt-get install automake autoconf libtool libncurses5
sudo apt-get install groff-base

./autogen.sh
./configure && make && make check && sudo make install



More information about the varnish-dev mailing list