Francois Gouget <fgou...@free.fr> writes:

> The amd64 version conflicts with the i386 one which makes it impossible to 
> install both.
> In turn this makes it impossible to install libgnutls28-dev:i386 which is 
> needed for
> building the 32 bit version of Wine on a 64 bit system.
>
> A look at the package shows only one minor header conflict so fixing this 
> should not be
> too hard:
>
> --- nettle-dev-amd64/usr/include/nettle/nettle-stdint.h 2014-07-05 
> 17:02:34.000000000 +0200
> +++ nettle-dev-i386/usr/include/nettle/nettle-stdint.h  2014-07-05 
> 18:00:37.000000000 +0200
> @@ -2,7 +2,7 @@
>  #define __NETTLE_STDINT_H 1
>  #ifndef _GENERATED_STDINT_H
>  #define _GENERATED_STDINT_H " "
> -/* generated using gnu compiler gcc (Debian 4.9.0-9) 4.9.0 */
> +/* generated using gnu compiler gcc (Debian 4.9.0-7) 4.9.0 */
>  #define _STDINT_HAVE_STDINT_H 1
>  
>  /* ................... shortcircuit part ........................... */

There's going to be another minor header conflict in nettle-3.1, in
version.h or bignum.h, on an line which is #if:ed out in standard
configurations (more precisely the line matters only in builds
configured with --enable-mini-gmp).

No idea how to handle such unimportant differences in generated headers
in debian.

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.


-- 
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