Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21016 - aspell-dict.eclass looks in the wrong place on ftp.gnu.org
Summary: aspell-dict.eclass looks in the wrong place on ftp.gnu.org
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-14 11:57 UTC by Alex Holden
Modified: 2003-05-16 23:12 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 Alex Holden 2003-05-14 11:57:36 UTC
Hi, I just tried to upgrade to the latest aspell-en dictionary. In theory it
should have been as simple as "cd /usr/portage/app-dicts/aspell-en && cp
aspell-en-0.50.2.ebuild aspell-en-0.51.0.ebuild". In practice, it fails to
download the new dictionary tarball because the directory structure on
ftp.gnu.org has been moved around, and the directory to look for the
dictionaries is hard coded in aspell-dict.eclass. I think this will also break
the current ebuilds if the distfile mirrors are all uncontactable.

Previously the dictionaries were all in ftp://ftp.gnu.org/gnu/aspell/
Now, they are split out into ftp://ftp.gnu.org/gnu/aspell/dict/??/ where ?? is
the two letter country code of the dictionary.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-05-16 23:12:38 UTC
thanks :)