[dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency

Stephen Hemminger stephen at networkplumber.org
Sat Jul 13 01:23:19 CEST 2019


On Fri, 12 Jul 2019 10:06:51 +0100
David Hunt <david.hunt at intel.com> wrote:

> Samples apps that depend on the power library should not build if
> the power library is not present. So now the following apps will
> check to see if it's built, else skip building.
> * l3fwd-pwer
> * vm_power_manager
> * guest_cli
> 
> Fixes: e0130788576f ("examples/power: support meson/ninja build")
> Fixes: 89f0711f9ddf ("examples: build some samples with meson")
> Signed-off-by: David Hunt <david.hunt at intel.com>

Still seeing failures in build today.

My patches (not related) today failed intel-compilation...

*Meson Build Failed #1:
OS: FreeBSD12-64
Target:build-gcc-static
Has header "linux/virtio_scsi.h" : NO
Message: Skipping example "vhost_scsi"
Library virt found: YES
Dependency jansson found: YES (cached)

examples/meson.build:88:4: ERROR: Problem encountered: Missing dependency "power" for example "vm_power_manager"

A full log can be found at /tmp/FreeBSD12-64_K19.02_GCC7.3.0/x86_64-native-bsdapp-gcc/f76f15ed805042438074e510f781c48d/dpdk/build-gcc-static/meson-logs/meson-log.txt
ninja -C build-gcc-static
ninja: Entering directory `build-gcc-static'
ninja: error: loading 'build.ninja': No such file or directory
--
Has header "linux/virtio_scsi.h" : NO
Message: Skipping example "vhost_scsi"
Library virt found: YES
Dependency jansson found: YES (cached)

examples/meson.build:88:4: ERROR: Problem encountered: Missing dependency "power" for example "vm_power_manager"

A full log can be found at /tmp/FreeBSD12-64_K19.02_GCC7.3.0/x86_64-native-bsdapp-gcc/f76f15ed805042438074e510f781c48d/dpdk/build-gcc-shared/meson-logs/meson-log.txt
ninja -C build-gcc-shared
ninja: Entering directory `build-gcc-shared'
ninja: error: loading 'build.ninja': No such file or directory


More information about the dev mailing list