From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEEB3C74A5B for ; Tue, 21 Mar 2023 10:42:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230345AbjCUKmj (ORCPT ); Tue, 21 Mar 2023 06:42:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230321AbjCUKmi (ORCPT ); Tue, 21 Mar 2023 06:42:38 -0400 Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83153BB82 for ; Tue, 21 Mar 2023 03:42:20 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R631e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046056;MF=chengyou@linux.alibaba.com;NM=1;PH=DS;RN=3;SR=0;TI=SMTPD_---0VeMpVsn_1679395337; Received: from 30.221.101.55(mailfrom:chengyou@linux.alibaba.com fp:SMTPD_---0VeMpVsn_1679395337) by smtp.aliyun-inc.com; Tue, 21 Mar 2023 18:42:17 +0800 Message-ID: <8b56dfed-3e9b-8a6b-df4c-8f1d4da8a72d@linux.alibaba.com> Date: Tue, 21 Mar 2023 18:42:15 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Content-Language: en-US To: "jgg@ziepe.ca" , Leon Romanovsky Cc: "linux-rdma@vger.kernel.org" From: Cheng Xu Subject: [rdma-core v44][bug report]DEB installation failed Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Hi, Jason and Leon, I found that there is a DEB installation error in rdma-core v44.0. The error prompt: dpkg: error processing archive libibverbs-dev_44.0-2_arm64.deb (--install): trying to overwrite '/usr/lib/aarch64-linux-gnu/libmana.so', which is also in package ibverbs-providers:arm64 44.0-2 It has been fixed by commit 766f88465e32 ("debian: Exclude libmana.so from ibverbs-providers") in master branch [1]. Today new version is released, but the commit does not present in stable-v44 still [2]. I want to fix this issue for v44, but it seems that there is nobody creating PRs for stable-xx branches. How to handle this? Thanks, Cheng Xu [1] https://github.com/linux-rdma/rdma-core/commit/766f88465e326d6b01d4122c8172f5bb80ae2641 [2] https://github.com/linux-rdma/rdma-core/blob/v44.1/debian/ibverbs-providers.install