[Libguestfs] Build problem on CentOS 5.4

Richard W.M. Jones rjones at redhat.com
Wed Nov 18 15:13:54 UTC 2009


On Wed, Nov 18, 2009 at 03:08:16PM +0000, Richard W.M. Jones wrote:
> 
> guestmount.c: In function 'fg_utimens':
> guestmount.c:537: error: 'UTIME_NOW' undeclared (first use in this function)
> guestmount.c:537: error: (Each undeclared identifier is reported only once
> guestmount.c:537: error: for each function it appears in.)
> guestmount.c:539: error: 'UTIME_OMIT' undeclared (first use in this function)
> 
> I'm not sure what's the best thing to do here.  We could copy the
> definitions of those out of the Fedora header file, ie something like:
> 
> #ifndef UTIME_NOW
> # define UTIME_NOW   ((1l << 30) - 1l)
> #endif
> 
> Or we could disable the feature if the symbols aren't defined,
> although that is a little more complex.  Or perhaps emulate the
> feature ...

This post is a bit confusing ...  I should say this appears to be
a FUSE problem, and isn't really anything to do with libguestfs
apart from it stopping us from compiling.

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 Xen guests.
http://et.redhat.com/~rjones/virt-p2v




More information about the Libguestfs mailing list