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#847574: abyss: FTBFS on mips and other big-endian architectures

2016-12-09 Thread Daniel Knezevic
Package: abyss Version: 2.0.2-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Forwarded: https://github.com/bcgsc/abyss/pull/139 Hi, Package abyss FTBFS on mips and other big-endian architectures with followind error: >

Bug#843857: w1retap: FTBFS on mips and mipsel: braces around scalar initializer [-Werror]

2016-11-10 Thread Daniel Knezevic
Package: w1retap Version: 1.4.4-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package w1retap FTBFS on mips and mipsel with following error: > w1retap.c:417:12: error: braces around scalar initializer [-Werror] >

Bug#843155: stringencoders: FTBFS on mips (endianness issue)

2016-11-04 Thread Daniel Knezevic
Package: stringencoders Version: 3.10.3+git20160118-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Forwarded: https://github.com/client9/stringencoders/pull/47 Hi, After removing -Werror from configure.ac this package still

Bug#843154: stringencoders: FTBFS on several platforms (warnings treated as errors)

2016-11-04 Thread Daniel Knezevic
Package: stringencoders Version: 3.10.3+git20160118-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package stringencoders FTBFS on several platforms (mips, powerpc, kfreebsd-amd64, ...) because warnings are treated as

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#841166: ocaml-ctypes: FTBFS on mips64el: tests are failing

2016-10-18 Thread Daniel Knezevic
Package: ocaml-ctypes Version: 0.7.0-1 Severity: important Tags: sid + patch + fixed-upstream Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Forwarded:

Bug#775435: iwyu: FTBFS on mips64el

2016-10-06 Thread Daniel Knezevic
Tags: patch Hi, As James proposed I added -mxgot to the cxx flags for mips64el. With attached patch I was able to build iwyu successfully for mips64el. Thanks, Daniel --- debian/rules 2016-10-06 06:06:05.0 + +++ debian/rules 2016-10-06 05:33:16.0 + @@ -6,12 +6,18 @@

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#838364: fdk-aac: FTBFS on mips64el (conftest.c:1:0: error: '-march=mips32r2' is not compatible with the selected ABI)

2016-09-20 Thread Daniel Knezevic
Package: fdk-aac Version: 0.1.3+20140816-2 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package fdk-aac FTBFS for mips64el on configure with following error: > configure:3401: checking whether the C compiler works >

Bug#838295: openni-sensor-primesense: FTBFS: Unknown machine type: mips

2016-09-19 Thread Daniel Knezevic
Package: openni-sensor-primesense Version: 5.1.0.41-3 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package openni-sensor-primesense FTBFS on mips* with following error: > make[1]: Leaving directory '/«PKGBUILDDIR»' >

Bug#836733: pyresample FTBFS on mips*: test suite issues

2016-09-05 Thread Daniel Knezevic
Package: pyresample Version: 1.2.5-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Forwarded: https://github.com/pytroll/pyresample/issues/43 Hi, Package pyresample FTBFS on mips* with following error: >

Bug#835500: quiterss: FTBFS on mips and arm with signal TERM after 150min of inactivity

2016-08-26 Thread Daniel Knezevic
Package: quiterss Version: 0.18.4+dfsg-1 Severity: important Tags: sid Justification: FTBFS User: debian-m...@lists.debian.org Hi, Package quiterss FTBFS on mips and arm with following message: > Build killed with signal TERM after 150 minutes of inactivity The build fails because the

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#834717: assimp FTBFS on big-endian architectures ('ByteSwap' has not been declared)

2016-08-18 Thread Daniel Knezevic
Package: assimp Version: 3.3.1~dfsg-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package assimp FTBFS on big-endian architectures with following error: In file included from /«PKGBUILDDIR»/code/glTFAsset.h:65:0,

Bug#833900: libneo4j-client FTBFS on multiple architectures

2016-08-10 Thread Daniel Knezevic
Package: libneo4j-client Version: 1.1.0-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package libneo4j-client FTBFS on multiple architectures (armel, armhf, hppa, mips, mipsel and powerpcspe) with following error:

Bug#833830: adding support to fast_lock for mips and mips64el

2016-08-09 Thread Daniel Knezevic
Package: opensips Version: 2.1.2-2 Severity: wishlist Tags: sid + patch User: debian-m...@lists.debian.org Usertags: mips-patch Hi, During the investigation of the build failure (https://bugs.debian.org/833749) we have found that the package does not support fast_lock for mips64el and mips. The

Bug#833749: opensips FTBFS on mips, mips64el and other architectures

2016-08-08 Thread Daniel Knezevic
Package: opensips Version: 2.1.2-2 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package opensips FTBFS on mips, mips64el and other architectures with following error: In file included from ../../pt.h:70:0,

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#832575: dune-grid FTBFS on mips, mipsel (virtual memory exhausted)

2016-07-27 Thread Daniel Knezevic
Package: dune-grid Version: 2.4.1-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package dune-grid FTBFS on mips and mipsel with following error: virtual memory exhausted: Cannot allocate memory build logs:

Bug#832426: sipwitch FTBFS on mips64el - incorrect symbols

2016-07-25 Thread Daniel Knezevic
Package: sipwitch Version: 1.9.15-3 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package sipwitch FTBFS on mips64el with following error: dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff

Bug#830854: fsa FTBFS on mips*, arm* (unrecognized command line option '-m64')

2016-07-12 Thread Daniel Knezevic
Package: fsa Version: 1.15.9+dfsg-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Forwarded: https://sourceforge.net/p/fsa/bugs/7/ Hi, Package fsa FTBFS on mips* and arm* with following error: g++: error: unrecognized command

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'

Bug#828848: dietlibc doesn't provide send() and recv() functions

2016-06-28 Thread Daniel Knezevic
Package: dielibc Version: 0.34~cvs20160606 Severity: important Tags: sid + patch Justification: User: debian-m...@lists.debian.org Usertags: mips-patch Hi, Package tiny-initramfs FTBFS on mips64el with following error: tiny_initramfs-nfs.o: In function `nfs4_ping':

Bug#827979: package quantlib-swig FTBFS on mips/mipsel (virtual memory exhausted)

2016-06-23 Thread Daniel Knezevic
Package: quantlib-swig Version: 1.8-1 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hello, Package quantlib-swig FTBFS on mips and mipsel with following error: virtual memory exhausted: Cannot allocate memory error: command

Bug#827798: package mame FTBFS on mips64el (unrecognized command line option '-m64')

2016-06-22 Thread Daniel Knezevic
Hi, You are right. I have changed the patch. This patch is tested on mipsel and mips64el successfully. Regards, Daniel --- mame-0.173.orig/makefile +++ mame-0.173/makefile @@ -150,6 +150,9 @@ endif ifneq ($(filter powerpc,$(UNAME_P)),) PLATFORM := powerpc endif +ifneq ($(filter

Bug#827798: package mame FTBFS on mips64el (unrecognized command line option '-m64')

2016-06-21 Thread Daniel Knezevic
Package: mame Version: 0.173-6 Severity: important Tags: sid + patch Justification: FTBFS User: debian-m...@lists.debian.org Usertags: mips-patch Hello, Package mame FTBFS on mips64el with following error: g++: error: unrecognized command line option '-m64' build log: