Skip to content

Meson deprecation warning in pyodide-build: pkgconfig entry is deprecated and should be replaced by pkg-config #4540

@agriyakhetarpal

Description

@agriyakhetarpal

🐛 Bug

While trying to build and test the PyWavelets package in CI, I'm currently experiencing this Deprecation warning from the Meson build system: https://github.com/agriyakhetarpal/pywt/actions/runs/8003758318/job/21859733890#step:7:21

To reproduce

It is difficult to produce a very minimal MWE, but the workflow file for the above run is available. This seems to be coming from here:

# compiler paths are omitted intentionally so we can override the compiler using environment variables
[binaries]
exe_wrapper = 'node'
pkgconfig = 'pkg-config'

Expected behavior

Should be pkg-config = 'pkg-config', instead of the current pkgconfig = 'pkg-config'

Environment

  • pyodide-build version: 0.25.0
  • meson-python version: 0.15.0
  • Browser version: N/A

Additional context

I can try to fix this in a small PR, would appreciate pointers on how to verify if the change actually removes the warning or if I'm looking at the wrong place!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions