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 0B029A054F; Tue, 18 Feb 2020 21:59:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F12E51BFAA; Tue, 18 Feb 2020 21:59:47 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id D9DE11BFA8 for ; Tue, 18 Feb 2020 21:59:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582059586; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cvkgOFgu6xgVT0FKAdiVo40CnbkjWQcbJpVutkHZBzU=; b=gNabT/hLo9verv3rxFblExcWtXLvuVlTd7ukGJTGqiKma9S/5kRmJxuxV/7J2KIcknO9xE 5tdgB8hB35mkeskp2WOAU2DgmYoJ88vnADmGlM9UWgtzmTHEfkvyDkpPV6TSJNTuhuu7eM 3YIidYNNMuXXLDV6mxSZvyns4JzfC5A= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-26-XNNVoKXRN0mZuFx4vyhvdw-1; Tue, 18 Feb 2020 15:59:38 -0500 Received: by mail-vk1-f197.google.com with SMTP id v134so8714447vkd.16 for ; Tue, 18 Feb 2020 12:59:38 -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=+S5+lzgUtff4Ge9TvPnlU0GzeTaoPPUiqPeHCjF4Xa4=; b=uU+EZy/TjxGoVXBqLSLkQHiGuNJ2hA1EPfL7LxKXKD9fTEzRl/0TwtW8b16PR6piur OssyDsLrTM+m32qCv13U8AsctdvaTJe1gyEcSIvG+0Xr5IR0X7kp0SAKhr8J8edTR886 Zo8cI/mjmqC8wBWniUnbq+0DXJV+r0bDE5ZBJtUKn+KYARXYmheMYeL0qlzFW7O3BV95 fooZf/+BjVX340xJrfd1HOqFKngEZM9Wmd9lJo29P+cTbpEHSFZiIyBCGauIURnFbi4J OYlJL8GG8nl/0HXD94hjvgOjQVR4C+iT1DJUVA6OQtean75c+g1dMb7+v2O+tGqlQ6S1 eLuA== X-Gm-Message-State: APjAAAWh+q8juNMM6TDjE7eIope1nw/b/IIv5mRIMCu+69oN71UFzFNF OWivRafylqyb5TKU/rnSJKXNrKWJip0+rWrxj1NtOGA/CVId1iuVLPy1qnGVHoAYVWg6hpa6fai ckctTtaS10cgXzOo/xV4= X-Received: by 2002:a67:b303:: with SMTP id a3mr12497584vsm.141.1582059578157; Tue, 18 Feb 2020 12:59:38 -0800 (PST) X-Google-Smtp-Source: APXvYqxGww9demWj96/FkycQ7oLQUVDb9oUwgEcIa8lYGBU6LMpuCpkMxh42QxQBkSEtOIKwUVOEDLSQCD6/jbVZMK0= X-Received: by 2002:a67:b303:: with SMTP id a3mr12497562vsm.141.1582059577845; Tue, 18 Feb 2020 12:59:37 -0800 (PST) MIME-Version: 1.0 References: <20200217135929.30987-1-david.marchand@redhat.com> <20200218201354.18094-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 18 Feb 2020 21:59:26 +0100 Message-ID: To: David Marchand Cc: Thomas Monjalon , dev , Christian Ehrhardt , Dodji Seketeli , Kevin Laatz , Michael Santana , Aaron Conole X-MC-Unique: XNNVoKXRN0mZuFx4vyhvdw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v3] ci: build and use libabigail 1.6 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" On Tue, Feb 18, 2020 at 9:31 PM Aaron Conole wrote: > David Marchand writes: > > > libabigail 1.2 (at least) reports changes in 'const' property as an ABI > > breakage [1]. > > This was fixed upstream in libabigail 1.4 [2], and a bug has been opene= d > > in launchpad [3]. > > > > But for now, build and use the last version 1.6 so that the ABI checks > > can be kept. > > > > 1: https://travis-ci.com/DPDK/dpdk/jobs/287872118#L2242 > > 2: https://sourceware.org/git/gitweb.cgi?p=3Dlibabigail.git;a=3Dcommitd= iff;h=3D215b7eb4fe8b > > 3: https://bugs.launchpad.net/ubuntu/+source/libabigail/+bug/1863607 > > > > Signed-off-by: David Marchand > > Acked-by: Thomas Monjalon > > --- > > Acked-by: Aaron Conole Applied. --=20 David Marchand