X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id AFA2CF8584F for ; Tue, 8 Jan 2019 17:59:23 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 8450D9E1D26; Tue, 8 Jan 2019 17:59:23 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 8D9419E1C03; Tue, 8 Jan 2019 17:59:22 +0000 (GMT) Date: Tue, 8 Jan 2019 18:59:17 +0100 From: Natanael Copa To: Curt Tilmes Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Packages for promotion to community Message-ID: <20190108185917.45573813@ncopa-desktop.copa.dup.pw> In-Reply-To: References: <20181222220625.GD1539@homura.localdomain> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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: 7bit On Mon, 24 Dec 2018 09:04:04 -0500 Curt Tilmes wrote: > I would like to see the Perl 6 packages promoted to community if none are > opposed: > rakudo, nqp, moarvm, zef. > rakudo depends on nqp, which seems to be supported on only a limited set of architectures. We need adjust the arch variable to rakudo and zef to correspond with this limited set of arches. Maybe we should have a whitelist of supported architectures instead of "all" + blacklist the unsupported ones? rakudo has an explicit dependency of libffi. Is this really needed? there is an indirect dependency via so:libmoar.so which depends on so:libffi.so.6. But I don't know if rakudo will dlopen libffi.so.6 (in which case the explicit dependeny of libffi is correct). Someone need to investigate this and either remove explicit libffi dependency or add a comment that explains why its needed. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---