X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by lists.alpinelinux.org (Postfix) with ESMTP id 5682F1EFC26 for ; Sun, 2 Aug 2009 07:49:18 +0000 (UTC) Received: by ewy9 with SMTP id 9so2510239ewy.25 for ; Sun, 02 Aug 2009 00:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=8M7BD9Qwr15YVfS/uyM3ZaaxyBl6kbkbPS4D1YVXQpA=; b=th0mBSt20lLobcwMcrtL1l7OpyVVdkb6wheZyUxY9D8BKwBTn/QktVoVcy92P3efqX qihDUSSLnsrx5GFhkox38/6nWJaIvOTcfP3ymxNJ2K4+FhApdK2KcwgsTadaZjptSK/j OiQ0HiA+R68hdgIATAiCr20hi5/ec55YjqVoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=w8k/o6fIGXlWXdItFV5PHYwG+mqOJnjk2SxNB74gTL+Vz8Ajm/OQmJ1T9UfPkWnXJb NLbXj3jCGm2xQ54eokQ31V8wf00UxAYWcMNZHGWZ1Y4dG1RdnWWpnMcS4RbcUIYBa3zZ 3lc2iAiN2Tf3PCj15a3FFldrb2sxItS+x+vgQ= Received: by 10.210.86.1 with SMTP id j1mr3375370ebb.61.1249199357597; Sun, 02 Aug 2009 00:49:17 -0700 (PDT) Received: from ?10.252.5.10? (xdsl-83-150-94-239.nebulazone.fi [83.150.94.239]) by mx.google.com with ESMTPS id 7sm4622679eyb.57.2009.08.02.00.49.16 (version=SSLv3 cipher=RC4-MD5); Sun, 02 Aug 2009 00:49:16 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4A7544F9.8030602@iki.fi> Date: Sun, 02 Aug 2009 10:49:13 +0300 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Thunderbird 2.0.0.22 (X11/20090608) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Mark Constable CC: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Attempting x86_64 build References: <4A73EA4D.7030204@renta.net> <1249119848.19561.1282.camel@localhost.localdomain> <4A743B8E.4090309@renta.net> <4A745D80.6090005@iki.fi> <4A74B26C.9060708@renta.net> In-Reply-To: <4A74B26C.9060708@renta.net> Content-Type: text/plain; charset="iso-8859-1"; format="flowed" Content-Transfer-Encoding: quoted-printable Mark Constable wrote: > Timo Ter=E4s wrote: >> Abuild is just scripts so that should be ok. >=20 > Except it depends on openssl which I'm having trouble building... >=20 > cc -o abuild-tar -lssl -lcrypto -ldl -lz abuild-tar.c > abuild-tar.c:19:25: error: openssl/evp.h: No such file or directory Oh, right. That utility is only needed to generate .apk files though. It was added when we did the signing stuff. I think we need a special version of abuild that does not depend on openssl or apk-tools: it can be just used to build and install stuff. >> No test system yet (except an oldish amd64 desktop machine). However, >> a script to produce it would be of high interest for me. >=20 > git clone git://git.buildroot.net/buildroot > cd buildroot > make menuconfig > make >=20 > When I get a working .config I'll make an APKBUILD but it may > require a "real" glibc based build chain which is, FWIW, why I > am putting effort into x86_64 first, so I can install a "real" > system if need be and more easily use the likes of buildroot to > bootstrap ARM (then perhaps PPC and MIPs, if I don't go crazy). Ok. I've used buildroot once upon time. But I never looked into the bootstrapping. Maybe I'll take a look at next week. Thanks, Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---