All of lore.kernel.org
 help / color / mirror / Atom feed
* Force binary package install
@ 2022-06-07 18:59 Rudolf J Streif
  2022-06-07 19:44 ` [yocto] " Alexander Kanavin
  0 siblings, 1 reply; 12+ messages in thread
From: Rudolf J Streif @ 2022-06-07 18:59 UTC (permalink / raw)
  To: Yocto


[-- Attachment #1.1.1: Type: text/plain, Size: 2273 bytes --]

I have been handed a binary package that I am integrating into a Yocto 
build.

When dnf runs it complains about missing dependencies. These are 
standard libraries of course but the culprit is the incompatible 
version. The software runs fine when I install it on the target using 
the script/tar installation it comes with. Needless to say that YP 
packaging QA complains about this already when assembling the package. 
However, there I can silence the complaints with INSANE_SKIP.

Unfortunately I have not found a method doing the same when the package 
is installed by the image class.

Is there an elegant way around it?


Error:
  Problem: conflicting requests
   - nothing provides libdl.so.2 needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libdl.so.2(GLIBC_2.0) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libdl.so.2(GLIBC_2.1) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libgcc_s.so.1 needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libgcc_s.so.1(GCC_3.0) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libm.so.6 needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libm.so.6(GLIBC_2.0) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libm.so.6(GLIBC_2.1) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libpthread.so.0 needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libpthread.so.0(GLIBC_2.0) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libpthread.so.0(GLIBC_2.1) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libpthread.so.0(GLIBC_2.2) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides libpthread.so.0(GLIBC_2.3.2) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides librt.so.1 needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
   - nothing provides librt.so.1(GLIBC_2.2) needed by 
xxx-single-group-0.1-r0.cortexa53_crypto
(try to add '--skip-broken' to skip uninstallable packages)


-- 
Rudolf J Streif
CEO/CTO ibeeto
+1.855.442.3386 x700


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 1717 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

end of thread, other threads:[~2022-06-14  0:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 18:59 Force binary package install Rudolf J Streif
2022-06-07 19:44 ` [yocto] " Alexander Kanavin
2022-06-07 19:57   ` Rudolf J Streif
2022-06-07 22:12     ` Alexander Kanavin
2022-06-07 22:48       ` Rudolf J Streif
2022-06-07 23:36         ` Chuck Wolber
2022-06-08  1:17           ` Rudolf J Streif
2022-06-08 15:54             ` Richard Purdie
2022-06-13 20:08               ` Rudolf J Streif
2022-06-13 21:32                 ` Richard Purdie
2022-06-14  0:09                   ` Rudolf J Streif
2022-06-08  9:59         ` Alexander Kanavin

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.