X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 8A496DC72AF for ; Wed, 9 Dec 2015 21:28:54 +0000 (UTC) Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 21949DC0064 for ; Wed, 9 Dec 2015 21:28:53 +0000 (UTC) Received: by mail-wm0-f53.google.com with SMTP id v187so4718815wmv.1 for ; Wed, 09 Dec 2015 13:28:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gCINZkyHy78RANJIHCtkYPL1gYnUnEELhPKwMu5K+20=; b=smQI67fISuL72jnc8DhWruxkDxfk5rhWjHJYabEvfBbv3g/CW+N+FhPvylpssSeFsm JNiFh8U9LIGhTzKUXPXnv4KcjaA+4LaOw0Q0mgqZdTf41Dp8FVin7fsY9TSTWy9boS2w X4yIzjJa04DsfCJxPN3yKuXth2dekqoUlvDpqJ0nvBpT1QKr6dagrqgySKQoCa6w6qP3 rbxX4ZB0CgzwvI9dcEKmpQpU+XAnDJam6/ZW3pqIwH8Pqf9EoVp4GGrIWzJqt3mIwaq2 97JT/nkbxw2sKil1TfrAnd9t9+icBLo9plnZS9cgXM/Dhygx/aFF2ai3b/ZDHSG+AuKf 3l0w== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.194.200.134 with SMTP id js6mr9707182wjc.114.1449696532429; Wed, 09 Dec 2015 13:28:52 -0800 (PST) Received: by 10.28.90.132 with HTTP; Wed, 9 Dec 2015 13:28:52 -0800 (PST) In-Reply-To: <20151209205912.2b513a5b@ncopa-desktop.alpinelinux.org> References: <1447167258-24177-1-git-send-email-valery.kartel@gmail.com> <20151209205912.2b513a5b@ncopa-desktop.alpinelinux.org> Date: Wed, 9 Dec 2015 23:28:52 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/aspell: data and dicts moved to /usr/share/aspell. libs subpackage without ncurses dependence. From: Valery Kartel To: Natanael Copa Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=047d7bb708f0d904e705267dc6a4 X-Virus-Scanned: ClamAV using ClamSMTP --047d7bb708f0d904e705267dc6a4 Content-Type: text/plain; charset=UTF-8 Found the problem. aspell-libs needs data files (codepages, etc...) from /usr/share/aspell. Made a commit about it. 2015-12-09 21:59 GMT+02:00 Natanael Copa : > On Tue, 10 Nov 2015 16:54:18 +0200 > Valery Kartel wrote: > > > --- > > main/aspell/APKBUILD | 42 +++++++++++++++++++++--------------------- > > 1 file changed, 21 insertions(+), 21 deletions(-) > > > > diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD > > index 52a5d20..6368328 100644 > > --- a/main/aspell/APKBUILD > > +++ b/main/aspell/APKBUILD > > After this patch I always get this error message when creating new email > or replying to email: > > > Spell checker could not be started. > Couldn't initialize en_US dictionary: > (null) > Couldn't initialize en_US speller. > > > From what I can see, claws-mail is not linked to aspell directly, but > uses enchant, which appears to be broke. > > Any ideas? > > -nc > --047d7bb708f0d904e705267dc6a4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Found the problem. aspell-libs needs data files (codepages= , etc...) from /usr/share/aspell. Made a commit about it.

2015-12-09 21:59 GMT+02:0= 0 Natanael Copa <ncopa@alpinelinux.org>:
On Tue, 10 Nov 2015 16:54:18 +0200
Valery Kartel <valery.kartel@= gmail.com> wrote:

> ---
>=C2=A0 main/aspell/APKBUILD | 42 +++++++++++++++++++++-----------------= ----
>=C2=A0 1 file changed, 21 insertions(+), 21 deletions(-)
>
> diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD
> index 52a5d20..6368328 100644
> --- a/main/aspell/APKBUILD
> +++ b/main/aspell/APKBUILD

After this patch I always get this error message when creating new e= mail or replying to email:


Spell checker could not be started.
Couldn't initialize en_US dictionary:
(null)
Couldn't initialize en_US speller.


>From what I can see, claws-mail is not linked to aspell directly, but
uses enchant, which appears to be broke.

Any ideas?

-nc

--047d7bb708f0d904e705267dc6a4-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---