[ playerstage-Bugs-2990684 ] Player 3.0.1 Festival driver fails
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.science.robotics.playerstage |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #2990684, was opened at 2010-04-21 21:50 Message generated for change (Tracker Item Submitted) made by dsmichal You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=433164&aid=2990684&group_id=42445 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: player Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: David Michal (dsmichal) Assigned to: Brian Gerkey (gerkey) Summary: Player 3.0.1 Festival driver fails Initial Comment: The Festival driver fails on systems that have ipv6 support with the error, "unsupported internet address family". This is because it is calling getaddrinfo and expecting to get an AF_INET value, but does not specify this in the hint parameter. The fix is to specify AF_INET in the hint parameter for getaddrinfo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=433164&aid=2990684&group_id=42445 ------------------------------------------------------------------------------