Bug#790667: [Debian-med-packaging] Bug#790667: FTBFS with GCC 5 on arm64: error: narrowing conversion

2015-07-02 Thread Olivier Sallou
On 07/01/2015 12:26 AM, Aaron M. Ucko wrote: Martin Michlmayr t...@hp.com writes: This package fails to compile with GCC 5 on ARM64. Thanks for the report! The error doesn't show up on amd64. The relevant difference appears to be that plain char is signed on amd64 but unsigned on arm64.

Bug#790667: FTBFS with GCC 5 on arm64: error: narrowing conversion

2015-07-01 Thread Andreas Tille
Hi Aaron, On Tue, Jun 30, 2015 at 06:26:41PM -0400, Aaron M. Ucko wrote: Olivier, would you like to incorporate it, or should I? I vaguely remember a vac message from Olivier on Debian private. While I'm not sure what time span was covered I assume Olivier might like it if you step in short

Bug#790667: FTBFS with GCC 5 on arm64: error: narrowing conversion

2015-06-30 Thread Martin Michlmayr
Package: ncbi-blast+ Version: 2.2.30-3 Severity: serious User: debian-...@lists.debian.org Usertags: ftbfs-gcc-5 This package fails to compile with GCC 5 on ARM64. The error doesn't show up on amd64. sbuild (Debian sbuild) 0.64.1 (13 Oct 2013) on m400-c4n1.hlinux.usa.hp.com ... /usr/bin/g++

Bug#790667: FTBFS with GCC 5 on arm64: error: narrowing conversion

2015-06-30 Thread Aaron M. Ucko
Martin Michlmayr t...@hp.com writes: This package fails to compile with GCC 5 on ARM64. Thanks for the report! The error doesn't show up on amd64. The relevant difference appears to be that plain char is signed on amd64 but unsigned on arm64. I've committed a fix upstream: