-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Availability of dpdk recipe in release version #25920
Comments
Keep an eye on #24817. |
Well, trying to use the dpdk recipe from https://github.com/valgur/conan-center-index. (Copied dpdk and libbpf folders from this fork to the forked from the mainline 'conan-center-index'. ERROR: There are invalid packages: As it says, my GCC version is 9, libc 2.31, kernel 5.x. Is this supported configuration? |
@vithalsm It's disabled due to build errors with the combination of Python 3.12 and GCC 9, as the warning says. Besides using a newer version of GCC, you can try adding the following to your profile to force an older version of cpython to be used:
or force it to use the system Python with:
|
Hi @valgur, thanks I could move past the previous error. However, cross compilation of dpdk recipe failing as it's failing to recognize 'cross compilation'. Both my build and target systems are x86 based, differs on libc, gcc etc. |
Error logs::: dpdk/24.07: Meson configure cmd: meson setup --native-file "/home/aos-dev/.conan2/p/b/dpdkf4fac56288cbc/b/build-relwithdebinfo/conan/conan_meson_native.ini" "/home/aos-dev/.conan2/p/b/dpdkf4fac56288cbc/b/build-relwithdebinfo" "/home/aos-dev/.conan2/p/b/dpdkf4fac56288cbc/b/src" --prefix=/ ../src/meson.build:4:0: ERROR: Executables created by c compiler /usr/x86-10.3-glibc-2.34/bin/x86_64-aruba_buildroot-linux-gnu-gcc are not runnable. |
@vithalsm I tested the recipe with cross-compilation to armv8 on Linux when writing it and that one worked fine for me. I'll take a look at it once I have some more time. |
What is your question?
Hi,
I tried to find released version of dpdk recipe in https://github.com/conan-io/conan-center-index/tree/master/recipes, but still not available.
Would like to know plan to merge the dpdk recipe to mainline.
Thanks.
The text was updated successfully, but these errors were encountered: