Joe Thompson <ken...@gmail.com> writes: > On Mon, Mar 9, 2009 at 11:02 AM, Brian Nelson <p...@debian.org> wrote: >> Can you please send the output of: >> >> # aspell-autobuildhash --force --debug > > # aspell-autobuildhash --force --debug > en => aspell_compat: [0.60_c1]; lang_compat: [0] > aspell-autobuildhash: processing: en [en-common] > Error: The key "affix" is unknown. > --- /var/lib/aspell/en.compat not updated because of an error > > In front of that I get the same ncurses dialog box as before. -- Joe
Please verify that this command produces a long list of words: $ zcat /usr/share/aspell/en-common.cwl.gz | precat and if that works, see if this completes successfully: $ zcat /usr/share/aspell/en-common.cwl.gz | precat | aspell --per-conf=/dev/null --local-data-dir=/usr/lib/aspell --lang=en create master /tmp/foo.rws The actual error you're getting seems to be the result of passing "--affix" to the above aspell command, which isn't a valid option. I'm not sure why that would happen. -- Captain Logic is not steering this tugboat. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org