X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by lists.alpinelinux.org (Postfix) with ESMTP id 681D11EFC00 for ; Thu, 30 Jul 2009 13:15:21 +0000 (UTC) Received: by fxm19 with SMTP id 19so654009fxm.26 for ; Thu, 30 Jul 2009 06:15:21 -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=fnqUOsRgkLKYTDQT6Lvq+GJoo8ch1MwZ2gR4nBHmsT8=; b=k0kX4RV9p3uHCctE76DsMVgsv8KmoG/vrBvvJH1WhnW1E+q+49CREwYUv9U4Kg5LZ+ 6Q/0fWi9TRiv6qY6hHewxHCCnoiDlBhsQhTONVR6Bdw1bX9z6K6zdNGERxmq28jCqTcw RRNwmni7dIKeNxMu5STbeOjC9m15U9yV+PJ+A= 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=Gb8t0WoSDoch12PinKIcsxtMeVX0q4gR2Tj7yhUDX4uBaG0ofkxfaTRcjJoFQIH7TT 1/V8HtJAsdlSH3sybvo+KMx3I5QNARNt96z3kbhJj3N8I2bkeqKI5IRN3PknX8w2OqhI L3hmZdjZXhgJmH2iaQ42eAJoZ9nN2CPxtEQ2Q= Received: by 10.103.8.5 with SMTP id l5mr401747mui.14.1248959721103; Thu, 30 Jul 2009 06:15:21 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.199.29]) by mx.google.com with ESMTPS id y37sm13651072mug.57.2009.07.30.06.15.19 (version=SSLv3 cipher=RC4-MD5); Thu, 30 Jul 2009 06:15:20 -0700 (PDT) Subject: Re: [alpine-devel] Where would x11/APKINDEX.tar.gz go? From: Natanael Copa To: Mark Constable Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <4A71977D.1050809@renta.net> References: <4A7174A0.4040407@renta.net> <1248956606.19561.10.camel@localhost.localdomain> <4A71977D.1050809@renta.net> Content-Type: text/plain Date: Thu, 30 Jul 2009 15:16:22 +0200 Message-Id: <1248959782.19561.39.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 Thu, 2009-07-30 at 22:52 +1000, Mark Constable wrote: > Natanael Copa wrote: > > So, yes repo have been unstable latest week due to the index format > > change. It should be working now. Sorry for the mess. > > Not at all. I understand you are in the middle of significant changes. > I just hope you guys don't mind me making a lot of noise about things > I probably should not be messing around with. no problem. just be patient. > apk --allow-untrusted update > apk --allow-untrusted add xorg-server-dev You should get the apk keys in alpine-base so you dont need the --allow-untrusted. Alternatively, download http://dev.alpinelinux.org/~ncopa/alpine/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub and store it in /etc/apk/keys > Both worked smoothly so now I can proceed with building mrxvt :) cool! You are ahead of me. I intend to upgrade my xfce4 installation on my laptop today. > *** > > FWIW, regarding x86_64, I just tried a test of chrooting into the > alpine devel partition I have here from a x86_64 Archlinux kernel > without using "linux32 chroot" (so uname -m == x86_64) and changed > CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe" in /etc/abuild.conf > and tried building uclibc and ncurses... uclibc compiled but it was > still a 32bit lib I think with a little (hopefully) tweaking to use > libc/sysdeps/linux/x86_64/ and remove an obvious 32bit patch then > I might be able to get a 64bit uclibc compiled. > > Maybe there is more involved but I do have the motivation to try. I think you need to reconfigure uclibc to do 64 bit. cd main/uclibc/src/uClibc*/ make menuconfig pick the arch, save config cp .config ../../uclibcconfig cd ../../ abuild checksum -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---