Igor Raits
Igor Raits
@infinity0 do you have some patch for this? We wanted to not package some optional dependencies and hit this issue.
and also deps for disabled features, I hope. Right?
@alexcrichton any chance to get someone to work on this? I'm pretty sure that all distributions which decide to package crates will get hit by this.
I see that it broke first time (on 3.4 version) after these dependencies update: https://koschei.fedoraproject.org/build/6588175
@grobian any idea?
As you can see in the log, I explicitly run `ss` before to check which ports are in use, and there is no 3020 one.
Interistingly, it works fine if I run rpmbuild on my laptop, but not in mock (something which is setting up chroot and executes rpmbuild inside).
There is no networking set up. Though, I did not see before that you should not be able to bind to a port.
No, you should be able to bind() there without any problems. For example, running `python3 -m http.server` works just fine in that environment. Also what is interesting, in very same...