Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215995 - eselect 1.0.11-r1 script has bad interpreter (/bin/bash)
Summary: eselect 1.0.11-r1 script has bad interpreter (/bin/bash)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 06:23 UTC by Markus Duft (RETIRED)
Modified: 2008-04-03 06:28 UTC (History)
0 users

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 Markus Duft (RETIRED) gentoo-dev 2008-04-03 06:23:46 UTC
the installed eselect script (version 1.0.11-r1) has /bin/bash as interpreter, so i guess there is some eprefixify magic missing ... ? On interix this has the effect, that the whole thing just stops (i have no /bin/bash). it never returns, and never reaches the first line of the script.

Reproducible: Always

Steps to Reproduce:
1. start eselect without arguments.

Actual Results:  
nothing happens, the shell hangs forever
Comment 1 Markus Duft (RETIRED) gentoo-dev 2008-04-03 06:25:07 UTC
after manually fixing the path:

(2) mduft prefix-launcher-trunk $ eselect bashcomp enable
!!! Error: You didn't specify any completions to enable.
/opt/gentoo.system/usr/share/eselect//libs/core.bash: line 64: pgrep: command not found
Killed
(2) mduft prefix-launcher-trunk $ eselect bashcomp list  
Available completions:
  (none found)              
(2) mduft prefix-launcher-trunk $ eselect bashcomp enable base
!!! Error: /usr/share/bash-completion/base doesn't exist
(2) mduft prefix-launcher-trunk $ 


so there is some more.
Comment 2 Markus Duft (RETIRED) gentoo-dev 2008-04-03 06:28:44 UTC
argh..... sorry... re-emerging (again) fixed it.