From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 2C56B1B45F for ; Mon, 3 Dec 2018 13:50:59 +0100 (CET) Received: by mail-vs1-f66.google.com with SMTP id x1so7370115vsc.10 for ; Mon, 03 Dec 2018 04:50:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dHYhT3vQg1NQeAqVpCY6xhJhmvp5dQOEmodzdADT204=; b=VsvEL/my1jF4kIZ67St4yv92C9Iiwf9Dn8jOnKjBtmMfuRl0f/usI4kCyxDDO9enUq MNE8Zx8UpGUl82TQCwN1+recT26etcjbsVVyMVqLST/lwx+TAexzTqq8sv4S0RMhjzYJ ZEriKMIzSdk6oyRSMT2QSB/K+x/2lsANYjNS8BwnOyPJokfKJP1+0i86H25BZglEvHuM hMh5/IE6ZNmc6hyEKle5/HkQGJQi24vKQFVmQZk6YvJw3nC/Y/ul2t2++zbCPIOPq8S8 8AP5jTqgdLtd2nnqGweAq/SZ0OV+ytmJ1K9tuj45KSHIsx2CCyEyPQ5bnokUTIdoR+qL eOmg== X-Gm-Message-State: AA+aEWaUqBS5qaL+hvB4/JwD9+QEpxlFukktQzxovPh9t9B7Wl/f+Ryg 4gyGMG+3dyWD9by6HnT3D/iYacLZkdRUkuPUAcysWA== X-Google-Smtp-Source: AFSGD/WTSosgQHSyPhVbF8Q8Kmq3pgs9jOAaP+fqjpav48MV2tIYbAEPVecS1I0zI7l9OffIiMqzTf/uRIcOSiBjPWc= X-Received: by 2002:a67:f085:: with SMTP id i5mr6746823vsl.198.1543841458670; Mon, 03 Dec 2018 04:50:58 -0800 (PST) MIME-Version: 1.0 References: <1543500472.5087.34.camel@debian.org> <1543841093.5087.56.camel@debian.org> In-Reply-To: <1543841093.5087.56.camel@debian.org> From: David Marchand Date: Mon, 3 Dec 2018 13:50:45 +0100 Message-ID: To: bluca@debian.org Cc: bruce.richardson@intel.com, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] pkg-config file generated with meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 12:50:59 -0000 On Mon, Dec 3, 2018 at 1:45 PM Luca Boccassi wrote: > On Thu, 2018-11-29 at 15:13 +0100, David Marchand wrote: > > On Thu, Nov 29, 2018 at 3:08 PM Luca Boccassi > > wrote: > > > > > > > > It's true that there is "libdpdk" in the Requires.private section, > > > and > > > probably shouldn't - but at least on Debian stable with pkg-config > > > 0.29 > > > it works fine despite that: > > > > > > > Well, this was my first impression when I saw Requires.private but I > > am not > > familiar with .pc files. > > > > > > > > > > $ PKG_CONFIG_PATH=/tmp pkg-config --cflags libdpdk > > > -include rte_config.h -march=corei7 > > > -I/usr/include/dpdk/../x86_64-linux-gnu/dpdk -I/usr/include/dpdk > > > > > > Maybe a newer pkg-config version got smarter? Regardless we should > > > look > > > into it > > > > > > > Mine is older, from rhel7: > > $ pkg-config --version > > 0.27.1 > > I think I found the issue, it looks like a Meson problem, reported > upstream: > > https://github.com/mesonbuild/meson/issues/4583 Thanks Luca. -- David Marchand