On Mon, Jun 04, 2012 at 12:27:45AM +0200, Jakub Wilk wrote:
> Package: libogg-dev
> Version: 1.3.0-3
> Severity: important
> User: multiarch-de...@lists.alioth.debian.org
> Usertags: multiarch
> 
> libogg-dev is marked as "Multi-Arch: same", but the following file
> is architecture-dependent:
> 
> /usr/include/ogg/config_types.h
> 
> An example diff between i386 and amd64 is attached.

I guess we should fix this one in libogg, since there shouldn't any reason
that it couldn't use the stdint types for this, at least on Debian systems,
and then this file would be the same for all our arches.

I'll talk to upstream about tweaking the configure substitutions.

 Thanks,
 Ron


> diff -ur libogg-dev_1.3.0-3_i386/usr/include/ogg/config_types.h 
> libogg-dev_1.3.0-3_amd64/usr/include/ogg/config_types.h
> --- libogg-dev_1.3.0-3_i386/usr/include/ogg/config_types.h    2012-06-03 
> 00:18:57.000000000 +0200
> +++ libogg-dev_1.3.0-3_amd64/usr/include/ogg/config_types.h   2012-06-02 
> 22:42:14.000000000 +0200
> @@ -20,6 +20,6 @@
>  typedef unsigned short ogg_uint16_t;
>  typedef int ogg_int32_t;
>  typedef unsigned int ogg_uint32_t;
> -typedef long long ogg_int64_t;
> +typedef long ogg_int64_t;
>  
>  #endif




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to