X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f213.google.com (mail-fx0-f213.google.com [209.85.220.213]) by lists.alpinelinux.org (Postfix) with ESMTP id 25B47618EB4 for ; Mon, 3 Aug 2009 12:36:26 +0000 (UTC) Received: by fxm9 with SMTP id 9so2547109fxm.25 for ; Mon, 03 Aug 2009 05:36:25 -0700 (PDT) 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=w/Q4y/B3pCukHubvV4R9CIF6/dcdpLSHC8C35Q99+Ig=; b=Rkwqnfhk70H1XLcieK+sEVyWdEkjptNycHUzZQyNKbTUVUz+dSfLHINssVMMWUJZz0 k+B5YrsO1xHapdVslgn/eb4K3Ah+gF7Yk6bqLqYGUt3NrSfTs2EyPq/V1SuTnLQf7GwZ O7so9DxGQNAXgPmC9SwIUKdZEGipAR9Y70tcM= 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=Pr1w1VxB7C0hcun8zMbLHOVtIpFLlpMvmoCj9MofhHkYzrP9cGeYFGvHJ2NUKNuhCC tA0I0ZrcZXEgs/mL9JIgVer84UClR02rgkrXOcSIAhKdHugOdqWQ56jempvSyUJdNLxe RS9B9rrPR8cdZGDVNnPP9UEIJEbwba6xB6w/g= Received: by 10.102.253.14 with SMTP id a14mr290596mui.48.1249302984681; Mon, 03 Aug 2009 05:36:24 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.199.29]) by mx.google.com with ESMTPS id j6sm41198090mue.31.2009.08.03.05.36.22 (version=SSLv3 cipher=RC4-MD5); Mon, 03 Aug 2009 05:36:23 -0700 (PDT) Subject: Re: [alpine-devel] Attempting x86_64 build From: Natanael Copa To: Mark Constable Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <4A76C2DB.6070300@renta.net> References: <4A73EA4D.7030204@renta.net> <1249119848.19561.1282.camel@localhost.localdomain> <4A743B8E.4090309@renta.net> <4A745D80.6090005@iki.fi> <4A74B26C.9060708@renta.net> <4A7544F9.8030602@iki.fi> <4A76AD4A.4040700@renta.net> <1249292979.12941.9.camel@localhost.localdomain> <4A76C2DB.6070300@renta.net> Content-Type: text/plain Date: Mon, 03 Aug 2009 14:37:43 +0200 Message-Id: <1249303063.12941.34.camel@localhost.localdomain> 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.26.3 Content-Transfer-Encoding: 7bit On Mon, 2009-08-03 at 20:58 +1000, Mark Constable wrote: > Natanael Copa wrote: > >> To get openssl to compile I resorted to adding the missing ftime() > >> ... > > probably a uclibc config opt. > > Best I can determine it's these which are missing from my buildroot > busybox and, just now when I check, seem to be also missing from the > latest busybox/busyboxconfig... > > UCLIBC_SUSV3_LEGACY=y > UCLIBC_SUSV3_LEGACY_MACROS=y > > I have not been able to successfully rebuild buildroot after about > 4 more attempts (each taking many hours) so I'm stuck with the lame > version I managed to build on my first or 2nd attempt (beginners luck). You might want start from or have a look at those: http://git.alpinelinux.org/cgit/aports/plain/main/uclibc/uclibcconfig http://git.alpinelinux.org/cgit/aports/plain/main/busybox/busyboxconfig ... > So I've manually built bash and attempted abuild for the first time > on strace (so I can get an idea of some segfaults) and got this > (after manually building sudo)... > > root@br_x86_64 ~/main/strace abuild > >>> strace: Checking sanity of ./APKBUILD... > >>> strace: Analyzing dependencies... > >>> ERROR: strace: Missing dependency build-base. Use -r to autoinstall or -R to build ... > So some kind of "get out of jail" option for abuild to let it > build a package without caring if there are any dependencies would > be helpful for bootstrapping. > > Something like makepkg -d, --nodeps Skip all dependency checks ah.. yeah. good point. Could you please file a bug at bugs.alpinelinux.org for this? Just so I don't forget. not a difficult feature so i might be able to implement it today. (unless i get caught up in something else...) -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---