Martin Jansa wrote:
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..

Thanks for the hint. The error for procps in the detailed log is below, and sadly I have no idea what to do about it.

commands run:

bitbake -c clean procps
bitbake procps

error log: tmp/work/armv4t-oe-linux-gnueabi/procps-3.2.8-r12.1/temp/log.do_compile.23195
...
arm-oe-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -mthumb-interwork -mthumb -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -I/home/tim/projects/openmoko/shr/shr-unstable/tmp/sysroots/armv4t-oe-linux-gnueabi/usr/include slabtop.o proc/libproc-3.2.8.so -Wl,-warn-common -L/home/tim/projects/openmoko/shr/shr-unstable/tmp/sysroots/armv4t-oe-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/tim/projects/openmoko/shr/shr-unstable/tmp/sysroots/armv4t-oe-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu -o slabtop -lncurses /home/tim/projects/openmoko/shr/shr-unstable/tmp/sysroots/x86_64-linux/usr/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.5.2/../../../../arm-oe-linux-gnueabi/bin/ld: cannot open linker script file /home/tim/projects/openmoko/shr/shr-unstable/tmp/sysroots/armv4t-oe-linux-gnueabi/usr/lib/libncurses.so.5: Too many open files
collect2: ld returned 1 exit status
make: *** [watch] Error 1
make: *** Waiting for unfinished jobs....
/home/tim/projects/openmoko/shr/shr-unstable/tmp/sysroots/x86_64-linux/usr/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.5.2/../../../../arm-oe-linux-gnueabi/bin/ld: cannot open linker script file /home/tim/projects/openmoko/shr/shr-unstable/tmp/sysroots/armv4t-oe-linux-gnueabi/usr/lib/libncurses.so.5: Too many open files
collect2: ld returned 1 exit status
make: *** [slabtop] Error 1
FATAL: oe_runmake failed
ERROR: Function do_compile failed
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to