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 E7650DC0152 for ; Tue, 15 Sep 2015 11:10:20 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 756E4DC0114 for ; Tue, 15 Sep 2015 11:10:19 +0000 (UTC) Received: from localhost (p20030058A62A240004A716F99A49DA68.dip0.t-ipconnect.de [IPv6:2003:58:a62a:2400:4a7:16f9:9a49:da68]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id bbd7f05b; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; for ; Tue, 15 Sep 2015 13:10:17 +0200 (CEST) Date: Tue, 15 Sep 2015 13:10:13 +0200 From: =?iso-8859-1?Q?S=F6ren?= Tempel To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/chicken: create -dev and -libs subpackage Message-ID: <20150915111010.GA4351@francium> References: <1442239202-27798-1-git-send-email-soeren+git@soeren-tempel.net> <20150915104817.24a7e70c@ncopa-desktop.alpinelinux.org> 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-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20150915104817.24a7e70c@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP 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? 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. [1]: http://bugs.call-cc.org/ticket/526 [2]: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-scheme/ch= icken/files/chicken-4.8.0.3-parallel-build.patch S=F6ren. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---