X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id C943BDC0BDA for ; Sat, 30 Jan 2016 20:17:34 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 59538DC06E4 for ; Sat, 30 Jan 2016 20:17:34 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id cl12so56880202lbc.1 for ; Sat, 30 Jan 2016 12:17:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=iAAKRaNy5IG/ZHA7XMV4eKi0j6QvF9Up7BGjgzvtYOU=; b=pSg0PkFvs++kof/ps2T4jN++6erfgbfagMbc+VNSXg5mhb29OgOMiwwSK1VdY6wyBt VBSxpgt52dcOyfrn3N1q0cJkQS/H20GWQu25z5/i6+tIpNUhEVGucxVaiUyIpyBYBddf Yt2KUb6ibagsGD2O6BIbj9HazEObaGJj53K7O/G7pZkkWSV99dL5eCkGqF8gVK+ncCrc HvSnLl5gfSSgX/lH2QJPQs184wNOcTTLmARtRcv9fBJWxHdb2rVI/x1CbjLvK5K3wNos 5SRNUY8QqOCcW+kfm95Pw0mecphQVhVzSacDjqRSiJi6BhD3o9o77D6ZK0nH21LKCEWo 2L9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:date:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=iAAKRaNy5IG/ZHA7XMV4eKi0j6QvF9Up7BGjgzvtYOU=; b=Kh8GfR7FwHIaKU8nkignXVI3Q1sOP+r/MIC4Fk3DGzcoOoiy7rnZbgyepe3hR04UKs 0LZOAy0PukNUhFt/MQU9xwe48K/Ba8xNsSkBt3/jOHN3Fvf6xpQhLf76e4AnJlwwsDIz HUdBxSGIGjOXM8Zx23YBDqU+N/8/99+WFZHXKOD/wY6DTQGFm8+vKnIKygYqOTZ+GynA IGNBlYVE1hvtXcKbtkz6LUeJTCY4q73Cn5mboOI9T4eqIBfAdOl1L8eP9MC3lTJK6PtT RuZzRT6HPNlGaBARUmWAqdE5WGT5qUqjAN7jcUDjUYMR+i1Yv58R0EYlkOm58mhOFb8R GDVg== X-Gm-Message-State: AG10YOT4b4H7Rrzv/h8w3kCjd5/9kW3mqePoD/0BfWpFFVzPM+Q/EO3i4a61V9fpqtmbbg== X-Received: by 10.112.139.164 with SMTP id qz4mr5446203lbb.41.1454185052018; Sat, 30 Jan 2016 12:17:32 -0800 (PST) Received: from localhost ([92.62.53.216]) by smtp.gmail.com with ESMTPSA id h187sm2953927lfg.18.2016.01.30.12.17.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 30 Jan 2016 12:17:31 -0800 (PST) From: an2qzavok@gmail.com X-Google-Original-From: mortal@ Date: Sat, 30 Jan 2016 23:17:14 +0300 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] on rpi diod needs ncurses for some reason Message-ID: <20160130201713.GA5791@notebook> 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-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP When I try to apk add diod@testing on my Raspberry Pi, apk says: >ERROR: unsatisfiable constraints: > so:libncurses.so.6 (missing): > required by: diod-1.0.24-r0[so:libncurses.so.6] It installs with no problem on my x86_64 machine though (but I was unable to test it on generic arm alpine build, because qemu is complicated) I don't really know how to approach fixing this, maybe just rebuilding the package would be enough? --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---