Created
May 25, 2012 20:14
-
-
Save liftoff/2790325 to your computer and use it in GitHub Desktop.
No recipes?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Executing: MACHINE=beagleboard bitbake cloud9-image | |
WARNING: /storage/beagleboard/setup-scripts/sources/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb: it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd | ETA: 00:01:40 | |
NOTE: angstrom DOES NOT support libiconv because the eglibc provided iconv library is used############################################################################################### | ETA: 00:00:47 | |
NOTE: angstrom DOES NOT support libiconv because the eglibc provided iconv library is used | |
WARNING: /storage/beagleboard/setup-scripts/sources/openembedded-core/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb: it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd###### | ETA: 00:00:32 | |
WARNING: /storage/beagleboard/setup-scripts/sources/meta-raspberrypi/recipes-core/systemd/rpi-zram-service.bb: it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd#################################### | ETA: 00:00:04 | |
Parsing recipes: 100% |######################################################################################################################################################################################################| Time: 00:05:11 | |
Parsing of 2357 .bb files complete (0 cached, 2357 parsed). 2854 targets, 99 skipped, 0 masked, 0 errors. | |
ERROR: No recipes available for: | |
/storage/beagleboard/setup-scripts/sources/meta-openembedded/meta-oe/recipes-connectivity/openssh/openssh_5.9p1.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-angstrom/recipes-devtools/python/python_2.7.2.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-smartphone/meta-openmoko/recipes-graphics/drm/libdrm_2.4.31.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-openembedded/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-angstrom/recipes-connectivity/openssl/openssl_1.0.0h.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-kde/recipes-misc-support/qt4-x11-free_4.8.0.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | |
/storage/beagleboard/setup-scripts/sources/meta-kde/recipes-misc-support/qt4-native_4.8.0.bbappend | |
ERROR: Command execution failed: Exited with 1 | |
Summary: There were 3 WARNING messages shown. | |
Summary: There were 2 ERROR messages shown, returning a non-zero exit code. | |
riskable@portarisk:/storage/beagleboard/setup-scripts/sources $ find -name *qt4-embedded* | |
./openembedded-core/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb | |
./openembedded-core/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb | |
./openembedded-core/meta/recipes-qt/qt4/qt4-embedded.inc | |
./meta-openembedded/meta-oe/recipes-qt/qt4/qt4-embedded_4.7.4.bbappend | |
./meta-openembedded/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently having the same problem. Did you fix it? I have a couple of others in meta-openembedded/meta-oe. One of them happened to be lighttp_1.4.30.bbappend.
I found this http://patches.openembedded.org/patch/31297/ so I patched it and that missing recipe went away. The source of the error must be in a missing .bb with a name matching the .bbappend
Most of these are probably in openembedded-core/meta/. I checked and out I had no lighttpd_1.4.30.bb in oe-core meta, but there was in fact a lighttpd_1.4.31.bb
I supposed the solution is either remove them or find what they should be appending instead. I'd love to hear if you can work around this.