libxen-dev does not contain xl libs or includes

Bug #894711 reported by Alex Bligh
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
xen (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

libxen-dev does not contain the libxl (i.e. xenlight) libraries or includes. xenlight is now the preferred API to manipulate xen resources (rather than via xend), so this is an issue.

dpkg -c libxen-dev_4.1.1-2ubuntu4_amd64.deb | fgrep libxl.h
gives no results

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in xen (Ubuntu):
status: New → Confirmed
Revision history for this message
Dan Kegel (dank) wrote :

Likewise, it does not include xentoollog.h from tools/libxc... which is kind of a problem, since /usr/include/xenctrl.h
includes it! Thus one gets errors like
/usr/include/xenctrl.h:52:24: fatal error: xentoollog.h: No such file or directory
when building any program that uses xenctrl.h.

Users running into that error may be able to work around it a little by creating /usr/include/xentoollog.h with contents

struct xentoollog_logger;
typedef struct xentoollog_logger xentoollog_logger;

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.