404 downloading mpfr source Reproducible: Always Steps to Reproduce: 1. emerge -av mpfr Actual Results: 404 Expected Results: download and compile
Created attachment 240673 [details] build.log
it is the package dev-libs/mpfr-2.4.2_p3
Hello, I could not reproduce this. And a quick glance at your log reveals that every wget invocation connects to 127.0.0.1, your local machine. Do you have any proxy setup? Please debug at the point `wget -P /usr/portage/distfiles "http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/mpfr-2.4.2.tar.bz2"` and get this working. Maybe by `unset http_proxy` or something like this. Michael