Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2017-01-10 Thread Jean-Michel Kelbert
Le 09/01/17 à 09:23 Daniel Knezevic (daniel.kneze...@imgtec.com) écrivait : > Hi Christophe, > > I have tested your patch, the package builds successfully for mips. Hello, Thanks for both the patch & the testing. I just uploaded a new package which will fix the issue. Regards -- Jean-Michel

Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2017-01-09 Thread Daniel Knezevic
Hi Christophe, I have tested your patch, the package builds successfully for mips.

Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2016-12-19 Thread Christophe GRENIER
On Mon, 19 Dec 2016, Daniel Knezevic wrote: Forwarded: https://github.com/cgsecurity/testdisk/pull/15 The problem was in bitwise with signed values in le32 macro. With attached patch I was able to build testdisk successfully on mips. I have extended the patch to the other macros. Can you test

Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2016-12-19 Thread Daniel Knezevic
Forwarded: https://github.com/cgsecurity/testdisk/pull/15 The problem was in bitwise with signed values in le32 macro. With attached patch I was able to build testdisk successfully on mips. --- testdisk-7.0.orig/src/common.h +++ testdisk-7.0/src/common.h @@ -466,10 +466,10 @@ time_t td_ntfs2utc

Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2016-12-13 Thread Daniel Knezevic
I tried Christophe's patch. It does not fix the build. Package still FTBFS with "initializer element is not constant" error. Currently gcc-6 is used as default compiler, by changing the compiler to gcc-5 testdisk builds successfully.

Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2016-12-11 Thread Christophe GRENIER
On Sun, 11 Dec 2016, Adrian Bunk wrote: Source: testdisk Version: 7.0-2 Severity: serious https://buildd.debian.org/status/logs.php?pkg=testdisk=mips ... In file included from partgpt.c:45:0: common.h:128:2: error: initializer element is not constant

Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2016-12-11 Thread Adrian Bunk
Source: testdisk Version: 7.0-2 Severity: serious https://buildd.debian.org/status/logs.php?pkg=testdisk=mips ... In file included from partgpt.c:45:0: common.h:128:2: error: initializer element is not constant