X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by lists.alpinelinux.org (Postfix) with ESMTP id 2E2C95C4D4E for ; Tue, 5 Dec 2017 16:20:49 +0000 (GMT) Received: by mail-wr0-f175.google.com with SMTP id a41so905461wra.6 for ; Tue, 05 Dec 2017 08:20:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q/10Jjuk9vTSK1Y+BuALoGtiMW3Yq6FlnaoJ4KPIyOw=; b=KJm8OtZy2K6wtQscJ5a+r2W472X+JgqhtG72dLxPzmHHBKABf7skRtasNP3AItsOLL G+CzPBCA+C2dMVWbjvdMEH5w4lPeyCwImyx+JY8tV23lUJuYAy/Hw/mvitqrk7jc6q+J BL0GdMgXrYgbzdrYwC4t3AYjI/LNdMba5ZeF7xC5tOtJ0caGW3obq4y1+64YVAcEpL9J Ssad2Y0pbEkYZd5xaEW17oHuNaOxKwH2KxrrwmR9cLL6PJLCs1UON7Wiufv/iVepIQdG Kuq0mw58Mh5JLxKflPjZp+MgP8LW4z1X+oiWvABkX05dVIFSV68PheuZoi7L+PKnY7eI 3rEg== X-Gm-Message-State: AJaThX7vuoRfe62u4jVj1PAzjUGr/Ha9y+WugiO2m+sdw17jJ5YYidBM gfQCLhPNqSrkkRJ/xhihP4Q= X-Google-Smtp-Source: AGs4zMayDV8/Lv6rz0vCUDq6OV6zC1TN5lHS5o1UtNGmPfsr/h3YKNgf3eCmI1mNI/+a39w9sSCowA== X-Received: by 10.223.133.183 with SMTP id 52mr15245376wrt.188.1512490848633; Tue, 05 Dec 2017 08:20:48 -0800 (PST) Received: from vostro.domain.com (80.red-88-3-207.dynamicip.rima-tde.net. [88.3.207.80]) by smtp.gmail.com with ESMTPSA id 139sm933827wmp.7.2017.12.05.08.20.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Dec 2017 08:20:48 -0800 (PST) Date: Tue, 5 Dec 2017 18:20:44 +0200 From: Timo Teras To: Roger Newman Cc: Alpine-devel Subject: Re: [alpine-devel] apk fetch --recursive broken in >= v3.7 Message-ID: <20171205182044.11663f18@vostro.domain.com> In-Reply-To: References: X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; 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 Sun, 3 Dec 2017 17:43:14 +0100 Roger Newman wrote: > currently I am not able to fetch some packages with there > dependencies. Same packages on v3.6 did not have any of this issues. It's because shell dependencies where changes from 'busybox' to virtual '/bin/sh' dependency, and apk expects one to tell which shell to use. Add 'busybox' to the list of packages and it should work. apk is getting better error messages for 'fetch' in future. Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---