Mailing List Archive

[SOLVED] emerge not fetching anything
On Wed, May 04, 2022 at 08:57:18AM -0300, dalmonimo@gmail.com wrote:
> Seems like it is a DNS problem, but resolv.conf has read permissions so portage
> should have no problems.

Not a DNS problem, just needed to rebuild wget because gblic was updated
not long ago.

discovered this by setting FETCHCOMMAND to
"strace wget -t 3 -T 60 --passive-ftp --user pypi-user --password pypi-user-secret -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""

wget was issuing a SIGFPE, so I remembered the glibc update.