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 D3568DD0685 for ; Wed, 13 Jan 2016 19:17:27 +0000 (UTC) Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A3313DC050F for ; Wed, 13 Jan 2016 19:17:27 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id vt7so63529097obb.1 for ; Wed, 13 Jan 2016 11:17:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ByHEw+Kw+jEfugz8PfHWdRAlMJROhrc0AdNPYMHEXlU=; b=YsbvJUZkVYrqKPT7GmM5MPTNQR6Jezzz0hN59uzM0ICFXFJRnLD4rd5QFnil9hm73s lQREvoe5aC2h79VI/Qejy5CZLLj+xtkvEP7NcDWpC28z49O19HQiQjlmSnm/9VLUBhc4 RfJ6ZUkPT5kNyY8zvo9Qj1gBJY3+fQeVw6amJjMtHcHez8McIjuJGVIDlv5eRsH71+Ze s7k5XxZFY3eHRjrEq16GyjNi0yBLvA3j4WQOWxADio1LyQgXlqpsRf5LLtPsk98OOdfd f9JUGyWpacCOuFb3y3cHdBzevb2azOskt7h+SN0FjdhvMRS0ofCDD2P4LCwtTOmpLixE YdrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=ByHEw+Kw+jEfugz8PfHWdRAlMJROhrc0AdNPYMHEXlU=; b=ls+neJEZpGNM4Yv7rIFYYithkHytB+jGKrjta/AVyHDmTYNxk6/qYg8JjuhYPUhqxg xLnhjFnuK3ApVJH4IXXD0/C+XOFxZN2n3DJm0rAPnUzV5bXhI+senUiX9rN/pP99Hft3 uflJmZfDmRd/DtcC77T05sQym1zNM0o9cty/+olxU0csnCJLVyjN8YZzdkpZmkInQK+c VY8mypQ76s6eHZkB0jcUishhZJWioCIZubIMULS1778QiT7glPV9d+1RM90RLR8grwxE XEPSHFPKO/EA+toOXMG1V/0lTsweLJb6mrD5h1apC8J1ShtUUWuh3Y8KTkPXqn/7+VpK OOGg== X-Gm-Message-State: ALoCoQn7NjYoam959BJHKoVjVrdaXG0gPNiXOSO++XkKq7eVBzd5KlqOFbMvfaqBHGxFcTIXyEIk953OwQOX83Wl5LvARw4FvQ== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.60.131.147 with SMTP id om19mr31541975oeb.82.1452712646190; Wed, 13 Jan 2016 11:17:26 -0800 (PST) Sender: chaocrator@gmail.com X-Google-Sender-Delegation: chaocrator@gmail.com Received: by 10.76.18.19 with HTTP; Wed, 13 Jan 2016 11:17:26 -0800 (PST) Date: Wed, 13 Jan 2016 21:17:26 +0200 X-Google-Sender-Auth: 945guKjuawR-kJU7AB9rTr5yqAU Message-ID: Subject: [alpine-devel] can't set up a repository From: Valery McHno To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=047d7b41cc5c3cb32205293c05aa X-Virus-Scanned: ClamAV using ClamSMTP --047d7b41cc5c3cb32205293c05aa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello community, I've built Alpine Linux for ARMv5, but can't set up a repository. I've made APKINDEX.tar.gz according to wiki, and i can install packages from the repo locally on the ready system (the dependencies are handled correctly), but can't bootstrap a new installation elsewhere =E2=80=94 apk = just complains: > # ./apk.static --verbose \ > -X http://anarch-linux.cf/alpine/v3.3/testing/ \ > --root /some/empty/directory --arch armel \ > --allow-untrusted --initdb add alpine-base > ERROR: unsatisfiable constraints: > alpine-base (missing): > required by: world[alpine-base] If I try to bootstrap a new installation installing packages one by one, it behaves just the same. All the packages are there, and respective entries in APKINDEX too. How do I figure out what's wrong? The non-working repo is here: http://anarch-linux.cf/alpine/v3.3/testing/ --047d7b41cc5c3cb32205293c05aa Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello community,

I've= built Alpine Linux for ARMv5, but can't set up a repository.
=
I've made APKINDEX.tar.gz according to wiki, and i can install pack= ages from the repo locally on the ready system (the dependencies are handle= d correctly), but can't bootstrap a new installation elsewhere =E2=80= =94 apk just complains:

> # ./apk.static --verbose \
>=C2= =A0 -X http://anarc= h-linux.cf/alpine/v3.3/testing/ \
>=C2=A0 --root /some/empty/dire= ctory --arch armel \
>=C2=A0 --allow-untrusted --initdb add alpine-ba= se
> ERROR: unsatisfiable constraints:
>=C2=A0 alpine-base (mis= sing):
>=C2=A0=C2=A0=C2=A0 required by: world[alpine-base]

If I try to bootstrap a new installation installing packages one by= one, it behaves just the same.

All the packag= es are there, and respective entries in APKINDEX too.

How do I figure out what's wrong?

The non-working repo = is here:
http://= anarch-linux.cf/alpine/v3.3/testing/
--047d7b41cc5c3cb32205293c05aa-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---