I would like to integrate libreoffice on my tx6s-8035 KARO Board using yocto. I use Ka-ro NXP/Freescale Yocto Project Community BSP recipe layers for yocto distro krogoth. I add too the meta-office layer from open-embedded. I have been facing many issues about packages and libraries dependency to build the libreoffice package. The do_compile task work well but the do_package task fails with the following error:
ERROR: libreoffice-5.0.6.3-r0 do_package: QA Issue: File '/usr/lib/libreoffice/share/extensions/mysql-connector- ooo/libmysqlclient_r.so' from libreoffice was already stripped, this will prevent future debugging! [already-stripped] WARNING: libreoffice-5.0.6.3-r0 do_package: libreoffice language file pattern not found: /usr/lib/libreoffice/share/template/%{1} ERROR: libreoffice-5.0.6.3-r0 do_package: Fatal QA errors found, failing task. ERROR: libreoffice-5.0.6.3-r0 do_package: Function failed: do_package ERROR: Logfile of failure stored in: /home/sconte/fsl-community- bsp/build_8135_cim/tmp/work/cortexa9hf-neon-poky-linux- gnueabi/libreoffice/5.0.6.3-r0/temp/log.do_package.8211 ERROR: Task 11 (/home/sconte/fsl-community-bsp/sources/meta-office/recipes- libreoffice/libreoffice/libreoffice.bb, do_package) failed with exit code '1'
Here is the log.do_package file output: log.do_package
I view in this file that there is runstrip function which is executed on the same library it cound not find. What does runstrip means? How can i work around this issue?
Hello Souleymane Conte,
I see that there is a suggested workaround on an external forum. I’d like to add a link here just for reference in case another community user stumbles upon a similar error:
https://stackoverflow.com/questions/49670136/yocto-error-building-libreoffice-package-fails-in-do-package-task
Regards,