Received: from jazz.pogo.org.uk (jazz.pogo.org.uk [213.138.114.167]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 67EF4780FC9 for <~alpine/users@lists.alpinelinux.org>; Fri, 19 Feb 2021 17:14:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pogo.org.uk ; s=swing; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To: Subject:cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=zDfy7Req1TOtw8fQHw8LbpjwbgIc6uVZbxWxLhJW2Fw=; b=B3NPnUncQyVsM8hBbVSAmvoJmQ B63+zvB98hAe6X4dydyoTX9k2Ljcoohsr15WUzXgVK/0duYHVcJXNl2OM7Yi8t20MNBs3mBvBv/xK bubfTOc0e17FDlIurNp9rG1wE7velqPO//psHV4ptzWpUSuKmIttasH3EccifPz8bdnc=; Received: from [2001:470:1d21:0:428d:5cff:fe1b:f3e5] (helo=stax) by jazz.pogo.org.uk with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lD9MY-000JHS-IH; Fri, 19 Feb 2021 17:14:42 +0000 Received: from localhost (stax.localdomain [local]) by stax.localdomain (OpenSMTPD) with ESMTPA id 5b152b8d; Fri, 19 Feb 2021 17:14:41 +0000 (UTC) Date: Fri, 19 Feb 2021 17:14:41 +0000 (GMT) From: Mark Hills To: Jacob Thrane Lund cc: ~alpine/users@lists.alpinelinux.org Subject: Re: cronie+obstack broken dependency In-Reply-To: <67-602fba00-1-2a2416c0@263670611> Message-ID: <2102191632210.18963@stax.localdomain> References: <67-602fba00-1-2a2416c0@263670611> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII On Fri, 19 Feb 2021, Jacob Thrane Lund wrote: > On Friday, February 19, 2021 13:10 CET, Mark Hills wrote: > > $ doas apk add cronie@testing > > ERROR: unable to select packages: > > so:libobstack.so.1 (no such package): > > required by: cronie-1.5.5-r1[so:libobstack.so.1] [...] > > The issue you are experiencing is caused by mixing stable and edge. > > If you want to use cronie on v3.13 you also need to provide a way for > apk to pull in musl-obstack from the edge main repo. > > / # apk add cronie@edge-testing musl-obstack@edge-main > fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz > fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz > (1/2) Installing musl-obstack@edge-main (1.2.2-r0) > (2/2) Installing cronie@edge-testing (1.5.5-r1) > Executing busybox-1.32.1-r2.trigger > OK: 13 MiB in 20 packages > > Hope it helps. Of course, thank you. That makes a lot of sense now. I was hoping to use the upstream package on production systems, and therefore contribute some testing. But it sounds like I will need to do our own builds from the same APKBUILD. -- Mark