Current master fails to build if certain systemd functionality is not available at build time, daemon/journal.c has OPTGROUP_SD_JOURNAL_NOT_AVAILABLE at the end of the file. Is this a typo, what should be done in that case?
Richard W.M. Jones
2013-Aug-19 18:21 UTC
Re: [Libguestfs] OPTGROUP_SD_JOURNAL_NOT_AVAILABLE
On Mon, Aug 19, 2013 at 07:25:42PM +0200, Olaf Hering wrote:> > Current master fails to build if certain systemd functionality is not > available at build time, daemon/journal.c has > OPTGROUP_SD_JOURNAL_NOT_AVAILABLE at the end of the file. Is this a > typo, what should be done in that case?Yes, that is a typo. It should be OPTGROUP_JOURNAL_NOT_AVAILABLE (defined in daemon/optgroups.h, which is a generated file). Do you want to come up with a patch and test it? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
Apparently Analagous Threads
- [PATCH] tests: change noinst to check
- [PATCH] sysprep: handle SuSE in hostname operation
- [PATCH] daemon: fix build without systemd-journal
- [PATCH] daemon: provide list of checksum commands
- [PATCH] tools: specify datadir for qemu-xen build to fix firmware loading