forcemerge 644725 655963
thanks

On Mon, Mar 05, 2012 at 01:06:30PM +0100, Christoph Egger wrote:
> Package: aspell
> Version: 0.60.7~20110707-1
> Followup-For: Bug #644725
> 
> Same with the 'C' locale
> 
> % sudo LC_ALL=C aspell-autobuildhash --force --debug
> --
> de => compat: "/var/lib/aspell/de.compat", aspell_compat: [0.60_c1]; 
> lang_compat: [0]
> aspell-autobuildhash: processing: de [de-common]
>  - command: zcat /usr/share/aspell/de-common.cwl.gz | precat | aspell  
> --per-conf=   --local-data-dir=/usr/lib/aspell --lang=de create master 
> /var/lib/aspell/de-common.rws
> Error: /root/:1: The key "" is unknown.
>  *=* /var/lib/aspell/de.compat not updated because of an error
...

Hi, Christoph

Thanks for the info.

Unfortunately I cannot reproduce this at all, but I am running i386. I
noticed that you also use kFreeBSD-amd64, like original submitter, so
this may be a problem with aspell only in kfreebsd.

Original submitter mentions that this happens in a fresh sid install and
from "lang_compat: [0]" shown above, I guess you are installing dictionaries
for the first time. However, just to make sure,

* Is global /etc/aspell.conf modified to contain some strange entry? 
* Do you have a root /root/.aspell.conf containing some strange entry?
  (this last should not affect, as --per-conf= is intended to disable it,
  but just in case).

Another thing that may be interesting to discard possibilities is to run
explicitly the above command,

$ zcat /usr/share/aspell/de-common.cwl.gz | precat | aspell  --per-conf= 
--local-data-dir=/usr/lib/aspell --lang=de create master ./test-aspell-hash.rws

and a variant with --per-conf=/dev/null (I left it empty because makes
easier to use a chroot to check builds)

$ zcat /usr/share/aspell/de-common.cwl.gz | precat | aspell 
--per-conf=/dev/null --local-data-dir=/usr/lib/aspell --lang=de create master 
./test-aspell-hash.rws

Thanks for your feedback, I am merging 644725 655963 as they seem to be the
same problen.

Regards,

-- 
Agustin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to