From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id DEF716904 for ; Wed, 13 Feb 2019 14:45:15 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id v16so2519458wrn.11 for ; Wed, 13 Feb 2019 05:45:15 -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=QBsiAXXh1/JtP6dICIAzOcgcLAlhbOTq2bEWH96s5cU=; b=G3ub00CLVod2/x+d8ObjDtL7AT77Wbb2LQAaX9MOzeIJuKCYPQq7GHXZQfMopaSIlT wSSYjys9TP6nfj+n6lMmIakGIGYl9tTrZvGeK1+STmcVsIOy8xak/UYsal3HjSIq4GFW i8LQN7J8XxfCNlr4l9m+ZUqImvu7QUpGQDk2z2ABbVSFhpM3L3oRR7XVqedDHQr4UfqE fJhUBWd0BpRbs56yZ/JmdL6aV5yAahgHiuuN4UbWkVHjJjvrtONQ802ScEHER4fLrz3i r1TpsWOJjPjSk6LGxd9w2tp1lcur+elEPEufBSTu0d84ytauWJZsRJ16sOjjvlxwXbrB n6sw== X-Gm-Message-State: AHQUAuaBJr9VTYAyeGqc3zinnXNiBmZ3Shbe/Z/JW30xx+qk3H120Fay YTaKHnTz1KVO9f7STGpVBxo= X-Google-Smtp-Source: AHgI3IaVI+5HiOpNgmKhaMfiNmBoiefDLtt5z5zeA/heHTIKXR3DEsWg4CbUrGW3psmz17GHgyt78Q== X-Received: by 2002:adf:ecc8:: with SMTP id s8mr480376wro.208.1550065515326; Wed, 13 Feb 2019 05:45:15 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:c934:57a:5587:ac0c]) by smtp.gmail.com with ESMTPSA id q9sm5458432wmc.10.2019.02.13.05.45.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 13 Feb 2019 05:45:14 -0800 (PST) Message-ID: <1550065513.4818.18.camel@debian.org> From: Luca Boccassi To: Thomas Monjalon Cc: Bruce Richardson , dev@dpdk.org Date: Wed, 13 Feb 2019 13:45:13 +0000 In-Reply-To: <2619121.HSPYQmsorr@xps> References: <20190103175725.5836-1-bluca@debian.org> <3052011.MRUk6sNC2W@xps> <1550054983.4818.3.camel@debian.org> <2619121.HSPYQmsorr@xps> 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] [PATCH v6 2/5] build: use dependency() instead of find_library() 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: Wed, 13 Feb 2019 13:45:16 -0000 On Wed, 2019-02-13 at 12:10 +0100, Thomas Monjalon wrote: > 13/02/2019 11:49, Luca Boccassi: > > On Tue, 2019-02-12 at 17:21 +0100, Thomas Monjalon wrote: > > > Luca, please could you test cross-compilation? > >=20 > > Hi, > >=20 > > I would, except downloading the toolchain from Linaro fails with > > 403 > > forbidden... > >=20 > > https://releases.linaro.org/components/toolchain/binaries/latest/aa > > rch64-linux-gnu/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux- > > gnu.tar.xz > >=20 > > I'll try with Debian's cross compiler >=20 > You can also test this one: https://toolchains.bootlin.com/ That one works - the pcap-config issue can be patched over by setting pcap-config =3D '' in the cross-build config files in config/arm/ - but the dependency finder needs to fallback to find_library. This series has seen enough revisions already and it's not a critical path, so I'll do it separately another time. --=20 Kind regards, Luca Boccassi