From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6B54EA00C5 for ; Wed, 20 Jul 2022 17:37:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EEF7640697; Wed, 20 Jul 2022 17:37:20 +0200 (CEST) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) by mails.dpdk.org (Postfix) with ESMTP id 5704740042 for ; Wed, 20 Jul 2022 17:37:19 +0200 (CEST) Received: by mail-lj1-f178.google.com with SMTP id v15so17811408ljc.1 for ; Wed, 20 Jul 2022 08:37:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kzzyNk9xDyFwJxWlhLbJQdmaRnnVPQ+daM49IaYtGkg=; b=C4ul36tlygLhjB0CX4EmRCsaS4xrDooI5iE8lfMnjXwedUS84ix1KmSd6SKryIvyI3 aGzUJ64cA3XsjHOflykNcBU370EFNBgO1NZBNFBaj1mn6ibl5kbdJGd0aJDGl8lHI4Q/ nddcLI8xSg2Upg0Xnjhg16HjQHTrvc0oUD9ol0Qdt9EzfMP9SIoSCjcZIMLArfDJTfQ2 uTexdxkEyooWQt3YAIpYp3o79mWlGDqCayM5MqDDzOJXPw8tERH2kMLfe0r+ap2FjiHr fJ5tee1LSxa8+g20AD6hkDM2f4JWNOyEb53L46OaYJfcintr2m0i5jQO2AMS4oEQdkF5 fa3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kzzyNk9xDyFwJxWlhLbJQdmaRnnVPQ+daM49IaYtGkg=; b=zKuSIEUVxv+krh96T88ff8FobZREamBsPwxfpaVF1WL3k44CYRGRmlrS00MVHTWZ8g 4S59VZH9kmIaIkT74nN1yS/oHbrQxV4vx5nTYt4rGjPd9Pf+rs+fkY6aegYkazy0zrzK OLzzwCHlIngmds4qew2rBKW30uLtwnc1C5nXygYeMt9TpTzmXmYxGeckcnlyANL3jxpA w3BrjXxhbC3oDMTo34XCeszRt0lG+yxpsQAyl7KpLipJsUwhDSu/uWaWdLigA07fPB70 ob7FWSy/D9O9ZpT4TPgrkPtwo/6XTqvX47lyiUU6qpMpUm4WPY64axEhA9AP+7rb4Gie QLYQ== X-Gm-Message-State: AJIora8KsNIwqeWak6DSlle2K5OO3FYegAD4yD8hbmTfeJqAagzWWQk8 y7HJxWWLHWf8XYVsxlxlaIk= X-Google-Smtp-Source: AGRyM1uGLs0WC7T3Ln8SQZczYGSTA+LhM0wasrUgPtZqSxBrqV89PAyz6b8uao++OcEOzL3n9ZHQDw== X-Received: by 2002:a2e:3015:0:b0:25d:51a1:25ea with SMTP id w21-20020a2e3015000000b0025d51a125eamr17409883ljw.320.1658331438643; Wed, 20 Jul 2022 08:37:18 -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 a26-20020ac2505a000000b0047f6b4a53cdsm3853902lfm.172.2022.07.20.08.37.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Jul 2022 08:37:18 -0700 (PDT) Date: Wed, 20 Jul 2022 18:37:17 +0300 From: Dmitry Kozlyuk To: Mark de Roussier Cc: David Marchand , =?UTF-8?B?0JTQvNC40YLRgNC4?= =?UTF-8?B?0Lkg0KHRgtC10L/QsNC90L7Qsg==?= , "users@dpdk.org" Subject: Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 ) Message-ID: <20220720183717.343b2222@sovereign> In-Reply-To: References: X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org 2022-07-20 14:58 (UTC+0000), Mark de Roussier: > thanks for the idea, but I'm afraid that's not the case. I do have that already, that is what is providing libmlx4 and libmlx5. But it does not contain librte_common_mlx5, which is what I think is probably the source of my problem. librte_common_mlx5 is built as part of DPDK. The dependency chain is as follows ("|" denotes DPDK boundary): librte_{net,...}_mlx5 -> librte_common_mlx5 -> | -> libmlx5, libibverbs I think the root cause is with pkg-config, as described in your first message. pkg-config is used to find libraries, including libibverbs and libmlx5. librte_common_mlx5 build is skipped if they are not found. This message is harmless: [Errno 21] Is a directory: '/home/mderouss/Projects/dpdk/dpdk-stable-21.11.1/buildtools/pkg-config' Unusable script '/home/mderouss/Projects/dpdk/dpdk-stable-21.11.1/buildtools/pkg-config' LIBRARY_PATH should not be needed. What is the full build log?