Re: debian installer with kernel 2.6.18

2006-09-26 Thread Marco Herrn
Hi,

I am still having problems. I now installed kernel-wedge from svn, but
still fail on creating the udebs:

[EMAIL PROTECTED]:/usr/src/debian-installer/k/linux-kernel-di-amd64-2.6$ 
dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is linux-kernel-di-amd64-2.6
dpkg-buildpackage: source version is 1.11
dpkg-buildpackage: source changed by Frederik SchÃŒler [EMAIL PROTECTED]
dpkg-buildpackage: host architecture amd64
dpkg-buildpackage: source version without epoch 1.11
 fakeroot debian/rules clean
kernel-wedge gen-control  debian/control
dh_testdir
dh_clean `find modules -type l`
 dpkg-source -b linux-kernel-di-amd64-2.6
dpkg-source: warning: missing information for output field Standards-Version
dpkg-source: warning: source directory `./linux-kernel-di-amd64-2.6' is not 
sourcepackage-upstreamversion `linux-kernel-di-amd64-2.6-1.11'
dpkg-source: building linux-kernel-di-amd64-2.6 in 
linux-kernel-di-amd64-2.6_1.11.tar.gz
dpkg-source: building linux-kernel-di-amd64-2.6 in 
linux-kernel-di-amd64-2.6_1.11.dsc
 debian/rules build
kernel-wedge gen-control  debian/control
dh_testdir
 fakeroot debian/rules binary
kernel-wedge gen-control  debian/control
dh_testdir
dh_testdir
dh_clean -k
kernel-wedge install-files
install -D -m 644 /boot/vmlinuz-2.6.18-1-xen-amd64 
debian/kernel-image-2.6.18-1-amd64-generic-di/boot/vmlinuz
install -D -m 644 /boot/System.map-2.6.18-1-xen-amd64 
debian/kernel-image-2.6.18-1-amd64-generic-di/boot/System.map
kernel-wedge copy-modules 2.6.18-1 amd64-generic 2.6.18-1-xen-amd64
missing module irport
command exited with status 1
make: *** [binary-arch] Error 2


It now complains about a different module. What is going wrong here? 

Regards
Marco
--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpIWg2paM3DF.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Frans Pop
On Monday 25 September 2006 17:12, Marco Herrn wrote:
# arch  abi   flavourinstalledname   suffix   #
 build-depends amd64   2.6.18-2  amd64-generic  2.6.18-1-xen-amd64  - 
 linux-image-2.6.18-1-xen-amd64


You have the ABI wrong.



pgpwggBAoRaOh.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
Hi,

On Mon, Sep 25, 2006 at 07:51:06PM +0200, Frans Pop wrote:
 On Monday 25 September 2006 17:12, Marco Herrn wrote:
 # arch  abi   flavourinstalledname   suffix   #
  build-depends amd64   2.6.18-2  amd64-generic  2.6.18-1-xen-amd64  - 
  linux-image-2.6.18-1-xen-amd64
 
 
 You have the ABI wrong.

Sorry about the dumb question, but what is the correct one? I tried
with 2.6.18, which leads to the same problem.

And in the source package I downloaded the line was:

amd64   2.6.17-2  amd64  2.6.17-2-amd64  - 
linux-image-2.6.17-2-amd64

I got that source package from
http://ftp.debian.org/debian/pool/main/l/linux-kernel-di-amd64-2.6/linux-kernel-di-amd64-2.6_1.14.tar.gz

Would be nice if you can help me here.

Regards
Marco



--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpOmvQzFUiQw.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Frans Pop
On Monday 25 September 2006 20:27, Marco Herrn wrote:
 Sorry about the dumb question, but what is the correct one? I tried
 with 2.6.18, which leads to the same problem.

How about the same as the kernel's: 2.6.18-1...


pgp2O5enRh5zZ.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
On Mon, Sep 25, 2006 at 09:11:31PM +0200, Frans Pop wrote:
 On Monday 25 September 2006 20:27, Marco Herrn wrote:
  Sorry about the dumb question, but what is the correct one? I tried
  with 2.6.18, which leads to the same problem.
 
 How about the same as the kernel's: 2.6.18-1...

Argh, stupid me. Of course.
But even with that change. The problem still exists.
What does it mean with missing module raid5?

--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpjJw8CHI5jA.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Frans Pop
On Monday 25 September 2006 21:16, Marco Herrn wrote:
 Argh, stupid me. Of course.
 But even with that change. The problem still exists.
 What does it mean with missing module raid5?

That's a change in the kernel. The module was replaced with raid456.
A new version of kernel-wedge that deals with that was uploaded yesterday.


pgpTuiQVrM1od.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
 A new version of kernel-wedge that deals with that was uploaded yesterday.

Hmm, the newest version I find is 2.26. Shouldn't it be in sid already, if
it was uploaded yesterday? However, is there some other place I can fetch
it from?



--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpiCtr2ae0jg.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Frans Pop
On Monday 25 September 2006 21:52, Marco Herrn wrote:
  A new version of kernel-wedge that deals with that was uploaded
  yesterday.

 Hmm, the newest version I find is 2.26. Shouldn't it be in sid already,
 if it was uploaded yesterday? However, is there some other place I can
 fetch it from?

Oops. My mistake. I thought I'd seen it uploaded, but the changes were 
only committed in our SVN repository.
So, you'll have to build the new version locally and install that.


pgpPl490b3td1.pgp
Description: PGP signature


Re: debian installer with kernel 2.6.18

2006-09-25 Thread Marco Herrn
On Mon, Sep 25, 2006 at 10:16:31PM +0200, Frans Pop wrote:
 So, you'll have to build the new version locally and install that.

OK, I will try that. Thanks for your help.


--
Marco Herrn  _  ___  o '   (_)   _ _
 _(__'o  0 (_X %
   (_`  O o  _; _;'7^'_ \;\ %
(GnuPG/PGP-encrypted mail preferred)   _;\ _.\ _.';;) ;,;_/;
Key ID: 0x94620736  _  _'./_\('))_; );/\)}/`fsc


pgpLXBecBi6qj.pgp
Description: PGP signature