[haiku-bugs] Re: [Haiku] #3804: getaddrinfo() reported buggy by Python ./configure script

  • From: "scottmc" <trac@xxxxxxxxxxxx>
  • Date: Mon, 20 Sep 2010 22:20:08 -0000

#3804: getaddrinfo() reported buggy by Python ./configure script
----------------------------+-----------------------------------------------
  Reporter:  haiqu          |         Owner:  scottmc      
      Type:  bug            |        Status:  assigned     
  Priority:  normal         |     Milestone:  R1           
 Component:  System/Kernel  |       Version:  R1/pre-alpha1
Resolution:                 |      Keywords:               
Blocked By:                 |   Has a Patch:  0            
  Platform:  x86            |      Blocking:               
----------------------------+-----------------------------------------------

Comment (by scottmc):

 This was probably fixed with r38748.

 for Python 3.1.2, you need to add a check in configure.in for socket in
 network so that it picks up -lnetwork.
 Add this just after the AC_CHECK_LIB(socket, socket line:
 {{{
 AC_CHECK_LIB(network, socket, [LIBS="-lnetwork $LIBS"], [], $LIBS)
 }}}

 The configure option in 3.2.1 is --enable-ipv6 instead of --with-ipv6.
 It's no longer failing with any fatal error.  I do not see this error show
 up, so it's most likely been fixed.  Note that ipv6 is still being worked
 on for Haiku so don't expect that to work yet, but this issue seems to be
 fixed now.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/3804#comment:3>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: