[Debian-astro-maintainers] Bug#787725: gyoto: FTBFS on 32-bit systems (assumes size_t is unsigned long)

Thibaut Paumard thibaut at debian.org
Thu Jun 4 13:40:10 UTC 2015


Le 04/06/2015 15:33, Aaron M. Ucko a écrit :

> The problem appears to be that GyotoProperty.h expects size_t to be
> formally equivalent to unsigned long.  This equivalence fully holds on
> 64-bit architectures, but on 32-bit Debian architectures, size_t is
> technically unsigned int, which is formally distinct from unsigned
> long even if it has the same representation and range of values.
> 
> I would suggest (unconditionally) extending Gyoto::Property with
> get_size_t and and set_size_t methods, and redefining
> GYOTO_PROPERTY_SIZE_T accordingly.
> 
> Could you please take a look?
> 

Thanks Aaron I'm on it already.






More information about the Debian-astro-maintainers mailing list