New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/39876#issuecomment-1295803372 Comment: The check failures have to do with gap (atlasrep pkg) trying to download files from the network (and printing warnings b/c this fails since neither `curl` nor `wget` are installed in the chroot). The actual answers are ok so it seems the download is not really necessary for whatever sage is testing. I will patch gap so it defaults to not download anything. The way the feature is implemented is not suitable for a system package anyway (wants to have a few shared 1777 directories, which I think is not an option). Eventually, if these data files are important, we could try to download the data package and install it in the system... If someone needs this please tell me. See for instance https://www.math.rwth-aachen.de/homes/Thomas.Breuer/atlasrep/ where we are offered to download https://www.math.rwth-aachen.de/homes/Thomas.Breuer/atlasrep/atlasrepdata.tar.gz which is 22M so nothing compared to the current size of the gap package)