PDA

View Full Version : latest xen kernel tarball is broken


cmtech
03-26-2005, 04:52 PM
# wget http://www.unixshell.com/kernel-source/linux-`uname -r`.tgz
# tar xvzf linux-2.6.11-xenU.tgz
# cd linux-2.6.11-xenU
# gzip -dc /proc/config.gz >.config
# make menuconfig ARCH=xen
Makefile:448: /root/xen/linux-2.6.11-xenU/arch/xen/Makefile: No such file or directory
make: *** No rule to make target `/root/xen/linux-2.6.11-xenU/arch/xen/Makefile'. Stop.

????

# ls -l /root/xen/linux-2.6.11-xenU/arch/xen
total 20
lrwxrwxrwx 1 root root 53 Mar 26 11:36 Kconfig -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Kconfig
lrwxrwxrwx 1 root root 61 Mar 26 11:36 Kconfig.drivers -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Kconfig.drivers
lrwxrwxrwx 1 root root 54 Mar 26 11:36 Makefile -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Makefile

???!!!

# find /root/xen/linux-2.6.11-xenU/arch/xen -lname '*' | wc -l
82

!!!!!!!!!!

Errr... heh. Any chance of a working kernel tarball? :P

krsanky
03-26-2005, 07:45 PM
I had the same problem...

matta
03-26-2005, 07:47 PM
It'll be rebuilt shortly..

AndrewKT
03-26-2005, 08:17 PM
I remember trying to "make modules" with it a week or so ago, but I never got around to saying that it didnt' work for me. (I was going to dig a little deeper to see what the actual problem was.)