All of lore.kernel.org
 help / color / mirror / Atom feed
* ERROR: libreoffice-5.0.5.2-r0 do_package
@ 2017-03-23  8:36 ravikiran j
  2017-03-23 16:12 ` Rudolf J Streif
  0 siblings, 1 reply; 2+ messages in thread
From: ravikiran j @ 2017-03-23  8:36 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]

Hi Everybody,

I am trying to build the libreoffice packages, but i am getting following
errors.


*ERROR: libreoffice-5.0.5.2-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.5.2-r0 do_package: libreoffice language file
pattern not found:  /usr/lib/libreoffice/share/template/%{1}


*ERROR: libreoffice-5.0.5.2-r0 do_package: Fatal QA errors found, failing
task.ERROR: libreoffice-5.0.5.2-r0 do_package: Function failed:
do_packageERROR: Logfile of failure stored in:
/home/kamama-yocto/yocto/poky/build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/libreoffice/5.0.5.2-r0/temp/log.do_package.23588*
*ERROR: Task
(/home/kamama-yocto/yocto/poky/meta-packages/meta-office/recipes-libreoffice/libreoffice/libreoffice.bb:do_package)
failed with exit code '1'*
NOTE: Tasks Summary: Attempted 8443 tasks of which 8385 didn't need to be
rerun and 1 failed.

Summary: 1 task failed:

/home/kamama-yocto/yocto/poky/meta-packages/meta-office/recipes-libreoffice/libreoffice/libreoffice.bb:
do_package
Summary: There were 2 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.


what is the issue and how to solve this ?


Best Regards,
Ravikiran

[-- Attachment #2: Type: text/html, Size: 1540 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ERROR: libreoffice-5.0.5.2-r0 do_package
  2017-03-23  8:36 ERROR: libreoffice-5.0.5.2-r0 do_package ravikiran j
@ 2017-03-23 16:12 ` Rudolf J Streif
  0 siblings, 0 replies; 2+ messages in thread
From: Rudolf J Streif @ 2017-03-23 16:12 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2103 bytes --]

Ravikiran,

> 
> 
> *ERROR: libreoffice-5.0.5.2-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]*

This error message is produced by the packaging QA. It means that the 
libreoffice's build system (make files) has already stripped the debug symbols 
from the library.

There are two ways to fix this:

The better way: Examine the make files to see where the debug symbols are 
being stripped. Create a patch so that they are not stripped during the 
regular build process. This will allow YP/OE to create the debug package with 
binaries that include the debug symbols and the regular package with the 
binaries without the debug symbols.


The quick fix: Skip this QA check by adding

INSANE_SKIP_libreoffice += "already-stripped"

to the libreoffice recipe.


:rjs

> WARNING: libreoffice-5.0.5.2-r0 do_package: libreoffice language file
> pattern not found:  /usr/lib/libreoffice/share/template/%{1}
> 
> 
> *ERROR: libreoffice-5.0.5.2-r0 do_package: Fatal QA errors found, failing
> task.ERROR: libreoffice-5.0.5.2-r0 do_package: Function failed:
> do_packageERROR: Logfile of failure stored in:
> /home/kamama-yocto/yocto/poky/build/tmp/work/cortexa15hf-neon-poky-linux-gnu
> eabi/libreoffice/5.0.5.2-r0/temp/log.do_package.23588* *ERROR: Task
> (/home/kamama-yocto/yocto/poky/meta-packages/meta-office/recipes-libreoffice
> /libreoffice/libreoffice.bb:do_package) failed with exit code '1'*
> NOTE: Tasks Summary: Attempted 8443 tasks of which 8385 didn't need to be
> rerun and 1 failed.
> 
> Summary: 1 task failed:
> 
> /home/kamama-yocto/yocto/poky/meta-packages/meta-office/recipes-libreoffice/
> libreoffice/libreoffice.bb: do_package
> Summary: There were 2 WARNING messages shown.
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
> 
> 
> what is the issue and how to solve this ?
> 
> 
> Best Regards,
> Ravikiran


-- 
Rudolf J Streif

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-23 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23  8:36 ERROR: libreoffice-5.0.5.2-r0 do_package ravikiran j
2017-03-23 16:12 ` Rudolf J Streif

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.