Bug#787698: supertux: FTBFS on big-endian archs

2015-08-20 Thread Vincent Cheng
Hi Fabian, On Mon, Aug 17, 2015 at 4:06 AM, Fabian Greffrath fab...@greffrath.com wrote: Control: tags -1 + patch Am Montag, den 08.06.2015, 09:07 +0200 schrieb Fabian Greffrath: *((char *)buffer) = tmp; Correction: You'll also need to dereference the tmp pointer, i.e.: ---

Bug#787698: supertux: FTBFS on big-endian archs

2015-08-17 Thread Fabian Greffrath
Control: tags -1 + patch Am Montag, den 08.06.2015, 09:07 +0200 schrieb Fabian Greffrath: *((char *)buffer) = tmp; Correction: You'll also need to dereference the tmp pointer, i.e.: --- supertux-0.3.5a.orig/src/audio/wav_sound_file.cpp +++ supertux-0.3.5a/src/audio/wav_sound_file.cpp @@

Bug#787698: supertux: FTBFS on big-endian archs

2015-06-08 Thread Fabian Greffrath
Hi Vincent, Am Donnerstag, den 04.06.2015, 00:40 -0700 schrieb Vincent Cheng: /«PKGBUILDDIR»/src/audio/wav_sound_file.cpp:162:4: error: 'void*' is not a pointer-to-object type *buffer = tmp; ^ make[3]: *** [CMakeFiles/supertux2.dir/src/audio/wav_sound_file.cpp.o] Error 1 Any help

Bug#787698: supertux: FTBFS on big-endian archs

2015-06-04 Thread Vincent Cheng
Package: supertux Version: 0.3.5a-1 Severity: serious Justification: fails to build from source (but built successfully in the past) supertux/0.3.5a-1 currently FTBFS on mips, powerpc, s390x, and sparc. Build logs can be found at [1]; tail of build log is as follows: [ 89%] Building CXX object