Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501612 - dev-util/ketchup - fails to fetch kernel sources
Summary: dev-util/ketchup - fails to fetch kernel sources
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: Pending removal: 2016-11-08
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2014-02-17 18:47 UTC by boris64
Modified: 2016-11-09 10:26 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 boris64 2014-02-17 18:47:38 UTC
1) For some time now ketchup fails to download gpg-signatures as seen here:

---------------- bite here -> ----------------
boris64 linux # ketchup 3.13.3
None -> 3.13.3
Check if GPG key is available...
Downloading linux-3.13.3.tar.bz2.sign
--2014-02-17 19:30:48--  http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.bz2.sign
Resolving www.kernel.org... 198.145.20.140, 199.204.44.194, 149.20.4.69
Connecting to www.kernel.org|198.145.20.140|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.bz2.sign [following]
--2014-02-17 19:30:48--  https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.bz2.sign
Connecting to www.kernel.org|198.145.20.140|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-02-17 19:30:49 ERROR 404: Not Found.

ketchup: signature download failed
Check if GPG key is available...
Downloading linux-3.13.3.tar.bz2.sign
--2014-02-17 19:30:49--  http://www.kernel.org/pub/linux/kernel/v3.0/longterm/v3.13/linux-3.13.3.tar.bz2.sign
Resolving www.kernel.org... 149.20.4.69, 198.145.20.140, 199.204.44.194
Connecting to www.kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.kernel.org/pub/linux/kernel/v3.0/longterm/v3.13/linux-3.13.3.tar.bz2.sign [following]
--2014-02-17 19:30:49--  https://www.kernel.org/pub/linux/kernel/v3.0/longterm/v3.13/linux-3.13.3.tar.bz2.sign
Connecting to www.kernel.org|149.20.4.69|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-02-17 19:30:50 ERROR 404: Not Found.

ketchup: signature download failed
ketchup: Tarball download failed
---------------- <- bite here ----------------

The existing gpg-signature is in tar.sign-format, not tar.bz2.sign.
wrong -> https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.bz2.sign
correct -> https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.sign


2) Additionally it normally should download everything in .xz-format,
because not long ago kernel.org switched to it and droppend .bz2-support.
-> https://www.kernel.org/happy-new-year-and-good-bye-bzip2.html

3) Ketchup fails to unpack a downloaded kernel archive as seen here

---------------- bite here -> ----------------
boris64 linux # ketchup -G 3.13.3
None -> 3.13.3
Downloading linux-3.13.3.tar.bz2
--2014-02-17 19:36:24--  http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.bz2
Resolving www.kernel.org... 198.145.20.140, 199.204.44.194, 149.20.4.69
Connecting to www.kernel.org|198.145.20.140|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.bz2 [following]
--2014-02-17 19:36:24--  https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.bz2
Connecting to www.kernel.org|198.145.20.140|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-02-17 19:36:25 ERROR 404: Not Found.

Downloading linux-3.13.3.tar.gz
--2014-02-17 19:36:25--  http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.gz
Resolving www.kernel.org... 149.20.4.69, 198.145.20.140, 199.204.44.194
Connecting to www.kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.gz [following]
--2014-02-17 19:36:25--  https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.13.3.tar.gz
Connecting to www.kernel.org|149.20.4.69|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 116434992 (111M) [application/x-gzip]
Saving to: ‘/root/.ketchup/linux-3.13.3.tar.gz.partial’

100%[===================================================================================================================================================================================================>] 116,434,992 2.95MB/s   in 35s    

2014-02-17 19:37:01 (3.15 MB/s) - ‘/root/.ketchup/linux-3.13.3.tar.gz.partial’ saved [116434992/116434992]

Unpacking linux-3.13.3.tar.gz
bzcat: /root/.ketchup/linux-3.13.3.tar.gz is not a bzip2 file.
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
ketchup: Unpacking failed: 
512
---------------- <- bite here ----------------


Sad but true, ketchup is near to unusable right now.

Reproducible: Always

Steps to Reproduce:
1. Well, see above
Actual Results:  
ketchup doesn't work

Expected Results:  
ketchup works as expected ;)
Comment 1 boris64 2014-02-17 18:49:12 UTC
Oh, i'm running the newest ketchup of course
-> dev-util/ketchup-1.1_beta3
Comment 2 Stratos Psomadakis (RETIRED) gentoo-dev 2014-08-22 13:01:10 UTC
Sorry for the delay.

This issue is fixed in the Git repo, so the live ebuild works. I hope I'll cut a release soon, and bump the ebuild. Until then, you could just use the live ebuild.

Thanks!
Comment 3 Pacho Ramos gentoo-dev 2016-08-25 16:39:37 UTC
I cannot run any version, also, the ebuild needs to update to new python eclasses, be updated to a snapshot and, also, take care of python setup (it's not even setting a dep to python and it's completely unusable when using python3)
Comment 4 Pacho Ramos gentoo-dev 2016-11-09 10:26:46 UTC
removed