2023. 06. 12. 10:20 keltezéssel, Saini, Naveen Kumar írta:
Could you share, what is the error and how to reproduce ?

Try to run ldd on every library in intel-oneapi-compiler
and you'll see entries with "not found" for libffi.so.7.
Yocto 4.2 Mickledore and current master ships libffi.so.8.

If those libraries are not needed by intel-oneapi-compiler,
then why ship them at all in the package?

If they are needed then they are unusable without the
missing library dependency.


Regards,
Naveen

-----Original Message-----
From: [email protected] <[email protected]>
On Behalf Of Zoltan Boszormenyi
Sent: Friday, June 9, 2023 6:00 PM
To: [email protected]
Cc: Zoltán Böszörményi <[email protected]>
Subject: [meta-intel] [PATCH 2/4] intel-oneapi-compiler: Add runtime
dependency for libffi33

Signed-off-by: Zoltán Böszörményi <[email protected]>
---
  .../compiler/intel-oneapi-compiler_2023.0.0-25370.bb            | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-
oneapi/compiler/intel-oneapi-compiler_2023.0.0-25370.bb b/dynamic-
layers/openembedded-layer/recipes-oneapi/compiler/intel-oneapi-
compiler_2023.0.0-25370.bb
index 042779ba..bdbece48 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/compiler/intel-
oneapi-compiler_2023.0.0-25370.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/compiler/intel-
oneapi-compiler_2023.0.0-25370.bb
@@ -48,7 +48,7 @@ ALTERNATIVE_PRIORITY[Intel_FPGA_SSG_Emulator.icd]
= "328736233"
  INHIBIT_PACKAGE_STRIP = "1"
  INHIBIT_PACKAGE_DEBUG_SPLIT  = "1"

-RDEPENDS:${PN} += "perl elfutils virtual/opencl-icd level-zero-loader zlib tbb
libelf setup-intel-oneapi-env"
+RDEPENDS:${PN} += "perl elfutils libffi33 virtual/opencl-icd level-zero-loader
zlib tbb libelf setup-intel-oneapi-env"
  INSANE_SKIP:${PN} += "textrel dev-so file-rdeps staticdev"

  # The libomptarget.rtl.x86_64.so library is not supported on Yocto 3.1+ due
to using obsolete libffi.so.6
--
2.40.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7999): 
https://lists.yoctoproject.org/g/meta-intel/message/7999
Mute This Topic: https://lists.yoctoproject.org/mt/99425260/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to