Control: forwarded -1 https://gitlab.com/tango-controls/pytango/-/issues/450
Hi, On Fri, Feb 03, 2023 at 08:40:38PM +0200, Adrian Bunk wrote: > Control: retitle -1 pytango FTBFS on IPV6-only buildds > > This is FTBFS on IPV6-only buildds: > https://buildd.debian.org/status/logs.php?pkg=pytango&arch=all > https://buildd.debian.org/status/logs.php?pkg=pytango&ver=9.3.6-2%2B > > Several error messages in lines like > > self.host, self.port = args > E ValueError: too many values to unpack (expected 2) > confirm that it is related to that. Thank you for the pre-diagnosis. This is fully accurate, but the issue is deeper. It also isn't the first IPv6-only FTBFS for pytango. The earlier one was #1014179 and pytango actually carries a patch for it. Unfortunately, the patch does not work at all. The patch also isn't upstream, but upstream has an issue for it and seems responsive. Let's keep the technical discussion at the upstream tracker. In essence though, it seems that cpptango does not work with IPv6 at all. This isn't super convenient, but unworkable either. However, it seems that it requires a non-loopback IP address and that's something we don't have on all buildds. It also seems to work when the hostname resolves to the loopback address, but that's also not the case on buildds. Helmut