From wookey@wookware.org Sun May 23 23:25:40 2010
Received: from dream ([213.165.225.113] helo=dream.aleph1.co.uk)
	by stoneboat.aleph1.co.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.69) (envelope-from <wookey@wookware.org>)
	id 1OGJc1-0006zk-5F; Sun, 23 May 2010 23:25:39 +0100
Received: from wookey by dream.aleph1.co.uk with local (Exim 4.69)
	(envelope-from <wookey@wookware.org>)
	id 1OGJtG-0001qO-Bd; Sun, 23 May 2010 23:43:26 +0100
Date: Sun, 23 May 2010 23:43:26 +0100
From: Wookey <wookey@wookware.org>
To: Charles Manning <manningc2@actrix.gen.nz>
Message-ID: <20100523224325.GL20145@dream.aleph1.co.uk>
Mail-Followup-To: Charles Manning <manningc2@actrix.gen.nz>,
	balloon@balloonboard.org
References: <201005241001.28205.manningc2@actrix.gen.nz>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <201005241001.28205.manningc2@actrix.gen.nz>
Organization: Aleph One Ltd
User-Agent: Mutt/1.5.18 (2008-05-17)
X-SA-Exim-Connect-IP: 213.165.225.113
X-SA-Exim-Mail-From: wookey@wookware.org
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
	stoneboat.aleph1.co.uk
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=4.5 tests=AWL,BAYES_00 autolearn=no
	version=3.2.5
X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:14:11 +0000)
X-SA-Exim-Scanned: Yes (on stoneboat.aleph1.co.uk)
Cc: balloon@balloonboard.org
Subject: Re: [Balloon] Build regression with 1098
X-BeenThere: balloon@balloonboard.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: Balloon List <balloon.balloonboard.org>
List-Unsubscribe: <http://balloonboard.org/mailman/options/balloon>,
	<mailto:balloon-request@balloonboard.org?subject=unsubscribe>
List-Archive: <http://balloonboard.org/lurker/list/balloon.html>
List-Post: <mailto:balloon@balloonboard.org>
List-Help: <mailto:balloon-request@balloonboard.org?subject=help>
List-Subscribe: <http://balloonboard.org/mailman/listinfo/balloon>,
	<mailto:balloon-request@balloonboard.org?subject=subscribe>
X-List-Received-Date: Sun, 23 May 2010 22:25:40 -0000

+++ Charles Manning [2010-05-24 10:01 +1200]:
> r1062 was building but r1098 does not.... See below
> This is on a 32-bit Ubuntu 10.04 host in case that is relevant.
> 
> Charles
> 
> em_multistrap building armel multistrap on 'i386'

> E: Couldn't find package pcmciautils

Hmm. pcmciautils is not in grip lenny, but is necessary for the CF
slot to work on a double-sided balloon. We've put it in squeeze but
that doesn't help with the balloon plain build. It could go in via
updtes, but easier for now is just to get it from Debian so I've fixed
the multistrap.conf files in 1099:

The thing I don't get is why it's working OK here. I suspect it's down
to the behaviour of different multistrap versions and how smart they
are being about falling back. 1098 and 1099 work OK here, so I'm not
certain I've fixed it. If you stil have problems either fiddle with
the multistrap-balloon.conf file till it works or just remove the
pcmciautils mention and do without it. (You can always apt-get install
it later).

Index: multistrap-balloon.conf
===================================================================
--- multistrap-balloon.conf     (revision 1094)
+++ multistrap-balloon.conf	(working copy)
@@ -36,14 +36,14 @@
 suite=lenny

 [Updates]
-packages=apt pcmciautils
+packages=apt
 source=http://www.emdebian.org/grip
 keyring=emdebian-archive-keyring
 suite=lenny-proposed-updates

 # fallback
 [Debian]
-packages=
+packages=pcmciautils
 source=http://ftp.uk.debian.org/debian
 keyring=debian-archive-keyring
 suite=lenny

Wookey
-- 
Principal hats:  iEndian - Balloonboard - Toby Churchill - Emdebian
http://wookware.org/


