[poky] Error when building: Unable to find package locale-base-en-gb
Sean Cross
sean at chumby.com
Fri Apr 8 01:36:08 PDT 2011
Hi,
I'm trying to port Poky to the chumby-falconwing platform, but I'm having a problem in the very last step. I'm using poky-laverne-4.0. I'm running Ubuntu 10.04 LTE. For some reason, I get an error saying that it's unable to find the package locale-base-en-gb, even though it appears to exist. I've tried rebuilding eglibc, but the problem remains. Both the ipk and rpm are present in the deploy directory:
user at ubuntu:~/poky-laverne-4.0/build$ find tmp/deploy -name 'locale-base-en-gb*'
tmp/deploy/ipk/armv5te/locale-base-en-gb_2.12-r9_armv5te.ipk
tmp/deploy/rpm/armv5te/locale-base-en-gb-2.12-r9.armv5te.rpm
user at ubuntu:~/poky-laverne-4.0/build$
When I go to actually build poky-image-sato, I get the following output:
user at ubuntu:~/poky-laverne-4.0/build$ bitbake poky-image-sato
...
NOTE: Running task 5553 of 5556 (ID: 10, /home/user/poky-laverne-4.0/meta/recipes-sato/images/poky-image-sato.bb, do_rootfs)
NOTE: package poky-image-sato-1.0-r0: task do_rootfs: Started
ERROR: Task failed: ('function do_rootfs failed', '/home/user/poky-laverne-4.0/build/tmp/work/chumby-falconwing-poky-linux-gnueabi/poky-image-sato-1.0-r0/temp/log.do_rootfs.25117')
ERROR: Logfile of failure stored in: /home/user/poky-laverne-4.0/build/tmp/work/chumby-falconwing-poky-linux-gnueabi/poky-image-sato-1.0-r0/temp/log.do_rootfs.25117
Log data follows:
| + rm -rf /home/user/poky-laverne-4.0/build/tmp/work/chumby-falconwing-poky-linux-gnueabi/poky-image-sato-1.0-r0/rootfs
| + mkdir -p /home/user/poky-laverne-4.0/build/tmp/work/chumby-falconwing-poky-linux-gnueabi/poky-image-sato-1.0-r0/rootfs
| + mkdir -p /home/user/poky-laverne-4.0/build/tmp/deploy/images
| + '[' 0 '!=' 1 ']'
| + rootfs_rpm_do_rootfs
| + set +x
| Generating solve db for /home/user/poky-laverne-4.0/build/tmp/deploy/rpm/all...
| total: 1 0.000000 MB 0.122722 secs
| order: 1 0.000000 MB 0.053324 secs
| fingerprint: 52 0.003158 MB 0.008152 secs
| install: 38 0.000000 MB 0.030789 secs
| dbadd: 38 0.000000 MB 0.016166 secs
| dbget: 3348 0.036632 MB 0.001855 secs
| dbput: 1769 0.248988 MB 0.003098 secs
| readhdr: 381 0.432536 MB 0.001162 secs
| hdrload: 3781 5.984096 MB 0.013046 secs
| hdrget: 64607 0.000000 MB 0.020991 secs
| Generating solve db for /home/user/poky-laverne-4.0/build/tmp/deploy/rpm/chumby-falconwing...
| total: 1 0.000000 MB 0.814512 secs
| order: 1 0.000000 MB 0.168025 secs
| fingerprint: 690 0.010686 MB 0.050415 secs
| install: 393 0.000000 MB 0.305696 secs
| dbadd: 393 0.000000 MB 0.157316 secs
| dbget: 12651 1.576036 MB 0.012937 secs
| dbput: 7308 2.967748 MB 0.022940 secs
| readhdr: 3931 3.000744 MB 0.011413 secs
| hdrload: 387891 537.810976 MB 1.247059 secs
| hdrget: 7250284 0.000000 MB 1.376680 secs
| Processing locale-base-en-gb...
| Unable to find package locale-base-en-gb!
| ERROR: Task failed: ('function do_rootfs failed', '/home/user/poky-laverne-4.0/build/tmp/work/chumby-falconwing-poky-linux-gnueabi/poky-image-sato-1.0-r0/temp/log.do_rootfs.25117')
NOTE: package poky-image-sato-1.0-r0: task do_rootfs: Failed
ERROR: Task 10 (/home/user/poky-laverne-4.0/meta/recipes-sato/images/poky-image-sato.bb, do_rootfs) failed with 1
ERROR: '/home/user/poky-laverne-4.0/meta/recipes-sato/images/poky-image-sato.bb' failed
]user at ubuntu:~/poky-laverne-4.0/build$
How can I track down the cause of the problem?
Sean
More information about the poky
mailing list