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

Bug 306649

Summary: app-shells/bash-completion-1.1-r5 shows strange behaviour with module shadow
Product: Gentoo Linux Reporter: Markus Walter <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: minor    
Priority: Normal    
Version: 10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus Walter 2010-02-24 14:11:49 UTC
If I do
eselect bashcomp enable --global shadow
the result is a symbolic link
/etc/bash_completion.d/shadow -> //etc/shadow
where it should be
/etc/bash_completion.d/shadow -> /usr/share/bash-completion/shadow
(and the two slashes are not a typo, maybe the give a hint at what's going on?)

I know this is pretty little to work on and I'm ready to supply any further information necessary. It is annoying me enough to take a closer look at it, so I would appreciate some advice on how to find the cause of this.
Comment 1 Doktor Notor 2010-02-24 18:13:17 UTC
Hmm.... With app-admin/eselect-1.2.10 it works just fine here.

# eselect bashcomp enable --global shadow
# readlink /etc/bash_completion.d/shadow 
/usr/share/bash-completion/shadow
Comment 2 Markus Walter 2010-02-24 23:33:42 UTC
I'm a bit confused. The problem just vanished after existing for several weeks. I'm quite sure I didn't change anything important (only remerging texlive) in between, whereas I remerged (emerge -ue world) the whole system some days ago and the problem persisted.

I'm sorry for the stir, but I really thought this could be tracked down.