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#850142: mariadb_config garbage output

2017-01-05 Thread Daniel Knezevic
Hi The problem is that the mariadb-connector-c package adds symbol versioning to the mariadb_config binary. By doing so it fails to correctly export the _IO_stdin_used symbol added by the GNU libc. The attached patch fixes the problem on mips64el. This solution was used to fix lua5.2 package

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#842032: leveldb: FTBFS on mips*: 'ReadMemoryBarrier' and 'WriteMemoryBarrier' was not declared in this scope

2016-10-25 Thread Daniel Knezevic
Package: leveldb Version: 1.19-1 Severity: serious Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package leveldb FTBFS on mips* with following error: > g++ -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong > -Wformat

Bug#836933: fdk-aac: FTBFS with GCC 6: error: narrowing conversion of '2975553344u' from 'unsigned int' to 'LONG {aka long int}' inside { }

2016-09-20 Thread Daniel Knezevic
Hi, I had the same issue on mips* and this commit: https://github.com/mstorsjo/fdk-aac/commit/15b128dd826ba86ee962d86b0b06966a25ed9158 was enough to fix the build. Thanks, Daniel

Bug#811306: FTBFS: mmpong-gl-data missing files: usr/share/games/mmpong-gl

2016-08-25 Thread Daniel Knezevic
Hi, Package FTBFS on installation because of missing mmpong-gl exe. mmpong-gl is not building because cmake configuration cannot find CEGUI-OPENGL. Cmake configuration checks for CEGUI-OPENGL module by searching CEGUI-OPENGL.pc file. Log: -- Checking for one of the modules 'CEGUI-OPENGL' --

Bug#754755: [rt.cpan.org #98683] libinline-java-perl: FTBFS on mips: test suite issues

2016-08-02 Thread Daniel Knezevic
Hi, Tests are still failing in version 0.58 during build. I have found out that the tests are failing when Inline::Java uses JNI extensions (PERL_INLINE_JAVA_JNI is set to 1), but the tests pass when Inline::Java run JVM in the default client/server mode (PERL_INLINE_JAVA_JNI is unset). ---

Bug#810030: disque: FTBFS on big-endian systems

2016-07-07 Thread Daniel Knezevic
Hi, The attached patch fixes the big-endian build. The fix is reported upsream, but there is no reaction. Should we wait for some reaction upstream or is it possible to apply the patch for debian? Regards, Daniel -- disque-1.0~rc1.orig/src/job.c +++ disque-1.0~rc1/src/job.c @@ -779,17 +779,17 @@

Bug#828953: mxt-app FTBFS on 32bit architectures (i386, mips) on testing

2016-06-29 Thread Daniel Knezevic
Package: mxt-app Version: 1.27-1 Severity: serious Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package mxt-app FTBFS on 32bit architectures with following error: make --no-print-directory check-TESTS FAIL: run-unit-tests

Bug#828853: libexplain: FTBFS on mips and mipsel - 'FS_ECOMPR_FL' undeclared

2016-06-28 Thread Daniel Knezevic
Package: libexplain Version: 1.4.D001-2+b1 Severity: serious Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package libexplain FTBFS on mips and mipsel with following error: libexplain/buffer/file_inode_flags.c:47:27: error: 'FS_ECOMPR_FL'