With a little extra investigation, channel_commands.h is not part of vm_power_manager. So there is no packaging related defect, but still created this bug report as keeping record.
What happens is: - channel_commands.h is a private header in librte_power - vm_power_manager uses it by an inclusion in Makefile: CFLAGS += -O3 -I$(RTE_SDK)/lib/librte_power/ - So this is why there is no compilation error if library source is availble This needs to be solved in DPDK. Either vm_power_manager should stop using channel_commands.h, or channel_commands.h should be public. Thanks, ferruh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583150 Title: dpdk sample vm_power_manager compilation error because of missing file channel_commands.h To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1583150/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
