Lucid 10.04 (alpha-3) image building failed

Dear all,
                 I am trying to build new lucid image by using
following command.
I have used latest rootstock image as mention on site.
http://elinux.org/BeagleBoardUbuntu#Lucid_10.04_.28alpha-3.29

sudo /home/dev/arm/tmp/project-rootstock/rootstock --fqdn deluxe
--login ubuntu --password 1 --imagesize 2G --seed
wget,lxde,gdm,vim,build-essential,nano,linux-firmware,wireless-tools,usbutils,synaptic,firefox,ssh,xfce4-screenshooter
--dist lucid --script fixup.sh --serial ttyS2 --kernel-image
http://rcn-ee.net/deb/kernel/beagle/lucid/v2.6.32.7-l7.1/linux-image-2.6.32.7-l7.1_1.0lucid_armel.deb

This process failed with following lines in log file.

E: Broken packages
packagecount=1
^MReading package lists... 0%^M^MReading package lists...
100%^M^MReading package lists... Done^M
^MBuilding dependency tree... 0%^M^MBuilding dependency tree...
0%^M^MBuilding dependency tree... 50%^M^MBuilding dependency tree...
50%^M^MBuilding dependency tree... 63%^M^MBuilding dependency tree...
86%^M^MBuilding dependency tree... Done^M
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
build-essential: Depends: g++ (>= 4:4.3.1) but it is not going to be installed
Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed
gdm: Depends: libbonoboui2-0 (>= 2.15.1) but it is not going to be installed
Depends: libgnomecanvas2-0 (>= 2.11.1) but it is not going to be installed
Depends: libpanel-applet2-0 (>= 2.26.0) but it is not going to be installed
E: Broken packages
[ 575.685140] Kernel panic - not syncing: Attempted to kill init!
I: Killed ...

Seems to be your rootfs script failed to fetch(or May some issue in
the rep-server) the gdm dependencies.It may work if you removed gdm
from the rootfs script.

Fine. I will try with bare minimum seed.

sudo /home/dev/arm/tmp/project-rootstock/rootstock --fqdn deluxe
--login ubuntu --password 1 --imagesize 1G --notarball --seed
wget,nano,linux-firmware,wireless-tools,usbutils,vim --dist lucid
--serial ttyS2 --script fixup.sh --kernel-image
http://rcn-ee.net/deb/kernel/beagle/lucid/v2.6.32.9-l9.1/linux-image-2.6.32.9-l9.1_1.0lucid_armel.deb

Don’t know if this is relevant or not but I’ve tested ubuntu-lucid demoFS on BeagleBoard, But the same doesn’t work in QEMU.

My QEMU Script is :
qemu-system-arm -M versatilepb -cpu cortex-a8 -kernel ./vmlinuz-2.6.31-rc3versatile1-cortex-a8 -hda lucid-minimal.img -m 256 -append “root=/dev/sda mem=256M”

Last Line is mountall: cannot connect to Plymouth.

The kernel is from “http://people.canonical.org/~ogra/arm/qemu
I’ve tried the other kernel too. But it hangs at the same line.

Anybody anything??? Thanks in Advance.

Don't know if this is relevant or not but I've tested ubuntu-lucid demoFS on
BeagleBoard, But the same doesn't work in QEMU.

My QEMU Script is :
qemu-system-arm -M versatilepb -cpu cortex-a8 -kernel
./vmlinuz-2.6.31-rc3versatile1-cortex-a8 -hda lucid-minimal.img -m 256
-append "root=/dev/sda mem=256M"

Last Line is mountall: cannot connect to Plymouth.

The kernel is from "http://people.canonical.org/~ogra/arm/qemu"
I've tried the other kernel too. But it hangs at the same line.

Anybody anything??? Thanks in Advance.

Yet I havent tied to run the arm rootfs by using qemu for testing
because for me it's very easy to test it in beagleboard itself.But I
normaly do chroot to the rootfs for adding/installing extra
packages,through Internet since my beagle board is not supporting
USB-Ethernet converter.