From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8EA9A04DD; Tue, 20 Oct 2020 19:45:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EB7BAA00; Tue, 20 Oct 2020 19:45:55 +0200 (CEST) Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by dpdk.org (Postfix) with ESMTP id 8663DA9F1; Tue, 20 Oct 2020 19:45:53 +0200 (CEST) Received: by mail-lj1-f195.google.com with SMTP id h20so2946788lji.9; Tue, 20 Oct 2020 10:45:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=umlcqxgonflqPbkR5I8w+UckvsrI64BP7u9lFSA2teQ=; b=OzprAZQfMyKMNZIyAGLK/ljdQK3jq7AFwbe6YHQJgFyJVYA40NbPwjGsS5utcj/CM0 0RVkyPYkACvFyPl+VHEk1KcZxvvx+En1DtzFvIOshirJHWpgKoZzQ3b06ljRobLZceW/ rYqFH07lZR9EfFFTGgGjlCEnZ0KpZstNw6cYPMY7VahnGw0oDoH7yO1RNdTepfjT+3Vf 48y6i5c3d4vmNKhaQNTAOm1f3PS1DSfzrRQbfaQSnhqELT4hfl02PGdsVaiHKMc7tNjq ehSV7eTtV/r7KMzzrTEpHh7Wi/iWSYEYmwUAF0UDUPWfQg7vxFv+FNGro3O30e0F4Xtx PMNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=umlcqxgonflqPbkR5I8w+UckvsrI64BP7u9lFSA2teQ=; b=AvyPgQThZHQgk2pJDEkJqGSlqW54+ux8E4vAVXbqZYBcA5prGRK/lbQ+KEg1vvv539 1yOtbw7K9BAx9h20RATG5nB3SCpa5rNMcMM4S+TjhCkUXdFQR1po4eO9apyhoxWJa9A/ yFXRdKe3MpGrozXWQSPqBYaz9SqEPPHMc0wa3oJvEyHynrrTRCnshH0oLZZYZys7Q22z p5gcgEiqx8Bx/sKcRqx2VH7tZcg268jVWJqhnIW7Wc+Eqw05/uyMVfuDSvo6jBNKiaID LX9trSS36BIps07Nuw8MW+xh8b7IQYDuQOjswdDU2yH5+Pfvva4Gkrqt3vI2ryAyq3V0 TPrg== X-Gm-Message-State: AOAM530x6fSv0LBJJMMtceM9ippwZAQlJyY+Qyek0YmQcFfDq6dY/XlL lpbLNAXmnBgqZgQxxMotzcs= X-Google-Smtp-Source: ABdhPJz8hxsE5NTrg15QFrxAI2FwaTTdWIxTaRQJ8d7A19VV3rvuSEUxGRn59L9cLEhKGqpK34sn5w== X-Received: by 2002:a2e:990a:: with SMTP id v10mr1676466lji.278.1603215953183; Tue, 20 Oct 2020 10:45:53 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id 5sm498972ljf.64.2020.10.20.10.45.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 10:45:52 -0700 (PDT) Date: Tue, 20 Oct 2020 20:45:50 +0300 From: Dmitry Kozlyuk To: David Marchand Cc: dev , ci@dpdk.org, "Chen, Zhaoyan" , Stephen Hemminger , Thomas Monjalon , Maxime Coquelin , Neil Horman , Brandon Lo , Lincoln Lavoie Message-ID: <20201020204550.2919f1cd@sovereign> In-Reply-To: References: <20201004015947.9012-1-dmitry.kozliuk@gmail.com> <20201014183136.22239-1-dmitry.kozliuk@gmail.com> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 0/3] pmdinfogen: rewrite in Python 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello David, > - Travis reported an error in meson: > https://travis-ci.com/github/ovsrobot/dpdk/jobs/399762460#L478 > > Build machine cpu: x86_64 > buildtools/meson.build:27:10: ERROR: Expecting endforeach got eol_cont. > script = \ > ^ > For a block that started at 26,0 > foreach module : python3_required_modules > ^ My bad, meson 0.47.1 doesn't understand this indeed, fixed in v8. > - In a thread on ci@dpdk.org > http://inbox.dpdk.org/ci/CAOeXdvbosqRGouSX06_phVTCam57XUt0s=sf_kpe-VmiwFTgMA@mail.gmail.com/T/#m9bb193c74ca979c151f2dbfa35664f95093a9e71, > UNH people confirmed that python3-elftools should be available, but > the last test had an error too, which might be linked to incorrect > meson syntax: > http://mails.dpdk.org/archives/test-report/2020-October/159038.html > > ninja: error: loading 'build.ninja': No such file or directory Makes sense. > - As far as Intel CI systems are concerned, there might be an issue > with the Windows system: > http://mails.dpdk.org/archives/test-report/2020-October/159123.html > > OS: WIN10-64 > Target: x86_64-windows-clang > Program binutils-avx512-check.sh found: YES > Program python3 found: YES (c:\program files\python37\python.exe) > > buildtools\meson.build:32:2: ERROR: Problem encountered: missing > python module: elftools This is the check added in the last revision per Maxime's suggestion. Disabled the check on Windows in v8 until pmdinfogen supports COFF (and this will probably introduce an alternative dependency). I'll watch new CI results, haven't been doing so closely because failures were expected for these patches. Tested v8 build on Linux->Linux, Linux->Windows, Windows->Windows (GCC & clang, without pyelftools installed).