X-Original-To: alpine-devel@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 87C14F85614 for ; Wed, 5 Jun 2019 15:02:56 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 259D9578E for ; Wed, 5 Jun 2019 17:02:55 +0200 (CEST) Date: Wed, 5 Jun 2019 17:02:55 +0200 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Building alpine linux from source code Message-ID: <20190605150255.GA30546@arya.arvanta.net> References: <64c0f770-c27c-70f9-3518-ceb07576c21f@linux.ibm.com> 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 In-Reply-To: <64c0f770-c27c-70f9-3518-ceb07576c21f@linux.ibm.com> User-Agent: Mutt/1.12.0 (2019-05-25) On Tue, 2019-06-04 at 22:46, Tuan Hoang wrote: > $ sudo apk add abuild > $ sudo addgroup your-user abuild > --- log out and log in --- > $ abuild-keygen -a > --- copy your pub key in ~/.abuild/ to /etc/apk/keys/ > $ git clone git://git.alpinelinux.org/aports > $ cd aports/scripts > $ mkdir outdir workdir > $ ./mkimage.sh --arch x86_64 --hostkeys --profile minirootfs \ > --outdir outdir --workdir workdir \ > --repository http://dl-cdn.alpinelinux.org/alpine/v3.9/main \ > > $ ./mkimage.sh --help for more info. I tried with edge repo with next command: ./mkimage.sh --arch armv7 --hostkeys --profile uboot --outdir out \ --workdir workdir --repository http://dl-cdn.alpinelinux.org/alpine/edge/main But I've got error as follows: --- fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/armv7/APKINDEX.tar.gz v3.10.0_rc1-312-gec5cf1352d [http://dl-cdn.alpinelinux.org/alpine/edge/main] OK: 5655 distinct packages available >>> mkimage-armv7: Building uboot >>> mkimage-armv7: --> kernel armv7 vanilla >>> 8b234b668fd03f4f1cbf1d49937a7262e1f4b9ce linux-vanilla >>> linux-firmware wireless-regdb xtables-addons-vanilla ERROR: unsatisfiable constraints: alpine-base (missing): required by: world[alpine-base] linux-firmware (missing): required by: world[linux-firmware] linux-vanilla (missing): required by: world[linux-vanilla] wireless-regdb (missing): required by: world[wireless-regdb] xtables-addons-vanilla (missing): required by: world[xtables-addons-vanilla] --- I installed all needed packages but without luck. -- regards ... --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---