[Pkg-xen-devel] Bug#862236: xen-utils-common hotplugpath.sh has architecture dependent bits

Stefan Bühler source at stbuehler.de
Wed May 10 06:42:12 UTC 2017


Package: xen-utils-common
Version: 4.4.1-9+deb8u9
Severity: serious

Hi,

xen-utils-common contains /etc/xen/scripts/hotplugpath.sh, which
contains the architecture dependent path LIBDIR.

I just noticed because my etckeeper told me:

---
diff --git a/xen/scripts/hotplugpath.sh b/xen/scripts/hotplugpath.sh
--- a/xen/scripts/hotplugpath.sh
+++ b/xen/scripts/hotplugpath.sh
@@ -1,7 +1,7 @@
 SBINDIR="/usr/sbin"
 BINDIR="/usr/bin"
 LIBEXEC="/usr/lib/xen-common/bin"
-LIBDIR="/usr/lib/x86_64-linux-gnu"
+LIBDIR="/usr/lib/i386-linux-gnu"
 SHAREDIR="/usr/share"
 PRIVATE_BINDIR="/usr/lib/xen-common/bin"
 XENFIRMWAREDIR="/usr/lib/xen-common/boot"
---

And I'm pretty sure I'm on amd64/x86_64 :)

I hope I picked an appropriate severity level.  If nothing needs the
LIBDIR (which I don't know) it probably should be dropped, otherwise
this update is going to break something.

cheers,
Stefan



More information about the Pkg-xen-devel mailing list