Hello, Svante Signell, le sam. 05 déc. 2020 11:23:08 +0100, a ecrit: > Recent libgo in gcc-snapshot FTBFS due to AF_LINK is missing. Looking at > bits/socket.h the AF/PF_link entries are commented out. Is there some easy way > to support it
See the debian/patches/hurd-i386/submitted-AF_LINK.diff comment: « Comment out the PF_LINK and AF_LINK defines, since they are usually associated with struct sockaddr_dl, which is not available on Hurd. » AF_LINK would be a complete story to implement, no easy way. Simplest is to disable the code that blindly makes use of it in gcc. Samuel