Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286022 - sys-apps/util-linux: missing rdep on app-shells/tcsh
Summary: sys-apps/util-linux: missing rdep on app-shells/tcsh
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 20:51 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2009-09-23 16:50 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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-22 20:51:17 UTC
%% head -n1 /usr/share/getopt/getopt-test.tcsh
#!/bin/tcsh

%% qfile getopt-test.tcsh
sys-apps/util-linux (/usr/share/getopt/getopt-test.tcsh)

[ebuild   R   ] sys-apps/util-linux-2.14.2  USE="unicode -crypt -loop-aes -nls -old-linux (-selinux) -slang (-uclibc)" 0 k
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-22 20:55:48 UTC
It is actually all of these:

%% qfile *
sys-apps/util-linux (/usr/share/getopt/getopt-test.tcsh)
sys-apps/util-linux (/usr/share/getopt/getopt-test.bash)
sys-apps/util-linux (/usr/share/getopt/getopt-parse.tcsh)
sys-apps/util-linux (/usr/share/getopt/getopt-parse.bash)

and it is only a problem because they are executable. If portage installs executable files, then it should be able to run them, right?
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-22 20:56:22 UTC
sigh, obviously not the bash ones. My bad.
Comment 3 SpanKY gentoo-dev 2009-09-23 16:50:31 UTC
no, the installation of the files doesnt mean util-linux should require all of these shells.  they arent used by util-linux; they're only there to let people writing custom code to import them.  i.e. they're convenience helpers.

i dont see any "tcsh" USE flag, and i dont see much point in adding one for these two small files that dont cause problems.