X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id D3734DC009B for ; Mon, 19 May 2014 14:21:38 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 1B74EBC2898; Mon, 19 May 2014 14:21:37 +0000 (UTC) Date: Mon, 19 May 2014 16:21:34 +0200 From: Natanael Copa To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] initial commit of cjdns apk Message-ID: <20140519162134.0de03ed7@ncopa-desktop.alpinelinux.org> In-Reply-To: <20140519161056.6db86c44@ncopa-desktop.alpinelinux.org> References: <20140515203116.GA6834@ctrlc.hu> <20140519161056.6db86c44@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; 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, 19 May 2014 16:10:56 +0200 Natanael Copa wrote: > On Thu, 15 May 2014 22:31:16 +0200 > stef wrote: > > > + > > +-#if defined(linux) && !defined(__ILP32__) && !defined(android) > > ++#if defined(linux) && !defined(__ILP32__) && !defined(android) && defined(no_musl) > > + Linker_require("crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.c") > > defined(no_musl) looks wrong... Why is it needed? > > I applied as is, anyways Actually, I didn't apply it due to: >>> cjdns: Fetching https://github.com/cjdelisle/cjdns/archive/master.zip ... >>> cjdns: Checking sha512sums... cjdns-master.zip: FAILED sha512sum: WARNING: 1 of 1 computed checksums did NOT match Because the remote file above failed the sha512sum check it will be deleted. Rebuilding will cause it to re-download which in some cases may fix the problem. +source="${pkgname}-master.zip::https://github.com/cjdelisle/cjdns/archive/master.zip You need put the versio number in there and use git tags. The master.zip will change for each download. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---