Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11526 - nedit relies on csh, but no csh is installed as a dependency
Summary: nedit relies on csh, but no csh is installed as a dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-03 06:48 UTC by Tom Ribbens
Modified: 2003-02-04 19:42 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 Tom Ribbens 2002-12-03 06:48:41 UTC
nedit apparently needs the csh for all external programs it executes, but no csh is listed as a dependency for nedit. Emerging tcsh afterwards here fixed it, so i guess it's only the dependency thats the problem.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-03 07:36:28 UTC
you can add:

nedit.shell: /bin/bash

into you ~/.nedit file

but I will make bash the default in the ebuild.

Note to self: change ispell to aspell as well
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-19 20:05:53 UTC
-r2 now relies on /bin/sh instead of /bin/csh

and it uses aspell instead of ispell for spell checking