[Pkg-xen-devel] Bug#471768: there's no hvmloader in xen-utils-unstable

Jean Charles Del?ne delepine at u-picardie.fr
Thu Mar 20 00:38:20 UTC 2008


Package: xen-utils-unstable
Version: 3.3-unstable+hg17192-1
Severity: important
Tags: patch

In tools/firmware/Makefile, INST_DIR is $(DESTDIR)/usr/$(PREFIX)/boot
but $(PREFIX) is empty. hvmloader doesn't get installed.

diff -ru xen-unstable-3.3-unstable+hg17192.orig/debian/patches/tools-prefix.diff xen-unstable-3.3-unstable+hg17192/debian/patches/tools-prefix.diff
--- xen-unstable-3.3-unstable+hg17192.orig/debian/patches/tools-prefix.diff	2008-03-20 01:02:50.000000000 +0100
+++ xen-unstable-3.3-unstable+hg17192/debian/patches/tools-prefix.diff	2008-03-20 01:05:51.000000000 +0100
@@ -82,7 +82,7 @@
  # It belongs in /usr/lib, not /usr/lib64.
  TARGET      := hvmloader/hvmloader
 -INST_DIR := $(DESTDIR)/usr/lib/xen/boot
-+INST_DIR := $(DESTDIR)/usr/$(PREFIX)/boot
++INST_DIR := $(DESTDIR)$(PRIVATE_LIBDIR)/boot
  
  SUBDIRS :=
  SUBDIRS += rombios rombios/32bit

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages xen-utils-unstable depends on:
ii  iproute                20080108-1        Professional tools to control the 
ii  libc6                  2.7-9             GNU C Library: Shared libraries
ii  libncurses5            5.6+20080203-1    Shared libraries for terminal hand
ii  libsdl1.2debian        1.2.13-2          Simple DirectMedia Layer
ii  python                 2.4.4-6           An interactive high-level object-o
ii  python-central         0.6.1             register and build utility for Pyt
ii  udev                   0.114-2           /dev/ and hotplug management daemo
ii  xen-utils-common       3.2.0-2           XEN administrative tools - common 
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages xen-utils-unstable recommends:
ii  bridge-utils                  1.4-1      Utilities for configuring the Linu
pn  xen-hypervisor-unstable       <none>     (no description available)

-- no debconf information
-------------- next part --------------
diff -ru xen-unstable-3.3-unstable+hg17192.orig/debian/patches/tools-prefix.diff xen-unstable-3.3-unstable+hg17192/debian/patches/tools-prefix.diff
--- xen-unstable-3.3-unstable+hg17192.orig/debian/patches/tools-prefix.diff	2008-03-20 01:02:50.000000000 +0100
+++ xen-unstable-3.3-unstable+hg17192/debian/patches/tools-prefix.diff	2008-03-20 01:05:51.000000000 +0100
@@ -82,7 +82,7 @@
  # It belongs in /usr/lib, not /usr/lib64.
  TARGET      := hvmloader/hvmloader
 -INST_DIR := $(DESTDIR)/usr/lib/xen/boot
-+INST_DIR := $(DESTDIR)/usr/$(PREFIX)/boot
++INST_DIR := $(DESTDIR)$(PRIVATE_LIBDIR)/boot
  
  SUBDIRS :=
  SUBDIRS += rombios rombios/32bit


More information about the Pkg-xen-devel mailing list