guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/7] gnu: Add usbredir.


From: Andreas Enge
Subject: Re: [PATCH 1/7] gnu: Add usbredir.
Date: Sat, 30 Jul 2016 23:01:16 +0200
User-agent: Mutt/1.6.1 (2016-04-27)

Hello, David!

Usbredir fails to build on armhf, and I am certain it will also fail on
i686 or more generally any 32 bit architecture:
   http://hydra.gnu.org:3000/build/1345279
usbredirhost.c:1162:5: error: format ?%lu? expects argument of type ?long 
unsigned int?, but argument 5 has type ?uint64_t? [-Werror=format=]

The fix is to use "%PRIu64" instead of "%lu" in the format strings for printf.
Do you think you could file a bug upstream?

Thanks,

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]