From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C50E5A0547 for ; Wed, 27 Oct 2021 13:16:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6CF44111F; Wed, 27 Oct 2021 13:16:37 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 682714068C for ; Wed, 27 Oct 2021 13:16:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635333395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RE5PvF/14iWiSART11r8WxF13nkMkzv/uxdf3dJ0hQA=; b=RULAnnkpLGyNOD2/3yJjoRh/+MPBT1YJqEPbaolBhroQwv6jM0FZf99xej7cha2Icv1eAj +4FN0vW0p1IDHYnYLGou48hEaq5QshKi+K/u0vss8cJtVjB2Hor2A7pQHkmPX7KOMib8q9 MAm9C1h4XGNMZmo67Zo+Tc3GaGLXQXg= Received: from mail-lj1-f198.google.com (mail-lj1-f198.google.com [209.85.208.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-170-gIUZxmrHMa6PylgbUFip9w-1; Wed, 27 Oct 2021 07:16:29 -0400 X-MC-Unique: gIUZxmrHMa6PylgbUFip9w-1 Received: by mail-lj1-f198.google.com with SMTP id f6-20020a2e9e86000000b00211349f9ce3so443128ljk.3 for ; Wed, 27 Oct 2021 04:16:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RE5PvF/14iWiSART11r8WxF13nkMkzv/uxdf3dJ0hQA=; b=1vB9tvXhVRvX8Vkb883JCWN6bnhO/11x3uUVQ7h/oDAyjC9h7Q6Wsqfgef+eKhQDM4 FP6g41etVfNLEDDXLnHhxpPA0EyiKYK01TJKXg9BIOpzAInII3cymvKNPvSZti6qOMOi 13nt41+RYjdNtESGijbxzWiGTbks0tUvIcAguM4Qvvda6JRty7pR2tyW7PB8vpVAF2qn ngHUDNxtG3iscA4A20jWKr8pQSxMjZqBWOMOKL/WSKzv5HfHdySXwlKoHa8Nufri9hm8 FlknbXh4CqTSUF4qILBO6I5IB/g3UwIIcgVAs2t87zDEZiYxm7jDtyEfwj+UmDsfzZmu IxeA== X-Gm-Message-State: AOAM531i8K++3fWsmOEBeA+kyTfPStPzwUX7OCPBaLehdtqwcAYANBZx ZOkraT7MdtouIyGTfr0qAeKBPqjaWItR1oyMRu/lXf3CYM30lUl0dNoZIAjT+cB5UiOeSGejq+O xivQmBiC/a7LJJUnihQNnoA== X-Received: by 2002:a2e:901:: with SMTP id 1mr5297206ljj.333.1635333387884; Wed, 27 Oct 2021 04:16:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwj2tfvYAZ+v6NrGWgHD1910b3CbPdtxMycn3vWgN2sWA9V4nRA6c6OIMwAwu0Eo3I38dvarveJ5QzIX/fNPpo= X-Received: by 2002:a2e:901:: with SMTP id 1mr5297183ljj.333.1635333387631; Wed, 27 Oct 2021 04:16:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Wed, 27 Oct 2021 13:16:16 +0200 Message-ID: Subject: Re: DPDK 21.08 build failure with meson 0.60.0 To: Nigel Kukard Cc: "users@dpdk.org" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Hello, On Tue, Oct 26, 2021 at 7:32 AM Nigel Kukard wrote: > > I'm wondering if anyone can help me figure out why this is happening? it looks like it was when meson was upgraded to 0.60.0. We are aware of the issue. There were reports from other users and a bz has been created: https://bugs.dpdk.org/show_bug.cgi?id=836 A change is being worked on, to handle this change in meson. https://patchwork.dpdk.org/project/dpdk/patch/20211026193239.113745-1-dmitry.kozliuk@gmail.com/ -- David Marchand