Bug#672985: FTBFS: test suite makes assumptions of signed char

2012-05-15 Thread shawn
Source: eina Version: 1.2.0 Severity: serious Tags: upstream patch Justification: fails to build from source (but built successfully in the past) This package makes a few assumptions which prevent it from being built on architectures which have an unsigned char. I am attaching a patch to fix

Bug#672985: [Pkg-e-devel] Bug#672985: FTBFS: test suite makes assumptions of signed char

2012-05-15 Thread Albin Tonnerre
On Tue, May 15, 2012 at 10:47 AM, shawn sh...@jengr.tk wrote: Source: eina Version: 1.2.0 Severity: serious Tags: upstream patch Justification: fails to build from source (but built successfully in the past) This package makes a few assumptions which prevent it from being built on

Bug#672985: [Pkg-e-devel] Bug#672985: FTBFS: test suite makes assumptions of signed char

2012-05-15 Thread Albin Tonnerre
On Tue, May 15, 2012 at 10:57 AM, Albin Tonnerre lu...@debian.org wrote: Thanks for the patch, by the way. I didn't take a look with the patch before I replied, but I don't think I agree with your fix. The conversion is done for TYPE_CHAR, which for eina means signed char (there's TYPE_UCHAR

Bug#672985: [Pkg-e-devel] Bug#672985: Bug#672985: FTBFS: test suite makes assumptions of signed char

2012-05-15 Thread Albin Tonnerre
On Tue, May 15, 2012 at 1:34 PM, Albin Tonnerre lu...@debian.org wrote: I didn't take a look with the patch before I replied, but I don't think I agree with your fix. The conversion is done for TYPE_CHAR, which for eina means signed char (there's TYPE_UCHAR for unsigned). The eina code should