From unknown Thu Mar 28 17:22:36 2024 Received: (at submit) by bugs.devuan.org; 1 Oct 2020 19:40:02 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Thu, 01 Oct 2020 19:40:02 +0000 (UTC) Received: from raven.tokanet (pd9ffa6e5.dip0.t-ipconnect.de [217.255.166.229]) by vm6.ganeti.dyne.org (Postfix) with ESMTP id F18A6F60ADB for ; Thu, 1 Oct 2020 21:39:26 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: topro To: Devuan Bug Tracking System Subject: openvswitch-common: arm64 testing/sid package missing libopenvswitch-2.13.so.0.0.0 and postinst script error Message-ID: <160158116278.14684.3741103781227668101.reportbug@raven.tokanet> X-Mailer: reportbug 7.7.0+devuan1 Date: Thu, 01 Oct 2020 21:39:22 +0200 X-Spam-Status: No, score=4.5 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_PBL, SPF_FAIL autolearn=disabled version=3.4.2 X-Spam-Level: **** X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Package: openvswitch-common Version: 2.13.0+dfsg1-12 Severity: grave Justification: renders package unusable X-Debbugs-Cc: topro@gmx.de Dear Maintainer, * What led up to the situation? Trying to install openvswitch-common + openvswitch-switch in debian testing usig apt. Installation exits with error message when running postinst step * What exactly did you do (or not do) that was effective (or ineffective)? apt install openvswitch-common opevswitch-switch * What was the outcome of this action? broken package openvswitch-common, not installed package openvswitch-switch * What outcome did you expect instead? working installation of openvswitch Taking a short look at the arm64 package of openvswitch-common I think I could identify two issues. The first one is that libopenvswitch-2.13.so.0.0.0 seems to be missing from the package, there is only the libopenvswitch-2.13.so.0 symlink. The second issue seems to be a hardcoded arch path in the postinst script: ... "/usr/lib/x86_64-linux-gnu/libopenvswitch-2.13.so.0.0.0" ... which obviously doesn't seem to be correct for the arm64 package. I also had a short look at the version 2.10 arm64 package of openvswitch-common from buster. That one does have the according .so.0.0.0 file and it comes completely without any postinst script, so I assume both issues got introduced with version 2.13 of this package. Thank you very much for having a look at those issues. Best regards, Tobi -- System Information: Distributor ID: Devuan Description: Devuan GNU/Linux 4 (chimaera/ceres) Release: testing/unstable Codename: n/a Architecture: aarch64 Kernel: Linux 5.8.0-2-arm64 (SMP w/4 CPU threads) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled Versions of packages openvswitch-common depends on: ii iproute2 5.8.0-1 ii libc6 2.31-3 ii libcap-ng0 0.7.9-2.2 ii libssl1.1 1.1.1g-1 ii libunbound8 1.11.0-1 ii openssl 1.1.1g-1 ii python3 3.8.2-3 ii python3-six 1.15.0-1 openvswitch-common recommends no packages. Versions of packages openvswitch-common suggests: pn ethtool -- no debconf information From unknown Thu Mar 28 17:22:36 2024 Received: (at 512) by bugs.devuan.org; 6 Oct 2020 15:30:05 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Tue, 06 Oct 2020 15:30:05 +0000 (UTC) Received: from mx.hindley.org.uk (193-36-131-5.cfwn.uk [193.36.131.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id E0A3BF60A20 for <512@bugs.devuan.org>; Tue, 6 Oct 2020 17:24:12 +0200 (CEST) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from ) id 1kPop7-0006Lq-Ct; Tue, 06 Oct 2020 16:24:17 +0100 Received: (nullmailer pid 21180 invoked by uid 1000); Tue, 06 Oct 2020 15:24:10 -0000 Date: Tue, 6 Oct 2020 16:24:10 +0100 From: Mark Hindley To: topro , 512@bugs.devuan.org Subject: Re: bug#512: openvswitch-common: arm64 testing/sid package missing libopenvswitch-2.13.so.0.0.0 and postinst script error Message-ID: <20201006152410.GC12555@hindley.org.uk> References: <160158116278.14684.3741103781227668101.reportbug@raven.tokanet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <160158116278.14684.3741103781227668101.reportbug@raven.tokanet> X-Debbugs-No-Ack: No Thanks User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Control: tags -1 debian Tobi, On Thu, Oct 01, 2020 at 09:39:22PM +0200, topro wrote: > Package: openvswitch-common > Version: 2.13.0+dfsg1-12 > Severity: grave > Justification: renders package unusable > X-Debbugs-Cc: topro@gmx.de Thanks for this. Devuan uses Debian's openvswitch packages directly without recompilation. Please report this directly to Debian's BTS. Thanks. Mark From unknown Thu Mar 28 17:22:36 2024 Received: (at 512-done) by bugs.devuan.org; 11 Jan 2023 11:49:37 +0000 Return-Path: Delivered-To: bugs@devuan.org Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for (single-drop); Wed, 11 Jan 2023 11:49:37 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id eddjHP2hvmMXdAAAmSBk0A (envelope-from ) for ; Wed, 11 Jan 2023 11:48:13 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 6428FB85; Wed, 11 Jan 2023 11:48:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver= Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 1ADF9226 for <512-done@bugs.devuan.org>; Wed, 11 Jan 2023 11:48:12 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from ) id 1pFZaV-0001Y9-MU; Wed, 11 Jan 2023 11:48:11 +0000 Received: (nullmailer pid 5869 invoked by uid 1000); Wed, 11 Jan 2023 11:48:11 -0000 Date: Wed, 11 Jan 2023 11:48:11 +0000 From: Mark Hindley To: 512-done@bugs.devuan.org Cc: topro Subject: Re: bug#512: openvswitch-common: arm64 testing/sid package missing libopenvswitch-2.13.so.0.0.0 and postinst script error Message-ID: References: <160158116278.14684.3741103781227668101.reportbug@raven.tokanet> <160158116278.14684.3741103781227668101.reportbug@raven.tokanet> <20201006152410.GC12555@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201006152410.GC12555@hindley.org.uk> X-Debbugs-No-Ack: No Thanks Version: 2.13.0+dfsg1-16 Fixed in Debian. Closing Mark