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 09CAEDC1449; Tue, 15 Sep 2015 13:40:21 +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 5CE55DC0114; Tue, 15 Sep 2015 13:40:19 +0000 (UTC) Date: Tue, 15 Sep 2015 15:40:16 +0200 From: Natanael Copa To: =?ISO-8859-1?B?U/ZyZW4=?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/chicken: create -dev and -libs subpackage Message-ID: <20150915154016.1f8cf887@ncopa-desktop.alpinelinux.org> In-Reply-To: <20150915111010.GA4351@francium> References: <1442239202-27798-1-git-send-email-soeren+git@soeren-tempel.net> <20150915104817.24a7e70c@ncopa-desktop.alpinelinux.org> <20150915111010.GA4351@francium> X-Mailer: Claws Mail 3.12.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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 15 Sep 2015 13:10:13 +0200 S=F6ren Tempel wrote: > On 15.09.15, Natanael Copa wrote: > > I applied this, but it is painfully slow to build. Is it possible to > > fix/hack the Makefile so it does not need the -j1 option? >=20 > It's painfully slow because it bootstrap a chicken compiler toolchain. > Of cause it could be speeded up by enabling parallel build. There is > actually an upstream bug[1] mentioning this issue and gentoo has a > patch[2] which enables parallel build in their source tree, the patch > works with chicken 4.8 but I suppose I could adjust it for 4.10. I just > didn't know that build time is a big issue. Its not a big issue, just annoying that 23 cores of 24 are idle. >=20 > [1]: http://bugs.call-cc.org/ticket/526 > [2]: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-scheme/= chicken/files/chicken-4.8.0.3-parallel-build.patch The gentoo patch does not look too complicated. Maybe have a look at rebasing that next time we need to touch it. thanks! >=20 > S=F6ren. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---