| Summary: | app-editors/vim-core,vim,gvim 7.4.769: upstream download url is broken | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fat-Zer <fatzer2> |
| Component: | Current packages | Assignee: | Vim Maintainers <vim> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Fat-Zer
2015-09-07 20:14:01 UTC
7.4.827 is a bad url as well. i looked through git hub, there are tags for 7.0xxx the latest being 10 years old. either they stopped tagging or it was lost in the move from google code. i have machines that have 7.4.769 retrieved august 27th. i'm not seeing an archive directory for tar.gz on github Seeing this while updating @world: >>> Emerging (1 of 12) app-editors/vim-core-7.4.769::gentoo * Fetching files in the background. To view fetch progress, run * `tail -f /var/log/emerge-fetch.log` in another terminal. >>> Downloading 'https://github.com/vim/vim/archive/v7-4-769.tar.gz' --2015-10-03 20:35:51-- https://github.com/vim/vim/archive/v7-4-769.tar.gz Resolving github.com... 192.30.252.128 Connecting to github.com|192.30.252.128|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/vim/vim/tar.gz/v7-4-769 [following] --2015-10-03 20:35:51-- https://codeload.github.com/vim/vim/tar.gz/v7-4-769 Resolving codeload.github.com... 192.30.252.144 Connecting to codeload.github.com|192.30.252.144|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2015-10-03 20:35:51 ERROR 404: Not Found. !!! Couldn't download 'vim-7.4.769.tar.gz'. Aborting. * Fetch failed for 'app-editors/vim-core-7.4.769', Log file: * '/var/tmp/portage/app-editors/vim-core-7.4.769/temp/build.log' >>> Failed to emerge app-editors/vim-core-7.4.769, Log file: >>> '/var/tmp/portage/app-editors/vim-core-7.4.769/temp/build.log' Found the problem: there are no longer hyphens in the tar.gz files. Workaround: 1) Edit /usr/portage/app-editors/vim/vim-7.4.769.ebuild 2) Replace all instances of "MY_PV" with "PV" 3) repoman --digest=y manifest 4) Manually download the sources via wget or curl 5) Update the SHA256, SHA512, WHIRLPOOL checksums in /usr/portage/app-editors/vim/Manifest 6) emerge --ask app-editors/vim And it works. Fixed in the tree. (In reply to Tim Harder from comment #4) > Fixed in the tree. Hi Tim, the issue is not fixed for vim-core-7.4.769, there is still the MY_PV variant with the dashes instead of the dots. |