[Varnish] #736: Migration to Cygwin plataform

Varnish varnish-bugs at varnish-cache.org
Tue Aug 17 14:27:27 CEST 2010


#736: Migration to Cygwin plataform
----------------------+-----------------------------------------------------
  Reporter:  jdzst    |        Type:  enhancement    
    Status:  closed   |    Priority:  normal         
 Milestone:           |   Component:  build          
   Version:           |    Severity:  normal         
Resolution:  invalid  |    Keywords:  cygwin, windows
----------------------+-----------------------------------------------------

Comment(by jdzst):

 c00005.vtc test fails because there is a IPv6 instruction "::" in VCL that
 it is not supported by Cygwin in Windows XP:

 {{{
         acl acl1 {
                 ! "localhost";
                 "0.0.0.0" / 0;
                 "::" / 0;
         }
 }}}

 {{{
 **** v1   CLI RX| DNS lookup(::): hostname nor servname provided, or not
 known\n
 }}}

 Cygwin IPv6 might work in Windows Vista (but I don't have any)

 http://www.cygwin.com/cygwin-ug-net/ov-new1.7.html

 {{{
 IPv6 support. New APIs getaddrinfo, getnameinfo, freeaddrinfo,
 gai_strerror, in6addr_any, in6addr_loopback. On IPv6-less systems,
 replacement functions are available for IPv4. On systems with IPv6
 enabled, the underlying WinSock functions are used. While I tried hard to
 get the functionality as POSIXy as possible, keep in mind that a *fully*
 conformant implementation of getaddrinfo and other stuff is only available
 starting with Windows Vista/2008.
 }}}

-- 
Ticket URL: <http://www.varnish-cache.org/ticket/736#comment:9>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list