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 665D9A00C5 for ; Wed, 20 Jul 2022 17:19:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D496340697; Wed, 20 Jul 2022 17:19:05 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id CCCF740042 for ; Wed, 20 Jul 2022 17:19:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1658330343; 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: in-reply-to:in-reply-to:references:references; bh=ygLSeYebF62yNA6eGpi5H93MeMHqlRc6S8c6jce2UrI=; b=CT/fI8mjWhWeoH2HPSxpHs0Cnk1T3QHAJYU/3x/5UX0bu1KLv3QjC9Pv2WtoD2dC4ffD+0 VIkMu9GlI9L86DP3X75vON/3ifsw4lxhcPy4W9AetfvsE3fofSDo77IgPBNY2vYFR+ueJ2 70eBEqkjPJ+z6CO2jK4r0igkNvlb5KE= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-648-_oqYuUKQNyGAyoK7yGT66A-1; Wed, 20 Jul 2022 11:19:02 -0400 X-MC-Unique: _oqYuUKQNyGAyoK7yGT66A-1 Received: by mail-lf1-f69.google.com with SMTP id z1-20020a195041000000b00489cc321e11so7010406lfj.23 for ; Wed, 20 Jul 2022 08:19:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ygLSeYebF62yNA6eGpi5H93MeMHqlRc6S8c6jce2UrI=; b=Xdu/ZNgG+mDCQzZ60QMvbBDON7qDUS+PUKkhiSIoeewmn9aMRA3PwSCbSwkAZ4otQp jIWmxEv81TCGazS3Cs7QtKA4prPXq8DrK9jQk8xFoPm2H1XrT0BcBVY9IQ8I6JHHEN4P AF2KD0u1MAZ23TcQIudJqgbVbjiLizBzVUQcIfbGN1ixwbdbrMPMV5QqDTcGoUHmA0VL WdGe2dWA2bkWMXkNUuUSt5UzrYAnG4NJhM9IlQnD7uVCaLD6NzxxvhLj2Go1SyvD4rUe M4XL+tIvfBifa5JmSkPpwSDFCqLzSqfWn9UpyFFtqN2OJp6I1U0LXoOUcX+CBCBpWM1f 4idQ== X-Gm-Message-State: AJIora80elzYM8jO+x8PSz/zWx+xPQpdOH23G44dChSgn/UOMf1qp5Fs RHlmRc4PT5kLN497mnHEqymBQJmOQIQI1aslhcxtQhUU0GxI4grHDzThJixAkIQdOT6NI04grTh CbS7umj+ydDjR4AoWFmnTTQ== X-Received: by 2002:a2e:96c2:0:b0:25d:7b22:f2dc with SMTP id d2-20020a2e96c2000000b0025d7b22f2dcmr18719252ljj.297.1658330340585; Wed, 20 Jul 2022 08:19:00 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tJEYAldzdcgoLuZsh0Fxu3TeVn2HPl+nKqjEaH8n9eXMtRr3Qs/0O9rYFEeQtgpixf36CRm6VJlWui3wNIBms= X-Received: by 2002:a2e:96c2:0:b0:25d:7b22:f2dc with SMTP id d2-20020a2e96c2000000b0025d7b22f2dcmr18719241ljj.297.1658330340370; Wed, 20 Jul 2022 08:19:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Wed, 20 Jul 2022 17:18:49 +0200 Message-ID: Subject: Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 ) To: Mark de Roussier Cc: =?UTF-8?B?0JTQvNC40YLRgNC40Lkg0KHRgtC10L/QsNC90L7Qsg==?= , "users@dpdk.org" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 On Wed, Jul 20, 2022 at 4:59 PM Mark de Roussier wrote: > > Hello David, > > 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. Well, that's what I have on my Fedora to build mlx drivers. Btw, librte_common_mlx5 is an internal DPDK driver. If you still see that this component is disabled after installing those headers via the devel packages, then maybe you did not reconfigure your build env. $ meson --reconfigure If this is not working, you'll have to look into /meson-logs/, there may be some useful info in those logs. -- David Marchand