unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: francismb <francismb@email.de>
To: 54238@debbugs.gnu.org
Subject: bug#54238: File is searched on incorrect path
Date: Sat, 15 Jul 2023 21:39:42 +0200	[thread overview]
Message-ID: <88af1500-7485-ba92-a07d-755fa4f85e56@email.de> (raw)
In-Reply-To: <1348747934.376562.1646307019953@mail.yahoo.com>

Hi,
here on the same track, trying to use recoll on guix foreign distro:

1) recoll log.txt
[...]
:2:index/indexer.cpp:405::ConfIndexer::createAspellDict: aspell
buildDict failed: aspell dictionary creation command failed:
/gnu/store/mgcicm6phq4971195znrrv804r89sb0b-aspell-0.60.8/bin/aspell
--lang=en --encoding=utf-8 create master /home/ci/.recoll/aspdict.en.rws
One possible reason might be missing language data files for lang = en.
Maybe try to execute the command by hand for a better diag.
[...]


2) ~$ guix package --list-installed=aspell\*
aspell-dict-es	1.11-2      	out
/gnu/store/0jzq0qb1ljq973h403japslq5kvsr13g-aspell-dict-es-1.11-2
aspell        	0.60.8      	out
/gnu/store/mgcicm6phq4971195znrrv804r89sb0b-aspell-0.60.8
aspell-dict-uk	1.4.0-0     	out
/gnu/store/7b4925ih5xgfkscd5zd0bp57ms62d6j6-aspell-dict-uk-1.4.0-0
aspell-dict-de	20161207-7-0	out
/gnu/store/r4gmz8ff5z26kswk435rg47pl9kpx59x-aspell-dict-de-20161207-7-0
aspell-dict-en	2020.12.07-0	out
/gnu/store/bssgajl900xbki758ainw9kimza9jxmi-aspell-dict-en-2020.12.07-0
aspell-dict-ca	2.5.0       	out
/gnu/store/ln7c0ibs6li92r12yraqcwwn3l29psa6-aspell-dict-ca-2.5.0


Trying to run the aspell, as the recoll log.txt:
3) ~$ aspell --lang=en --encoding=utf-8 create master
$HOME/.recoll/aspict.en.rws
Error: The language "en" is not known. This is probably because: the
file
"/gnu/store/mgcicm6phq4971195znrrv804r89sb0b-aspell-0.60.8/lib/aspell-0.60/en.dat"
can not be opened for reading.


Find does not seem to find anything:

4) ~$ find $(guix build aspell-dict-en) -name \*cset

5) ~$ find $(guix build aspell-dict-en) -name \*cmap


as vapnik spaknik stated, there seems to be no "file
"/gnu/store/mgcicm6phq4971195znrrv804r89sb0b-aspell-0.60.8/lib/aspell-0.60/en.dat"
but those are on the language package itself:

6) ~$ find $(guix build aspell-dict-en) -name \*.dat
/gnu/store/bssgajl900xbki758ainw9kimza9jxmi-aspell-dict-en-2020.12.07-0/lib/aspell/en_phonet.dat
/gnu/store/bssgajl900xbki758ainw9kimza9jxmi-aspell-dict-en-2020.12.07-0/lib/aspell/en_affix.dat
/gnu/store/bssgajl900xbki758ainw9kimza9jxmi-aspell-dict-en-2020.12.07-0/lib/aspell/en.dat

(that last is not
"/gnu/store/mgcicm6phq4971195znrrv804r89sb0b-aspell-0.60.8/lib/aspell-0.60/en.dat"
(see 3)

I hope it helps!
francisMB





      parent reply	other threads:[~2023-07-15 19:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1024116177.96993.1646232556252.ref@mail.yahoo.com>
     [not found] ` <1024116177.96993.1646232556252@mail.yahoo.com>
2022-03-03 11:30   ` bug#54238: Fw: missing files from aspell-dict package vapnik spaknik via Bug reports for GNU Guix
2022-03-16 13:52     ` Ludovic Courtès
2023-07-15 19:39     ` francismb [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88af1500-7485-ba92-a07d-755fa4f85e56@email.de \
    --to=francismb@email.de \
    --cc=54238@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).