X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by lists.alpinelinux.org (Postfix) with ESMTP id 2FB3C17003B8C for ; Mon, 12 Jan 2009 12:35:27 +0000 (UTC) Received: by ewy14 with SMTP id 14so13963630ewy.1 for ; Mon, 12 Jan 2009 04:35:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=w03znyBgJs50jgA8CC8P+2C4j5o8/enY8SR+dxJ3S6Q=; b=mG1z8HksHSKse2z+vBNuWWUIaFuhxGppmUDZ3LWTIzA7JgrrL8+TBt4CYkHX1rBsYW kEi891KDy4LmFRn1wnU3GIrwlDBAgbUnyQuVVarCfmZpZtHFEGxCG7x9kc7Mk2WiBe8H GPVdv8mH4XUIbCzjJmc57W7v9RaH7QdSUk8U0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=JhZpyOZ99F/6+qnWPBui3Xver9xPDP2jLA7V5/ikOjwPIPeSQsQvQPIJwbKsRmeXBT SnFw2C2mL70IwARL/CJnUC9jeCLe+hdrgwHIKY0eMrNZuojqfteIlIKEjRFO+DmjnH8b oIPQ8z62BWgdctDZ5yQxf+JXqeTkanrobrIto= Received: by 10.210.112.1 with SMTP id k1mr3047309ebc.167.1231763725525; Mon, 12 Jan 2009 04:35:25 -0800 (PST) Received: from ?10.65.0.5? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 7sm1444838eyg.42.2009.01.12.04.35.24 (version=SSLv3 cipher=RC4-MD5); Mon, 12 Jan 2009 04:35:25 -0800 (PST) Subject: Re: [alpine-devel] upcomming alpine-1.7.29.1 From: Natanael Copa To: Harry Lachanas Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <496B325E.3040900@freemail.gr> References: <1231743536.26236.2856.camel@nc> <496AF8E2.9040205@freemail.gr> <1231758182.17369.9.camel@nc> <496B325E.3040900@freemail.gr> Content-Type: text/plain Date: Mon, 12 Jan 2009 13:35:19 +0100 Message-Id: <1231763719.17369.26.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit On Mon, 2009-01-12 at 14:06 +0200, Harry Lachanas wrote: > > > > It means that i want to ship alpine-1.8 "stable" and focus all the > > efforts on new build tree with updated toolchain and alot simpler to set > > up build env. > > > > The new build env can so far: > > * build itself from scratch > > * boot (from sata/scsi cd too) > > > > Still lacks lbu commit and stuff due to work on new apk-tools > > I presume U are trying to build something like Leaf Bering-uClibc does. iirc they have some xml based stuff? I'm bulding that is very simliar Arch Linux http://wiki.archlinux.org/index.php/ABS_PKGBUILD_Explained big difference is my scrips (APKBUILDs) works with busybox ash. > Downloading the source collection tree, build from scratch without > chroot needed ?? No x-compile, and alpine has a "hardened" gcc that turns on ssp and pie, even for pacakges that does not respect CFLAGS variable. It support natvice compile from alpine so you need an alpine chroot/vserver/virtual machine. I am in the middle of trying move to new apk-tools. Once i got the build tree work more or less stable with new apk I'll seee if i can get some documentation done. But setting up a chroot/vserver is fairly simple. Have a look at this script. http://dev.alpinelinux.org/~ncopa/alpine/setup-buildozer-chroot (please note that packages are built against uclibc-0.9.30 so they will not work with the 0.9.28) once in chroot you can: sudo apk_add git && git clone git://dev.alpinelinux.org/aports -nc > > Harry. > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---