Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6758 - aspell should install a dictionary
Summary: aspell should install a dictionary
Status: RESOLVED DUPLICATE of bug 9988
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-08-20 02:45 UTC by Arun Thomas (RETIRED)
Modified: 2005-07-17 13:06 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 Arun Thomas (RETIRED) gentoo-dev 2002-08-20 02:45:54 UTC
I think the aspell ebuild should tell the user that she must install a
dictionary before she can use aspell. I've seen other ebuilds that emit similar
warnings. I think it would be a good idea in this case. 

Alternatively, we could detect the user's locale and install a default
dictionary for her. I suppose we could model this process after the way aspell
finds a dictionary to use when it is run. It first checks the LC_MESSAGES
environment variable and then the LANG environment variable if LC_MESSAGES is
not set. If neither of these vars are set, it defaults to en_US. Just a thought.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-22 21:34:19 UTC
great idea.

we're toying with the idea of a PDEPEND (post-depend) or some such, so I may
leave it at that.  We really need a LANG thingy in /etc/make.conf
Comment 2 Arun Thomas (RETIRED) gentoo-dev 2002-08-22 23:49:56 UTC
Those are both good ideas. If I can help in implementing them, let me know.

Arun (aka sindian)
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-23 04:52:21 UTC
for now, a note is added in pkg_postinst()

I will, however, leave this bug report until the PDEPEND thing is implemented
(after Gentoo 1.4 comes out) and LANGS is implemented in make.conf
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-15 14:52:18 UTC
ok, we're closer to getting this achieved. portage can now handle post depends
(PDEPEND). Now, when ACCEPTED_LANGS is something portage is aware about, then we
can get the rest of this implemented.
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-16 07:41:21 UTC
ok PDEPEND is now a legitimate portage characteristic -- we just need to sort
out the lang issue and this can become reality

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