bitbake blues

I’m try to get QT installed via bitbake. I’m following the instructions at [1] with a slight variation:

$ git clone git://git.angstrom-distribution.org/setup-scripts oe
$ cd oe
$ MACHINE=beagleboard ./oebb.sh config beagleboard
$ MACHINE=beagleboard ./oebb.sh update
$ . ~/.oe/environment-2008
$ bitbake wpa-gui

After about 6 minutes this ends in the error:

NOTE: Running task 26 of 4564 (ID: 37, /home/yoder/BeagleBoard/oe/sources/openembedded/recipes/quilt/quilt-native_0.48.bb, do_package_write_ipk)
ERROR: Logfile of failure stored in: /dev/null
Log data follows:
NOTE: package quilt-native-0.48-r7.1: task sysroot_stage_all: Failed
ERROR: Function ‘sysroot_stage_all’ failed (see /dev/null for further information)
ERROR: Task 23 (/home/yoder/BeagleBoard/oe/sources/openembedded/recipes/quilt/quilt-native_0.48.bb, do_populate_sysroot) failed with exit code ‘1’
Waiting for 1 active tasks to finish:
0: quilt-native-0.48-r7.1 do_package_write_ipk (pid 30971)
NOTE: package quilt-native-0.48-r7.1: task do_package_write_ipk: Started
NOTE: package quilt-native-0.48-r7.1: task do_package_write_ipk: Succeeded
ERROR: ‘/home/yoder/BeagleBoard/oe/sources/openembedded/recipes/quilt/quilt-native_0.48.bb’ failed

The whole output is here [2]. I’m running Ubuntu 10.4. The oe directory was initially empty. I even removed the ~/.oe/environment from a previous install.

Anyone have suggestions on what to do next?

–Mark

[1] http://www.angstrom-distribution.org/building-angstrom
[2] http://pastebin.com/P0s8QNur

I'm try to get QT installed via bitbake. I'm following the instructions at
[1] with a slight variation:
$ git clone git://git.angstrom-distribution.org/setup-scripts oe
$ cd oe
$ MACHINE=beagleboard ./oebb.sh config beagleboard
$ MACHINE=beagleboard ./oebb.sh update
$ . ~/.oe/environment-2008
$ bitbake wpa-gui
After about 6 minutes this ends in the error:
NOTE: Running task 26 of 4564 (ID: 37,
/home/yoder/BeagleBoard/oe/sources/openembedded/recipes/quilt/quilt-native_0.48.bb,
do_package_write_ipk)
ERROR: Logfile of failure stored in: /dev/null
Log data follows:
NOTE: package quilt-native-0.48-r7.1: task sysroot_stage_all: Failed
ERROR: Function 'sysroot_stage_all' failed (see /dev/null for further
information)
ERROR: Task 23
(/home/yoder/BeagleBoard/oe/sources/openembedded/recipes/quilt/quilt-native_0.48.bb,
do_populate_sysroot) failed with exit code '1'
Waiting for 1 active tasks to finish:
0: quilt-native-0.48-r7.1 do_package_write_ipk (pid 30971)
NOTE: package quilt-native-0.48-r7.1: task do_package_write_ipk: Started
NOTE: package quilt-native-0.48-r7.1: task do_package_write_ipk: Succeeded
ERROR:
'/home/yoder/BeagleBoard/oe/sources/openembedded/recipes/quilt/quilt-native_0.48.bb'
failed
The whole output is here [2]. I'm running Ubuntu 10.4. The oe directory
was initially empty. I even removed the ~/.oe/environment from a previous
install.
Anyone have suggestions on what to do next?

Did you delete the temp directory and try again? Given that you'd
done another build before this setup, I'm wondering if there is a
chance you have some stale bits in the picture.