./scripts/buildscript depends on bash

2004-07-09 Thread Rafael Ávila de Espíndola
the buildscript uses pushd that isn't available in dash. Perhaps the first line should read "#/bin/bash"? Thanks, Rafael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

buildscript first execution fails

2004-07-10 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you run buildscript from a pristine source (i.e "svn status --no-ignore" shows no output) the build will fail with: - dpkg-buildpackage: source package i

[PATCH] libdebian-installer build failure

2004-07-11 Thread Rafael Ávila de Espíndola
--Boundary-00=_fFV8ADI/IwP6yB/ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline The first time that dpkg-buildpackage is executed the compilation fails: -- debian/rules build AUTOMAKE=automake-1.8 ACLOCAL=aclocal-1.8 \ autoreconf -i

2.4.26-speekup

2004-07-11 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It seems that i386 2.4.24-speekup is no longer in the repository. Should d-i be updated to 2.4.26? Rafael -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA8WW2LlrfGJ8JUHwRArIbAJwOpLETr9kQnLueY6oSJ3aYOi+D6ACgtnt2 KV9DIOJ7GuhLg/

prebaseconfig: missing file

2004-07-11 Thread Rafael Ávila de Espíndola
The file 99reboot seems to be missing: install -m0644 inittab.install debian/prebaseconfig/usr/share/prebaseconfig/inittab set -e ; for file in \ 10bind-mount \ 20final-message \ 50config-target-network \ 51framebuffer-module-linux-i386 \ 90prepare-base-con

Re: 2.4.26-speekup

2004-07-11 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Em Sunday 11 July 2004 13:40, Christian Perrier escreveu: > Quoting Joey Hess ([EMAIL PROTECTED]): > > Rafael Ávila de Espíndola wrote: > > > It seems that i386 2.4.24-speekup is no longer in the repository. > > > Shou

ppc64 kernel package

2004-07-16 Thread Rafael Ávila de Espíndola
I was able to compile a 64 kernel debian package. The steps: 1)apply the attached patches to dpkg and kernel-package, compile and install 2)install a cross-compiler (use http://kegel.com/crosstool/) 3)apt-get install kernel-patch-powerpc-2.6.7 (don't know if it is necessary) 4) export INITRD_OK=1

Re: Bug#260433: Power4 fails to boot install kernel

2004-07-20 Thread Rafael Ávila de Espíndola
On Tuesday 20 July 2004 12:47, Jake Moilanen wrote: ... > - yaboot.conf is not located at /etc/yaboot.conf. If you are booting a > chrp box, yaboot expects yaboot.conf to be at /etc/yaboot.conf. I got > around this problem by doing a hardlink. > > - The device in yaboot.conf is set to 'cd' and ne

no chrp partition in the powerpc iso

2004-08-08 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Who is responsible for building the iso images? debian-installer or debian-cd? I notice the the rc1 image for the powerpc does not have a chrp partition. It is necessary to boot some p-series machines. For more detains see http://lists.debian.org/deb

how to boot a pseries

2004-08-09 Thread Rafael Ávila de Espíndola
To boot a IBM pseries (at least the b50) from the cdrom it is necessary to: 1) create a directory /etc in the cdrom and put a yaboot.conf in it 2) use cdrom instead of cd in the device line in yaboot.conf 3) create a /ppc/bootinfo.txt with Debian GNU/Linux Debian GNU/Linux boot &device;:\boot\ya

Re: IBM RS/6000 B50: failure (with comments)

2004-08-25 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Em Qua 25 Ago 2004 10:12, Frederik Dannemare escreveu: > Hi, ... > > I will not be able to test again on a B50 for some time, unfortunately, > but let me know if you want me to try a different way of booting it (or > other suggestions) the next time, I

linux-kernel-di-$ARCH/debian/control not created

2004-05-19 Thread Rafael Ávila de Espíndola
scripts/buildscript does not create linux-kernel-di-$ARCH/debian/control. This causes the build process to fail. The attached patch solves the problem. Rafael Ávila de Espíndola Index: scripts/buildscript === --- scripts/buildscript