Skip to content

Auth: meson warning while configuring #16732

@pieterlexis

Description

@pieterlexis

Short description

When configuring the autoritative server with meson (invocation below), meson shows a warning:

meson.build:1170: WARNING: Project targets '>= 1.2.1' but uses feature deprecated since '0.56.0': meson.build_root. use meson.project_build_root() or meson.global_build_root() instead.

This warning does not lead to any compilation issues.

Environment

  • Operating system: Arch Linux
  • Software version: master at 74324e7
  • Software source: git
  • Meson version: 1.10.0

Steps to reproduce

meson setup --buildtype debugoptimized -Dsigners-libsodium=enabled -Dsigners-libcrypto=enabled -Ddns-over-tls=enabled -Dunit-tests=true -Dunit-tests-backends=true -Dtools=true -Dtools-ixfrdist=true -Dmodule-bind=static -Dmodule-pipe=static -Dmodule-gmysql=static -Dmodule-godbc=static -Dmodule-gpgsql=static -Dmodule-gsqlite3=static -Dmodule-ldap=static -Dmodule-remote=static -Dmodule-tinydns=static -Dmodule-geoip=static -Dmodule-lmdb=static -Dmodule-lua2=static build

Expected behaviour

No warning

Actual behaviour

I saw the above warning

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions