Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The ebuild no longer works with the latest aspell. I tried reemerging aspell and the ebuild again but it still can't find the dictionary files. $ aspell -x --lang='pt_BR' -t -c relato.tex Error: No word lists can be found for the language "pt_BR". Emerging aspell-pt-0.50.2 solved the problem. It seems the 200401027 ebuild is broken - but it as the version number is higher than 0.50.2, it automatically tried to updated itself again on a emerge -upv world. Also, people installing for the first time will get the nonworking version. Perhaps it should be updated or deleted from the portage tree. Reproducible: Always Steps to Reproduce: 1. emerge aspell 2. emerge aspell-pt 3. aspell --lang=pt_BR -c somefile Actual Results: aspell didn't find the dictionary. Expected Results: it should have found (as it does with aspell-pt-0.50.2)
Thanks for the report. It appears the Makefile in this snapsnot is completely broken. Version removed from cvs. Awaiting better upstream version before readding.