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 05C0FDC772B for ; Wed, 9 Dec 2015 19:59:17 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id D5753DC772A for ; Wed, 9 Dec 2015 19:59:16 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id CBED15A16AB; Wed, 9 Dec 2015 19:48:32 +0000 (GMT) Date: Wed, 9 Dec 2015 20:59:12 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/aspell: data and dicts moved to /usr/share/aspell. libs subpackage without ncurses dependence. Message-ID: <20151209205912.2b513a5b@ncopa-desktop.alpinelinux.org> In-Reply-To: <1447167258-24177-1-git-send-email-valery.kartel@gmail.com> References: <1447167258-24177-1-git-send-email-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 10 Nov 2015 16:54:18 +0200 Valery Kartel wrote: > --- > main/aspell/APKBUILD | 42 +++++++++++++++++++++--------------------- > 1 file changed, 21 insertions(+), 21 deletions(-) >=20 > 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. =46rom what I can see, claws-mail is not linked to aspell directly, but uses enchant, which appears to be broke. Any ideas? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---