Jianshen Liu

Results 47 comments of Jianshen Liu

I have the same issue after updating to 4.4.0. I used the docker image on an arm64 machine.

Thanks. I solved this problem by installing some modules. Now the `make` process didn't complain any undefined WARNINGs. However, when I run `sudo modprobe -v 8723bu`, it gives `Exec format...

@inklit My solution was that I got the source tree of the running system and use `cat /proc/config.gz | gunzip > .config` to obtain a "correct" configuration file for the...

I can test it sometime this weekend.

If the machine has system-installed dpdk, I can see the following error during cmake: ``` -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'libdpdk' -- Found libdpdk,...

Additionally, do we want to leave this problem to users? ![image](https://user-images.githubusercontent.com/468515/183570765-b4876442-68d7-4872-80b9-fa15dde3dfc2.png) from: https://doc.dpdk.org/guides/linux_gsg/sys_reqs.html#compilation-of-the-dpdk

> There is neither a FindModule from CMake nor official CMake config from upstream. It is not vcpkg's responsibility to introduce and maintain either. That's why the initial post explicitly...

I have no problems with this PR. For the pkg-config version problem, I can check it in my own problem. Thanks @dg0yt.

Hopeful I can see it gets merged soon. Thanks for the work.

What are we waiting for with this?