First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 92840
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Vim Maintainers <vim@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: BlaisorBlade <blaisorblade_spam@yahoo.it>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 92840 depends on: Show dependency tree
Show dependency graph
Bug 92840 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-16 15:10 0000
Problem:

$ vi
greputils: You need a newer version of genutils.vim plugin

So, let's check why this warning:

# equery list app-vim/genutils
[ Searching for package 'genutils' in 'app-vim' among: ]
 * installed packages
[I--] [  ] app-vim/genutils-1.13 (0)

# equery list app-vim/greputils
[ Searching for package 'greputils' in 'app-vim' among: ]
 * installed packages
[I--] [  ] app-vim/greputils-2.4 (0)

Reading /usr/share/vim/vimfiles/plugin/greputils.vim gives:
" Requires: Vim-6.3, genutils.vim(1.15), multvals.vim(3.6)

while /usr/portage/app-vim/greputils/greputils-2.4.ebuild has:
RDEPEND="
    ${RDEPEND}
    >=app-vim/genutils-1.7
    >=app-vim/multvals-3.6.1"

since in the portage tree we only have genutils 1.13 or 1.17, please upgrade 
the dep to either .15 or .17. I've tested with an portage_overlay that even 
depending on .15 gives the upgrade to .17, so probably be strict and upgrade 
the dep to genutils-1.15.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Aaron Walker (RETIRED) 2005-05-17 10:14:05 0000 -------
Fixed. Thanks for the report.

First Last Prev Next    No search results available      Search page      Enter new bug