Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348101 - dev-ruby/i18n-0.5.0 Tarball not found-Too many redirects.
Summary: dev-ruby/i18n-0.5.0 Tarball not found-Too many redirects.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL: http://rails-i18n.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 00:25 UTC by teidakankan
Modified: 2010-12-08 19:47 UTC (History)
1 user (show)

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 teidakankan 2010-12-08 00:25:52 UTC
The name of the file at that location is:

svenfuchs-i18n-v0.5.0-0-g8ff0038.tar.gz

Reproducible: Always
Comment 1 Hans de Graaff gentoo-dev Security 2010-12-08 07:29:48 UTC
Please provide the build log that shows the redirect errors.
Comment 2 Azamat H. Hackimov 2010-12-08 09:30:52 UTC
I think this is wget "check-sertificate" error related problem:

emerge -f --nodeps i18n                                                                                   ... done!

>>> Fetching (1 of 1) dev-ruby/i18n-0.5.0
>>> Downloading 'http://mirror.yandex.ru/gentoo-distfiles/distfiles/i18n-git-0.5.0.tgz'
--2010-12-08 14:23:25--  http://mirror.yandex.ru/gentoo-distfiles/distfiles/i18n-git-0.5.0.tgz
Resolving mirror.yandex.ru... 77.88.19.73, 95.108.197.240, 93.158.155.195, ...
Connecting to mirror.yandex.ru|77.88.19.73|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-12-08 14:23:25 ERROR 404: Not Found.

>>> Downloading 'http://github.com/svenfuchs/i18n/tarball/v0.5.0'
--2010-12-08 14:23:26--  http://github.com/svenfuchs/i18n/tarball/v0.5.0
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/svenfuchs/i18n/tarball/v0.5.0 [following]
--2010-12-08 14:23:26--  https://github.com/svenfuchs/i18n/tarball/v0.5.0
Connecting to github.com|207.97.227.239|:443... connected.
ERROR: certificate common name `*.github.com' doesn't match requested host name `github.com'.
To connect to github.com insecurely, use `--no-check-certificate'.
!!! Couldn't download 'i18n-git-0.5.0.tgz'. Aborting.
 * Fetch failed for 'dev-ruby/i18n-0.5.0'

>>> Failed to emerge dev-ruby/i18n-0.5.0

SRC_URI should be changed to "http://download.github.com/svenfuchs-${PN}-v${PV}-0-g8ff0038.tar.gz -> ${PN}-git-${PV}.tgz"

Or we need wget with "AltDNSName-fix" patch.
Comment 3 Hans de Graaff gentoo-dev Security 2010-12-08 16:56:44 UTC
(In reply to comment #2)

> SRC_URI should be changed to
> "http://download.github.com/svenfuchs-${PN}-v${PV}-0-g8ff0038.tar.gz ->
> ${PN}-git-${PV}.tgz"

Which will redirect to the https version of the URL.

> Or we need wget with "AltDNSName-fix" patch.

This is fixed in wget-1.12-r3. You get this problem because you mix and match stable and unstable keywords.

Comment 4 teidakankan 2010-12-08 19:47:01 UTC
Sorry about this.

I was using axel in my FETCHCOMMAND & RESUMECOMMAND and when I switched to the "defaults" it fetched okay.