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
!!! 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') *
confirming
*** Bug 294563 has been marked as a duplicate of this bug. ***
Yup. I'm facing this problem too.
same here!
Thankfully search works in bugzilla, was about to report this.
+1
affecting funtoo as well.
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
(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
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
They are already on gentoo mirrors.
(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!