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 13292A0562; Fri, 3 Apr 2020 16:41:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B5481BFEF; Fri, 3 Apr 2020 16:41:20 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id E9A6E1BE9B for ; Fri, 3 Apr 2020 16:41:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585924878; 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=U89vtvKQDEGhoevypiqA1fvTjKakZiO6AzMZYCIYSv8=; b=Gtu6p9xE52oQ/GyzY7Av5SbSkmD9eA6EFONmmYP7OBtDhVNXTLPJJLEb/VtySTqqKuARaY h63k7sxgdmJbLLh3a0nz4Pm56uiEAil8ltqzHWJpLj3PEPvIP66ETzY0794k4XIaJjFum5 E9+nzOhFXMKCoEpmXnddEwk/K1Ob/yc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-200-p0pc7n3rMlGoud4thj70XQ-1; Fri, 03 Apr 2020 10:41:16 -0400 X-MC-Unique: p0pc7n3rMlGoud4thj70XQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4BAD418A6EC1; Fri, 3 Apr 2020 14:41:15 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-116-136.phx2.redhat.com [10.3.116.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2A8C926DC3; Fri, 3 Apr 2020 14:41:14 +0000 (UTC) From: Aaron Conole To: juraj.linkes@pantheon.tech Cc: maicolgabriel@hotmail.com, dev@dpdk.org References: <1585917949-13468-1-git-send-email-juraj.linkes@pantheon.tech> Date: Fri, 03 Apr 2020 10:41:12 -0400 In-Reply-To: <1585917949-13468-1-git-send-email-juraj.linkes@pantheon.tech> (juraj linkes's message of "Fri, 3 Apr 2020 14:45:49 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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] ci: fix telemetry dependency in Travis 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" juraj.linkes@pantheon.tech writes: > From: "juraj.linkes" > > libjansson4 is not enough to build telemetry. Replace it with > libjansson-dev. > > Signed-off-by: Juraj Linke=C5=A1 > --- I see that earlier builds would print: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Content Skipped =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D libs: =09telemetry:=09missing dependency "jansson" But with this patch, I see that telemetry is included in the built libs. Thanks for the catch. Acked-by: Aaron Conole