Bug#409747: apex-nslu2 1.4.14 breaks current debian-installer build

2007-02-07 Thread Martin Michlmayr
* Gordon Farquharson [EMAIL PROTECTED] [2007-02-06 21:10]:
 I already posted the change.  I suppose you could make D-I accept
 either?
 
 It's a bit of a hack, but it does now.

Gordon, can you please test whether 1.4.15 still works, i.e. test a
daily.

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#409747: apex-nslu2 1.4.14 breaks current debian-installer build

2007-02-06 Thread Marc Singer
On Tue, Feb 06, 2007 at 05:49:14AM +0100, Martin Michlmayr wrote:
 * Marc Singer [EMAIL PROTECTED] [2007-02-05 18:21]:
  Looks like an inadvertent change of the output file name.  I'll fix
  it and do an upload.
 
 ... or we simply stay with the new name since I've changed d-i to cope
 with both the old and new name.

I already posted the change.  I suppose you could make D-I accept
either?

 -- 
 Martin Michlmayr
 http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#409747: apex-nslu2 1.4.14 breaks current debian-installer build

2007-02-06 Thread Gordon Farquharson

Hi Marc

On 2/6/07, Marc Singer [EMAIL PROTECTED] wrote:


I already posted the change.  I suppose you could make D-I accept
either?


It's a bit of a hack, but it does now.

Gordon

--
Gordon Farquharson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#409747: apex-nslu2 1.4.14 breaks current debian-installer build

2007-02-05 Thread Martin Michlmayr
* Gordon Farquharson [EMAIL PROTECTED] [2007-02-05 00:30]:
 apex-nslu2 1.4.14 breaks the current debian-installer build because
 /boot/apex.flash no longer exists in the 1.4.14 deb.
 
 cp /boot/apex.flash ./tmp/ixp4xx_netboot/apex.flash
 cp: cannot stat `/boot/apex.flash': No such file or directory

Ah, thanks for making me aware of this.  I think the easiest way is to
put in a workaround into d-i for now:

Index: config/arm/ixp4xx/netboot.cfg
===
--- config/arm/ixp4xx/netboot.cfg   (revision 44992)
+++ config/arm/ixp4xx/netboot.cfg   (working copy)
@@ -10,7 +10,9 @@
 
 # byteswap boot loader, initrd and kernel for NSLU2
 nslu2_swap: $(INITRD) $(KERNEL)
-   cp /boot/apex.flash $(TEMP)/apex.flash
+   # FIXME: ugly workaround for #409747
+   -cp /boot/apex.flash $(TEMP)/apex.flash
+   -cp /boot/apex.bin $(TEMP)/apex.flash
util/arm/nslu2/pad $(TEMP)/apex.flash 131040 #  1 block, multiple of 4
devio $(TEMP)/apex.flash  $(TEMP)/apex.flash.swapped \
'xp $$,4'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#409747: apex-nslu2 1.4.14 breaks current debian-installer build

2007-02-05 Thread Marc Singer
On Mon, Feb 05, 2007 at 12:30:05AM -0700, Gordon Farquharson wrote:
 Package: apex
 Version: 1.4.14
 Severity: important
 
 apex-nslu2 1.4.14 breaks the current debian-installer build because
 /boot/apex.flash no longer exists in the 1.4.14 deb.
 
 cp /boot/apex.flash ./tmp/ixp4xx_netboot/apex.flash
 cp: cannot stat `/boot/apex.flash': No such file or directory
 make[2]: *** [nslu2_swap] Error 1
 make[1]: *** [_build] Error 2
 make: *** [build_ixp4xx_netboot] Error 2
 
 Files in apex-nslu2_1.4.7_arm.deb
 
 boot/apex.flash
 usr/share/doc/apex-nslu2/changelog.Debian.gz
 usr/share/doc/apex-nslu2/changelog.gz
 usr/share/doc/apex-nslu2/copyright
 
 and in apex-nslu2_1.4.14_arm.deb
 
 boot/apex.bin
 usr/sbin/apex-env
 usr/share/doc/apex-nslu2/changelog.Debian.gz
 usr/share/doc/apex-nslu2/changelog.gz
 usr/share/doc/apex-nslu2/copyright
 usr/share/man/man8/apex-env.8.gz
 
 Please adjust the severity of this bug appropriately.

Looks like an inadvertent change of the output file name.  I'll fix it and do 
an upload.


 
 Gordon
 
 -- 
 Gordon Farquharson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#409747: apex-nslu2 1.4.14 breaks current debian-installer build

2007-02-05 Thread Martin Michlmayr
* Marc Singer [EMAIL PROTECTED] [2007-02-05 18:21]:
 Looks like an inadvertent change of the output file name.  I'll fix
 it and do an upload.

... or we simply stay with the new name since I've changed d-i to cope
with both the old and new name.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#409747: apex-nslu2 1.4.14 breaks current debian-installer build

2007-02-04 Thread Gordon Farquharson

Package: apex
Version: 1.4.14
Severity: important

apex-nslu2 1.4.14 breaks the current debian-installer build because
/boot/apex.flash no longer exists in the 1.4.14 deb.

cp /boot/apex.flash ./tmp/ixp4xx_netboot/apex.flash
cp: cannot stat `/boot/apex.flash': No such file or directory
make[2]: *** [nslu2_swap] Error 1
make[1]: *** [_build] Error 2
make: *** [build_ixp4xx_netboot] Error 2

Files in apex-nslu2_1.4.7_arm.deb

boot/apex.flash
usr/share/doc/apex-nslu2/changelog.Debian.gz
usr/share/doc/apex-nslu2/changelog.gz
usr/share/doc/apex-nslu2/copyright

and in apex-nslu2_1.4.14_arm.deb

boot/apex.bin
usr/sbin/apex-env
usr/share/doc/apex-nslu2/changelog.Debian.gz
usr/share/doc/apex-nslu2/changelog.gz
usr/share/doc/apex-nslu2/copyright
usr/share/man/man8/apex-env.8.gz

Please adjust the severity of this bug appropriately.

Gordon

--
Gordon Farquharson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]