Gentoo Archives: gentoo-user

From: dalmonimo@×××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] [SOLVED] emerge not fetching anything
Date: Thu, 12 May 2022 15:16:07
Message-Id: Yn0krPXIGJqcCt1u@carica
In Reply to: [gentoo-user] emerge not fetching anything by dalmonimo@gmail.com
1 On Wed, May 04, 2022 at 08:57:18AM -0300, dalmonimo@×××××.com wrote:
2 > Seems like it is a DNS problem, but resolv.conf has read permissions so portage
3 > should have no problems.
4
5 Not a DNS problem, just needed to rebuild wget because gblic was updated
6 not long ago.
7
8 discovered this by setting FETCHCOMMAND to
9 "strace wget -t 3 -T 60 --passive-ftp --user pypi-user --password pypi-user-secret -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
10
11 wget was issuing a SIGFPE, so I remembered the glibc update.