Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617614 - dev-python/python-slip fails to download because fedorahosted.org was retired.
Summary: dev-python/python-slip fails to download because fedorahosted.org was retired.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: fedorahosted-down
  Show dependency tree
 
Reported: 2017-05-05 23:10 UTC by Jeremy Gove
Modified: 2017-08-16 10:21 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 Jeremy Gove 2017-05-05 23:10:07 UTC
The download is redirected here:
https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
"Fedorahosted.org was retired on March 1st, 2017."



Reproducible: Always

Steps to Reproduce:
1.  Try to install python-slip.
2.  It fails to download.
Actual Results:  
It fails to download the proper file.

Expected Results:  
It should download from the correct location:
https://github.com/nphilipp/python-slip/releases/download/python-slip-0.6.1/python-slip-0.6.1.tar.bz2

sudo emerge -1v --nodeps python-slip

These are the packages that would be merged, in order:

[ebuild  N     ] dev-python/python-slip-0.6.1::gentoo  USE="dbus (-selinux)" PYTHON_TARGETS="python2_7 python3_4" 25 KiB

Total: 1 package (1 new), Size of downloads: 25 KiB


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-python/python-slip-0.6.1::gentoo
>>> Downloading 'http://gentoo.mirrors.hoobly.com/distfiles/python-slip-0.6.1.tar.bz2'
--2017-05-05 19:04:55--  http://gentoo.mirrors.hoobly.com/distfiles/python-slip-0.6.1.tar.bz2
Resolving gentoo.mirrors.hoobly.com (gentoo.mirrors.hoobly.com)... 69.64.41.166
Connecting to gentoo.mirrors.hoobly.com (gentoo.mirrors.hoobly.com)|69.64.41.166|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-05-05 19:04:55 ERROR 404: Not Found.

>>> Downloading 'https://fedorahosted.org/released/python-slip/python-slip-0.6.1.tar.bz2'
--2017-05-05 19:04:55--  https://fedorahosted.org/released/python-slip/python-slip-0.6.1.tar.bz2
Resolving fedorahosted.org (fedorahosted.org)... 209.132.181.16, 209.132.181.15
Connecting to fedorahosted.org (fedorahosted.org)|209.132.181.16|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement [following]
--2017-05-05 19:04:55--  https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
Resolving fedoraproject.org (fedoraproject.org)... 8.43.85.67, 67.219.144.68, 67.203.2.67, ...
Connecting to fedoraproject.org (fedoraproject.org)|8.43.85.67|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 22929 (22K) [text/html]
Saving to: ‘/mnt/distfiles/python-slip-0.6.1.tar.bz2’

/mnt/distfiles/pyth 100%[===================>]  22.39K  --.-KB/s    in 0.05s   

2017-05-05 19:04:56 (431 KB/s) - ‘/mnt/distfiles/python-slip-0.6.1.tar.bz2’ saved [22929/22929]

!!! Fetched file: python-slip-0.6.1.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      22929
!!! Expected: 25000
Refetching... File renamed to '/mnt/distfiles/python-slip-0.6.1.tar.bz2._checksum_failure_.j0FZmI'

!!! Couldn't download 'python-slip-0.6.1.tar.bz2'. Aborting.
 * Fetch failed for 'dev-python/python-slip-0.6.1', Log file:
 *  '/var/tmp/portage/dev-python/python-slip-0.6.1/temp/build.log'

>>> Failed to emerge dev-python/python-slip-0.6.1, Log file:

>>>  '/var/tmp/portage/dev-python/python-slip-0.6.1/temp/build.log'

 * Messages for package dev-python/python-slip-0.6.1:

 * Fetch failed for 'dev-python/python-slip-0.6.1', Log file:
 *  '/var/tmp/portage/dev-python/python-slip-0.6.1/temp/build.log'
Comment 1 Jonas Stein gentoo-dev 2017-05-09 21:49:15 UTC
Jeremy, thank you. Found 107 other broken packages with your hint.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2017-08-16 10:21:00 UTC
Fixed in 0.6.5 bump and updated in 0.6.1 ebuild. Thanks for reporting.