Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 102496

Summary: vim needs DEPEND="elibc_uclib? dev-libs/libiconv"
Product: Gentoo Linux Reporter: vltg0903
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description vltg0903 2005-08-14 07:52:20 UTC
In my embedded (uclib) development system, vim-6.3.084 was built just fine and
worked too, but when deployed with 'emerge -K vim' on another machine (also
using uclib), it failed to start with a complaint about not being able to find
libiconv.so.2 (which was of course not installed there at this time).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 vltg0903 2005-08-14 09:04:19 UTC
On second thought, that would be a RDEPEND dependency, wouldn't it?

Comment 2 Ciaran McCreesh 2005-08-14 09:12:00 UTC
vim doesn't USE uclibc. Do you mean elibc_uclibc?
Comment 3 vltg0903 2005-08-14 11:01:37 UTC
Yup, you're right there. Changed the topic.
Comment 4 Ciaran McCreesh 2005-09-22 12:47:48 UTC
Arch people: please either use.mask elibc_uclibc on your archs or keyword
dev-libs/libiconv.
Comment 5 Ciaran McCreesh 2005-09-22 14:00:37 UTC
Actually, never mind. We need proper virtuals to do this one properly. For now
we can't really fix this.
Comment 6 vltg0903 2005-09-23 00:51:52 UTC
Ah, OK.