Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294513 - vim-core-7.2.303 fails with No such file `vim-patches-7.2.303.tar.gz'
Summary: vim-core-7.2.303 fails with No such file `vim-patches-7.2.303.tar.gz'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
: 294563 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-25 03:32 UTC by Harris Landgarten
Modified: 2010-10-26 10:41 UTC (History)
21 users (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 Harris Landgarten 2009-11-25 03:32:14 UTC
No such file `vim-patches-7.2.303.tar.gz'.

Checking 'vim-7.2.tar.bz2'... ok
Checking 'vim-7.2-lang.tar.gz'... ok
Checking 'vim-7.2-extra.tar.gz'... ok
Checking 'vim-core-7.2-gentoo-patches.tar.bz2'... ok
Checking 'vim-patches-7.2.303.tar.gz'... does not exist


Reproducible: Always
Comment 1 cilly 2009-11-25 10:02:12 UTC
!!! Couldn't download 'vim-patches-7.2.303.tar.gz'. Aborting.
 * vim-7.2-lang.tar.gz RMD160 SHA1 SHA256 size ;-) ...                             [ ok ]
 * vim-7.2-extra.tar.gz RMD160 SHA1 SHA256 size ;-) ...                            [ ok ]
 * Fetch failed for 'app-editors/vim-7.2.303'

>>> Failed to emerge app-editors/vim-7.2.303
 * 
 * The following 2 packages have failed to build or install:
 * 
 *      ('ebuild', '/', 'app-editors/vim-core-7.2.303', 'merge')
 *      ('ebuild', '/', 'app-editors/vim-7.2.303', 'merge')
 * 
Comment 2 tman 2009-11-25 10:46:29 UTC
confirming
Comment 3 Tristan Heaven (RETIRED) gentoo-dev 2009-11-25 15:13:05 UTC
*** Bug 294563 has been marked as a duplicate of this bug. ***
Comment 4 Timothy Miller 2009-11-25 18:57:42 UTC
Yup.  I'm facing this problem too.
Comment 5 Stoian Ivanov 2009-11-25 20:41:00 UTC
same here!
Comment 6 Rahul Jain 2009-11-25 20:54:10 UTC
Thankfully search works in bugzilla, was about to report this. 
Comment 7 Piotr Szymaniak 2009-11-25 20:54:32 UTC
+1
Comment 8 Andrew Jeffery 2009-11-25 23:36:55 UTC
+1
Comment 9 Daniel Robbins 2009-11-25 23:51:59 UTC
affecting funtoo as well.
Comment 10 Chris Coleman 2009-11-26 00:29:22 UTC
If you can't wait for the maintainer, try this:

-------------------------------------------------------------------------------
mkdir vimpatches
cd vimpatches
wget ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.001-100.gz
wget ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.101-200.gz
wget ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.201-300.gz
wget ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.301
wget ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.302
wget ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.303
cd ..
tar --create --gzip --file=vim-patches-7.2.303.tar.gz vimpatches
-------------------------------------------------------------------------------

Then copy vim-patches-7.2.303.tar.gz to /usr/portage/distfiles/ and re-compute the digests:

-------------------------------------------------------------------------------
ebuild /usr/portage/app-editors/vim-core/vim-core-7.2.303.ebuild digest
ebuild /usr/portage/app-editors/vim/vim-7.2.303.ebuild digest
ebuild /usr/portage/app-editors/gvim/gvim-7.2.303.ebuild digest
Comment 11 Dawid Węgliński (RETIRED) gentoo-dev 2009-11-26 01:08:31 UTC
(In reply to comment #10)
> If you can't wait for the maintainer, try this:
> 

Please don't. Patchset tarball should hit gentoo mirrors very soon. I've copied it from lack's homedir. While you're waiting you can download it from http://dev.gentoo.org/~cla/distfiles/vim-patches-7.2.303.tar.gz
Comment 12 Steffen 'j0inty' Stollfuß 2009-11-26 05:47:12 UTC
Same here on my boxes ;)

Why is that ebuild was added to the tree, although the files were not released by the upstream ????

regards
j0inty
Comment 13 Dawid Węgliński (RETIRED) gentoo-dev 2009-11-26 13:41:22 UTC
They are already on gentoo mirrors.
Comment 14 Jim Ramsay (lack) (RETIRED) gentoo-dev 2009-11-30 14:08:16 UTC
(In reply to comment #12)
> Why is that ebuild was added to the tree, although the files were not released
> by the upstream ????

That's just the way vim works, actually.  Everything beyond the initial release is only available as a long list of patch files that we repackage, mirror locally, and apply at build time!

My mistake was forgetting that "mirror locally" step ;)

My apologies to everyone affected for my neglectful error, and a big thanks to Dawid for noticing, finding where I had put the files, and taking care of it!