On Tue, Jun 23, 2009 at 12:47:58PM +0200, Henrik Persson wrote:
> 
> I make a new try from a different mail client now.

  Hi Henrik,

  Okay, got it but there is a problem:

> +        /* Get partition type */
> +        if(ped_partition_is_active(part)) {
> +            if(ped_partition_is_flag_available(part, PED_PARTITION_TYPE)) {
> +                partType = ped_partition_get_flag(part,PED_PARTITION_TYPE);
> +            }
> +        }
> +

paphio:~/libvirt -> grep PED_PARTITION_TYPE /usr/include/parted/*.h
paphio:~/libvirt -> rpm -qf /usr/include/parted/parted.h
parted-devel-1.8.8-17.fc11.x86_64

  PED_PARTITION_TYPE is nowhere to be found in my parted headers
so even if there is a runtime check to see if that flag is available,
it just doesn't compile here. I suspect something changed seriously
as I can see a reference to PED_PARTITION_TYPE in older version 1.7.0
maybe that's what's you got on SuSE but that flag is not available on
Fedora, so this would need at least a #ifdef PED_PARTITION_TYPE
or make sure we use a more stable interface to fetch it,

  Could you investigate the issue ? Is there a different API available ?


 The other parts of the patch looks fine but really depend on being able
to fetch that information in the first place, so it's not worth applying
as is.

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to