When trying to emerge ipython-0.10, i get this error: ERROR 404: Not Found. On every source / mirror. ipython-0.10.ebuild -> SC_URI points to: SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz" The right one "should" be something similar to: SRC_URI="http://ipython.scipy.org/dist/0.10/${P}.tar.gz" But this will only work on 0.10, what about next version ? Reproducible: Always Steps to Reproduce: 1. emerge --sync 2. emerge ipython Expected Results: Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-python/ipython-0.10 >>> Downloading 'http://distfiles.gentoo.org/distfiles/ipython-0.10.tar.gz' --15:20:50-- http://distfiles.gentoo.org/distfiles/ipython-0.10.tar.gz => `/usr/portage/distfiles/ipython-0.10.tar.gz' Resolving distfiles.gentoo.org... 149.20.20.135, 199.6.1.174, 204.152.191.39, .. . Connecting to distfiles.gentoo.org|149.20.20.135|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://mirrors.kernel.org/gentoo/distfiles/ipython-0.10.tar.gz [follow ing] --15:20:50-- http://mirrors.kernel.org/gentoo/distfiles/ipython-0.10.tar.gz => `/usr/portage/distfiles/ipython-0.10.tar.gz' Resolving mirrors.kernel.org... 130.239.17.6 Connecting to mirrors.kernel.org|130.239.17.6|:80... failed: Connection refused. >>> Downloading 'http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ipython-0.10.tar.gz' --15:20:51-- http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ipython-0.10.tar.gz => `/usr/portage/distfiles/ipython-0.10.tar.gz' Resolving distro.ibiblio.org... 152.46.7.109 Connecting to distro.ibiblio.org|152.46.7.109|:80... connected. HTTP request sent, awaiting response... 404 Not Found 15:20:51 ERROR 404: Not Found. >>> Downloading 'http://ipython.scipy.org/dist/ipython-0.10.tar.gz' --15:20:51-- http://ipython.scipy.org/dist/ipython-0.10.tar.gz => `/usr/portage/distfiles/ipython-0.10.tar.gz' Resolving ipython.scipy.org... 216.62.213.231 Connecting to ipython.scipy.org|216.62.213.231|:80... connected. HTTP request sent, awaiting response... 404 Not Found 15:20:52 ERROR 404: Not Found. !!! Couldn't download 'ipython-0.10.tar.gz'. Aborting. * Fetch failed for 'dev-python/ipython-0.10', Log file: * '/var/tmp/portage/dev-python/ipython-0.10/temp/build.log' >>> Failed to emerge dev-python/ipython-0.10, Log file: >>> '/var/tmp/portage/dev-python/ipython-0.10/temp/build.log' * Messages for package dev-python/ipython-0.10: * Fetch failed for 'dev-python/ipython-0.10', Log file: * '/var/tmp/portage/dev-python/ipython-0.10/temp/build.log' Installed without any problems.
Fixed. Thanks!