On Mon, Sep 20, 2010 at 05:41:50PM +0100, Tim Abell wrote: > Hi all, > > I'm still struggling to get shr-u built and running locally. > > I'm trying to build a fresh image to flash. This is what I've done, and > the errors I get: > > make update-shr-unstable > cd shr-unstable/ > bitbake -k shr-lite-image > ... > ERROR: > '/home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/alsa/alsa-utils_1.0.20.bb' > > failed > ERROR: > '/home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/procps/procps_3.2.8.bb' > > failed > NOTE: package > fsodeviced-2_0.9.4+gitr2+2f8221fea7c667d2ee46ff6b8dace2d53b8860cc-r2.15: > task do_rm_work: Succeeded > ERROR: > '/home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/alsa/alsa-utils_1.0.20.bb' > > failed > ERROR: > '/home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/procps/procps_3.2.8.bb' > > failed > ERROR: > '/home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/alsa/alsa-utils_1.0.20.bb' > > failed > ERROR: > '/home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/procps/procps_3.2.8.bb' > > failed > > Is there a current problem with shr-u or is it just me? > > What should I do next?
bitbake -c clean -b /home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/procps/procps_3.2.8.bb bitbake -c clean -b /home/tim/projects/openmoko/shr/shr-unstable/openembedded/recipes/alsa/alsa-utils_1.0.20.bb bitbake -k shr-lite-image and then carefully read exact error while building procps and alsa-utils, it will probably mention compile log (something like log.do_compile.xxxxx). If you read it carefully you will maybe fix the error yourself or at least report your problem with at least some needed information to debug your issue.. -- Martin 'JaMa' Jansa jabber: [email protected] _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
