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 6CFB8A0524; Thu, 30 Jan 2020 12:02:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4CC6F1BFF6; Thu, 30 Jan 2020 12:02:16 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 1ECD31BFE6 for ; Thu, 30 Jan 2020 12:02:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580382134; 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=Usu1XqyutKfksIKDsEH37FmlcxqjWwUrE9CyPk8OUlk=; b=M411oAzpEwRbpzR+Md/RXORjMvBGKm0hTyBGqMLqeVUQ7GxEowlW+JiTbAykx3ced8chP7 KaVOCZqo0AuBVH1uyoYKhcmuliOQrrvsU++Ccu1CYwXWQYeQd60fwoz+8NKFreiJVjEG0x EhN/Hzj/xMg7qxjscEOx4+EMMiLx6OM= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-101-fE1Kjj5AN3u0mCz8b6netg-1; Thu, 30 Jan 2020 06:02:10 -0500 Received: by mail-vk1-f199.google.com with SMTP id i1so1100410vkn.9 for ; Thu, 30 Jan 2020 03:02:10 -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=PoLd8LnZr5ptaNWgBBev7oUobY9BU7CN9GBjzzjTJHQ=; b=dva6cXS1/xPMkIECt4vjaWPfcXHdWr5Xc5+LQpSb86xymFlj6Ecj4lcZfczqmNHNvA loFKqRipQPbtXRWQMGrm8IAO5SVj2tvoHwMOAVLNuc38Ylct0btd2UMDXE5BREm+QPtq BbsTk+ifBZ3g80s8rqcv68VKl/Kd1DK3FTq0taeSCXRqiEAayrUng/sdvXHo6CelyC4L sX+h2g/SkhnbkL33arZYr0ZANVn2Y8WQJrPsAjeDEuarOcaOFPkTCmoJoGR2eCM9rrfL ra+Ge8H/IurCQSp2lYe3nOJAnwt3Z2FolBZIp0XbaIO01ZWcsvkektOoU+RIRVrzJ9vh dZxg== X-Gm-Message-State: APjAAAX4OUQ01BbTBehi2kQd9EDzCLEhQyeodOn9p5Bn7QHE7H2DgtYK wMvg7dT2EdvR61ptMTgtu8OzohsuwHfAeLA2XsMhDD3pupScyw9fBmxXttehfS2LbPdnWEWaeO4 RQMMv4DMk9BuKp208nTg= X-Received: by 2002:ab0:488b:: with SMTP id x11mr2176447uac.86.1580382129988; Thu, 30 Jan 2020 03:02:09 -0800 (PST) X-Google-Smtp-Source: APXvYqysOsy9qmDE5yffJOu/YXtaiwZj/UHvKLRWv0B7GHiR6Rd+wAyk27x9Dy8lgGYYpb2eYLxIuyy2lTX5szhMh1E= X-Received: by 2002:ab0:488b:: with SMTP id x11mr2176422uac.86.1580382129608; Thu, 30 Jan 2020 03:02:09 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Thu, 30 Jan 2020 12:01:58 +0100 Message-ID: To: Hemant Agrawal Cc: Nipun Gupta , dev X-MC-Unique: fE1Kjj5AN3u0mCz8b6netg-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] Dependency issue between event/dpaa and crypto/dpaa_sec 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 Thu, Jan 30, 2020 at 11:53 AM Hemant Agrawal wr= ote: > Can you elaborate more, how are you compiling? are you using the = v19.11.0 tag? > event/dpaa is dependent on crypto/dpaa_sec > > but code do take care of it. Yes, the v19.11 tag. Using ./devtools/test-build.sh, and I hit the issue once with the i686-native-linux-gcc+shared+debug+default. I could not find a dependency in the makefiles for this. But meson has this dependency. drivers/event/dpaa/meson.build deps +=3D ['pmd_dpaa', 'pmd_dpaa_sec'] I suppose I can catch it because I build with -j28. I have been burning^Wcompiling a lot, those weeks, but this is the first time I caught it. --=20 David Marchand