On Mon, Dec 14, 2020 at 12:02 AM Vijay Rakesh Munganda <[email protected]> wrote: > > Hi Khem raj, > > Regarding zbar, I found the video option was disabled in the .bb file, so I > had changed it to --enable-video and ran the build, but the build failed at > do_install. Do I Need to make change anything else? > > Log: > | /home/bl-docker/rity/bsp/tmp/hosttools/mkdir -p > '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/bin' > | ./aarch64-poky-linux-libtool --mode=install > /home/bl-docker/rity/bsp/tmp/hosttools/install -c zbarcam/zbarcam > '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/bin' > | /home/bl-docker/rity/bsp/tmp/hosttools/install -c -m 644 > ../git/doc/man/zbarcam.1 > '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/share/man/man1' > | /home/bl-docker/rity/bsp/tmp/hosttools/install: cannot stat > '../git/doc/man/zbarcam.1': No such file or directory > | Makefile:2386: recipe for target 'install-man1' failed > | make[3]: *** [install-man1] Error 1 > | make[3]: *** Waiting for unfinished jobs.... > | aarch64-poky-linux-libtool: warning: 'zbar/libzbar.la' has not been > installed in '/usr/lib' > | aarch64-poky-linux-libtool: install: > /home/bl-docker/rity/bsp/tmp/hosttools/install -c zbarcam/.libs/zbarcam > /home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/bin/zbarcam > | make[3]: Leaving directory > '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/build' > | Makefile:2850: recipe for target 'install-am' failed > | make[2]: *** [install-am] Error 2 > | make[2]: Leaving directory > '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/build' > | Makefile:2541: recipe for target 'install-recursive' failed > | make[1]: *** [install-recursive] Error 1 > | make[1]: Leaving directory > '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/build' > | Makefile:2844: recipe for target 'install' failed > | make: *** [install] Error 2 > | WARNING: > /home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/temp/run.do_install.15449:1 > exit 1 from 'exit 1' >
you might want to check if there is a way to disable building/installing manpages, most of the times you don't need them on embedded targets. > Thanks & Regards, > Vijay Rakesh. > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51748): https://lists.yoctoproject.org/g/yocto/message/51748 Mute This Topic: https://lists.yoctoproject.org/mt/78876220/21656 Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto Mute #linux:https://lists.yoctoproject.org/g/yocto/mutehashtag/linux Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
