Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301284 - dev-python/ipython-0.10 incorrect src_uri
Summary: dev-python/ipython-0.10 incorrect src_uri
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 14:44 UTC by Jakob Damgaard Olsen
Modified: 2010-01-18 06:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Damgaard Olsen 2010-01-17 14:44:12 UTC
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.
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2010-01-18 06:21:54 UTC
Fixed. Thanks!