Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300932 - ROOT= emerge vim broken symlinks
Summary: ROOT= emerge vim broken symlinks
Status: RESOLVED DUPLICATE of bug 260593
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 03:22 UTC by Kvetch
Modified: 2010-01-14 11:13 UTC (History)
1 user (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 Kvetch 2010-01-14 03:22:04 UTC
If I specify "ROOT=/blahblahblah emerge -K vim" the symlinks created for /usr/bin/ex, view and vi all point to /blahblahblah/usr/bin instead of just /usr/bin

/usr/bin/ex -> //blahblahblah/usr/bin/vim
/usr/bin/view -> //blahblahblah/usr/bin/vim
/usr/bin/vi -> //blahblahblah/usr/bin/vim

Reproducible: Always

Steps to Reproduce:
1.ROOT=/blahblahblah emerge -K vim
2.ls -l /usr/bin
3.
Comment 1 Alexis Ballier gentoo-dev 2010-01-14 11:13:41 UTC
actually there is already an open bug for this with a patch

*** This bug has been marked as a duplicate of bug 260593 ***