Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

../sysdeps/posix/getaddrinfo.c:2583: error #838

Closed
raphaelquati opened this issue Aug 9, 2016 · 2 comments
Closed

../sysdeps/posix/getaddrinfo.c:2583: error #838

raphaelquati opened this issue Aug 9, 2016 · 2 comments

Comments

@raphaelquati
Copy link

raphaelquati commented Aug 9, 2016

  • A brief description
    I'm trying to install Qt in WSL using the installer.
    It starts to download the packages but it crashs with the error.
    I've checked other posts (check /etc/resolv.conf, /etc/hosts) with no success.
  • Expected results
    No error
  • Actual results (with terminal output if applicable)
    qt-unified-linux-x64-online.run: ../sysdeps/posix/getaddrinfo.c:2583: getaddrinfo: Assertion `(extension ({ const st
    ruct in6_addr *__a = (const struct in6_addr *) (sin6->sin6_addr.__in6_u.__u6_addr32); __a->__in6_u.__u6_addr32[0] == 0 &
    & __a->__in6_u.__u6_addr32[1] == 0 && __a->__in6_u.__u6_addr32[2] == __bswap_32 (0xffff); }))' failed.
    Aborted (core dumped)
  • Your Windows build number
    Microsoft Windows [versão 10.0.14393]
  • Steps / commands required to reproduce the error
    export DISPLAY=:0
    sudo touch /etc/mtab
    wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
    chmod 755 qt-unified-linux-x64-online.run
    ./qt-unified-linux-x64-online.run
  • Required packages and commands to install
    Install xming
@fpqc
Copy link

fpqc commented Aug 9, 2016

If you're going to use a free X server, I suggest vcXsrv, although according to some sources, Colin Harrison's new versions of Xming (which are donationware) on his website straightrunning support hardware-accelerated AIGLX rendering through WGL (I donated to get a copy before I found out about vcXsrv, but I haven't tested AIGLX mode yet).

@therealkenc
Copy link
Collaborator

Ref #1202, #1113, #614 (and friends). This probably fixed in concert with #982. Unfortunately there is no good landing zone for the (partial?) IPv6 improvements done since the OP. In any event, the same gettaddrinfo() manifestation used to happen with sshd as well, and doesn't in recent releases. If the problem persists in recent versions of Qt please re-open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants