It always fail compiling with libzbar
| /usr/lib/libjpeg.so: file not recognied: File format not recognized
| collect2: error: ld returned 1 exit status
| Makefile:1141: recipe for target 'zbar/libzbar.la' failed
| make[1]: *** [zbar/libzbar.la] Error 1
| make[1]: Leaving directory '/home/michel/actia-sdk/build/actia-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/zbar/0.10-r0/zbar-0.10'
| Makefile:820: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (log file is located at /home/michel/actia-sdk/build/actia-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/zbar/0.10-r0/temp/log.do_compile.17958)
ERROR: Task 4399 (/home/michel/actia-sdk/sources/meta-processor-sdk/recipes-ee/zbar/zbar_0.10.bb, do_compile) failed with exit code '1'
WARNING: php-5.6.18-r0.arago1 do_package: QA Issue: php: Files/directories were installed but not shipped in any package:
It complains that libjpeg is not present
As you can see both 32 bit and 64 bit versions are installed:
michel@michel ~ $ dir /usr/lib32/libj
libjpeg.so libjpeg.so.62.2.0 libjson-glib-1.0.so.0
libjpeg.so.62 libjson-glib-1.0.so libjson-glib-1.0.so.0.200.0
michel@michel ~ $ dir /usr/lib32/libjpeg.so
lrwxrwxrwx 1 root root 17 18 sep 03:42 /usr/lib32/libjpeg.so -> libjpeg.so.62.2.0
michel@michel ~ $ dir /usr/lib64/libjpeg.so
libjpeg.so libjpeg.so.62 libjpeg.so.62.2.0
michel@michel ~ $ dir /usr/lib64/libjpeg.so
lrwxrwxrwx 1 root root 17 18 sep 03:42 /usr/lib64/libjpeg.so -> libjpeg.so.62.2.0
michel@michel ~ $ dir /usr/lib
lrwxrwxrwx 1 root root 5 14 sep 21:19 /usr/lib -> lib64
I had no such strange issue with the July SDK
Michel