Hello,<br><br>I'm trying to generate a RPM package of varnish-2.1.4 in a CentOS-5.5 OS, 64bits. <br>When I execute the command:<br><br>   rpmbuild -ba redhat/varnish.spec<br><br>I got the following message:<br><br>#### top  macro def tmpdir=/tmp/vtc.23005.6b8b4567<br>
#### top  macro def bad_ip=10.255.255.255<br>#    top  TEST ././tests/v00017.vtc starting<br>#    top  TEST VCL compiler coverage test: vcc_acl.c<br>##   v1   Launch<br>###  v1   CMD: cd ../varnishd && ./varnishd -d -d -n /tmp/vtc.23005.6b8b4567/v1 -p auto_restart=off -p syslog_cli_traffic=off -a '<a href="http://127.0.0.1:0">127.0.0.1:0</a>' -S /tmp/vtc.23005.6b8b4567/v1/_S -M '127.0.0.1 33880' -P /tmp/vtc.23005.6b8b4567/v1/varnishd.pid -sfile,/tmp/vtc.23005.6b8b4567/v1,10M <br>
###  v1   debug| storage_file: filename: /tmp/vtc.23005.6b8b4567/v1/varnish.PkiJW9 size 10 MB.\n<br>###  v1   debug| Creating new SHMFILE\n<br>###  v1   debug| Varnish on Linux,2.6.18-194.el5,x86_64,-sfile,-hcritbit\n<br>
###  v1   debug| 200 239     \n<br>###  v1   debug| -----------------------------\n<br>###  v1   debug| Varnish HTTP accelerator CLI.\n<br>###  v1   debug| -----------------------------\n<br>###  v1   debug| Linux,2.6.18-194.el5,x86_64,-sfile,-hcritbit\n<br>
###  v1   debug| \n<br>###  v1   debug| Type 'help' for command list.\n<br>###  v1   debug| Type 'quit' to close CLI session.\n<br>###  v1   debug| Type 'start' to launch worker process.\n<br>###  v1   debug| \n<br>
###  v1   CLI connection fd = 4<br>###  v1   CLI RX  107<br>#### v1   CLI RX| ukncxlgzzoupwmsbtoxfavbapdvsnxoj\n<br>#### v1   CLI RX| \n<br>#### v1   CLI RX| Authentication required.\n<br>#### v1   CLI TX| auth 5bd6fb73ae081b54a8f6324801f50f9536e8981a9b6594fb22b496ef8b069ae7\n<br>
###  v1   CLI RX  200<br>#### v1   CLI RX| -----------------------------\n<br>#### v1   CLI RX| Varnish HTTP accelerator CLI.\n<br>#### v1   CLI RX| -----------------------------\n<br>#### v1   CLI RX| Linux,2.6.18-194.el5,x86_64,-sfile,-hcritbit\n<br>
#### v1   CLI RX| \n<br>#### v1   CLI RX| Type 'help' for command list.\n<br>#### v1   CLI RX| Type 'quit' to close CLI session.\n<br>#### v1   CLI RX| Type 'start' to launch worker process.\n<br>#### v1   CLI TX| vcl.inline vcl1 "\n\tbackend b { .host = \"127.0.0.1\"; }\n\tacl a { \"10.1.2.3\"/33; }\n\tsub vcl_recv { if (client.ip ~ a) { return(pass); } }\n"<br>
###  v1   CLI RX  106<br>#### v1   CLI RX| Message from VCC-compiler:\n<br>#### v1   CLI RX| Too wide mask (33) for IPv4 address(input Line 3 Pos 28)\n<br>#### v1   CLI RX|         acl a { "10.1.2.3"/33; }\n<br>
#### v1   CLI RX| ---------------------------##---\n<br>#### v1   CLI RX| Running VCC-compiler failed, exit 1\n<br>#### v1   CLI RX| VCL compilation failed<br>##   v1   VCL compilation failed (as expected)<br>#### v1   CLI TX| vcl.inline vcl2 "\n\tbackend b { .host = \"127.0.0.1\"; }\n\tacl a { \"1::2\"/129; }\n\tsub vcl_recv { if (client.ip ~ a) { return(pass); } }\n"<br>
###  v1   CLI RX  106<br>#### v1   CLI RX| Message from VCC-compiler:\n<br>#### v1   CLI RX| Too wide mask (129) for IPv6 address(input Line 3 Pos 24)\n<br>#### v1   CLI RX|         acl a { "1::2"/129; }\n<br>#### v1   CLI RX| -----------------------###---\n<br>
#### v1   CLI RX| Running VCC-compiler failed, exit 1\n<br>#### v1   CLI RX| VCL compilation failed<br>##   v1   VCL compilation failed (as expected)<br>#### v1   CLI TX| vcl.inline vcl3 "\n\tbackend b { .host = \"127.0.0.1\"; }\n\tacl a {\n\t\t\"1.2.3.4\"/31;\n\t\t\"1.2.3.4\"/31;\n\t}\n\tsub vcl_recv { if (client.ip ~ a) { return(pass); } }\n"<br>
###  v1   CLI RX  200<br>#### v1   CLI RX| VCL compiled.<br>#### v1   CLI TX| vcl.use vcl3<br>###  v1   CLI RX  200<br>#### v1   CLI TX| vcl.inline vcl4 "\n\tbackend b { .host = \"127.0.0.1\"; }\n\tacl a {\n\t\t\"1.2.3.4\";\n\t\t!\"1.2.3.4\";\n\t}\n\tsub vcl_recv { if (client.ip ~ a) { return(pass); } }\n"<br>
###  v1   CLI RX  106<br>#### v1   CLI RX| Message from VCC-compiler:\n<br>#### v1   CLI RX| Conflicting ACL entries:\n<br>#### v1   CLI RX| (input Line 4 Pos 17)\n<br>#### v1   CLI RX|                 "1.2.3.4";\n<br>
#### v1   CLI RX| ----------------#########-\n<br>#### v1   CLI RX| vs:\n<br>#### v1   CLI RX| (input Line 5 Pos 18)\n<br>#### v1   CLI RX|                 !"1.2.3.4";\n<br>#### v1   CLI RX| -----------------#########-\n<br>
#### v1   CLI RX| Running VCC-compiler failed, exit 1\n<br>#### v1   CLI RX| VCL compilation failed<br>##   v1   VCL compilation failed (as expected)<br>#### v1   CLI TX| vcl.inline vcl5 "\n\tbackend b { .host = \"127.0.0.1\"; }\n\tacl a { \"...com\"; }\n\tsub vcl_recv { if (client.ip ~ a) { return(pass); } }\n"<br>
###  v1   CLI RX  106<br>#### v1   CLI RX| Message from VCC-compiler:\n<br>#### v1   CLI RX| DNS lookup(...com): Name or service not known\n<br>#### v1   CLI RX| (input Line 3 Pos 17)\n<br>#### v1   CLI RX|         acl a { "...com"; }\n<br>
#### v1   CLI RX| ----------------########---\n<br>#### v1   CLI RX| Running VCC-compiler failed, exit 1\n<br>#### v1   CLI RX| VCL compilation failed<br>##   v1   VCL compilation failed (as expected)<br>#### v1   CLI TX| vcl.inline vcl6 "\n\tbackend b { .host = \"127.0.0.1\"; }\n\tacl a { \"10.1.2.\"; }\n\tsub vcl_recv { if (client.ip ~ a) { return(pass); } }\n"<br>
###  v1   CLI RX  200<br>#### v1   CLI RX| VCL compiled.<br>---- v1   VCL compilation got 200 expected 106<br>#    top  Test timed out<br>#    top  TEST ././tests/v00017.vtc FAILED<br>FAIL: ./tests/v00017.vtc<br>#    top  TEST ././tests/v00018.vtc passed (2.138s)<br>
<br>...<br><br>==============================================<br>1 of 192 tests failed<br>Please report to <a href="mailto:varnish-dev@varnish-cache.org">varnish-dev@varnish-cache.org</a><br>==============================================<br>
<br>Can somebody help me with this?<br><br>Thanks !<br>