From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by dpdk.org (Postfix) with ESMTP id A35B41B3EE for ; Mon, 3 Dec 2018 13:44:55 +0100 (CET) Received: by mail-wr1-f51.google.com with SMTP id r10so11990633wrs.10 for ; Mon, 03 Dec 2018 04:44:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=rs3who0YKvKvj19cDwGvzKykvd3m4rNHkcfcbLwo80s=; b=iFnQAxn9ownPasJ+fKp/jTXac+4LBuz++wImZd2TatvX+Hbg9Dc1txaD1Dm7bWT92F C8+g81EvhiZjp2yUnpqjMWu4efJuC76AASy5tdT0kej33vDA9qSdd3hWmWLCmjbI/x9M fZP0UiHVbKTXJq3NLSJjzZUctAtvJ9EaOTDMRIjz65VJXes7fo22Lxp6sH3yBpNE33r+ D3hVwc3FEwoO/+ZSSifiJDJKQ8Lr1uN5bL+y+6krz605rQH1lBMHVZOUaG9th+e2Jf1/ TwVuc6FPOw+VAiy3czxQpZQG/vN9nRGhU8PZjbdFZYE1Ge93qomeDGG7j5v5egPzO7/L hoaQ== X-Gm-Message-State: AA+aEWYse3rdym+SZYbfKk5BXMyWXIghLaspWnctqxkcSB2jDa2qtDTi IvLe3t/NknYXLfObNhRlQL8= X-Google-Smtp-Source: AFSGD/XFBJpf4pTC+JhRVCIQZNtS4Dbow41PpC7ueoUIP9vs/ttPI29sOIiF3/jfHiFb1TGRxQ8UOg== X-Received: by 2002:adf:d089:: with SMTP id y9mr14173474wrh.22.1543841095202; Mon, 03 Dec 2018 04:44:55 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id 6-v6sm6207629wmd.45.2018.12.03.04.44.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 03 Dec 2018 04:44:54 -0800 (PST) Message-ID: <1543841093.5087.56.camel@debian.org> From: Luca Boccassi To: David Marchand Cc: bruce.richardson@intel.com, dev@dpdk.org Date: Mon, 03 Dec 2018 12:44:53 +0000 In-Reply-To: References: <1543500472.5087.34.camel@debian.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 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:44:55 -0000 On Thu, 2018-11-29 at 15:13 +0100, David Marchand wrote: > On Thu, Nov 29, 2018 at 3:08 PM Luca Boccassi > wrote: >=20 > >=20 > > 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: > >=20 >=20 > Well, this was my first impression when I saw Requires.private but I > am not > familiar with .pc files. >=20 >=20 > >=20 > > $ PKG_CONFIG_PATH=3D/tmp pkg-config --cflags libdpdk > > -include rte_config.h -march=3Dcorei7 > > -I/usr/include/dpdk/../x86_64-linux-gnu/dpdk -I/usr/include/dpdk > >=20 > > Maybe a newer pkg-config version got smarter? Regardless we should > > look > > into it > >=20 >=20 > 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 --=20 Kind regards, Luca Boccassi