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 75C33DC0D2C; Thu, 6 Aug 2015 07:00:09 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 97628DC0127; Thu, 6 Aug 2015 07:00:08 +0000 (UTC) Date: Thu, 6 Aug 2015 09:00:05 +0200 From: Natanael Copa To: =?ISO-8859-1?B?U/ZyZW4=?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/mdocmal: don't rebuild the mandoc.db from scratch every time Message-ID: <20150806090005.7c6490f0@ncopa-desktop.alpinelinux.org> In-Reply-To: <1438807045-7756-1-git-send-email-soeren+git@soeren-tempel.net> References: <1438807045-7756-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.25; 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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 5 Aug 2015 22:37:25 +0200 S=F6ren Tempel wrote: > mdocmls makewhatis(8) implementation should be able to build the > mandoc.db incrementally. Removing it forces mdocml to regenerate it > completely which can take a lot of time if you have a bunch of man pages > installed on your system and thus slows down package installation. >=20 > Furthermore, I also switch the string encoding from ascii to utf-8. In > addition to that I noticed that some files weren't listed in the source > APKBUILD variable. >=20 > Seem to work for me but further tests would be appreciate. My apk now report error: $ sudo apk fix (1/1) Reinstalling mdocml (1.13.3-r3) Executing busybox-1.23.2-r4.trigger Executing mdocml-1.13.3-r3.trigger -T: realpath: No such file or directory utf8: realpath: No such file or directory ERROR: mdocml-1.13.3-r3.trigger: script exited with error 5 OK: 4524 MiB in 1662 packages --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---