Package: motor Version: 2:3.4.0-6 Severity: normal Tags: patch When building 'motor' on ppc64/unstable, I get the following error:
Making all in kkstrtext make[3]: Entering directory `/motor-3.4.0/kkstrtext' c++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c kkstrtext.cc kkstrtext.cc: In function 'int intcompare(void*, void*)': kkstrtext.cc:434: error: cast from 'void*' to 'int' loses precision kkstrtext.cc:434: error: cast from 'void*' to 'int' loses precision make[3]: *** [kkstrtext.o] Error 1 make[3]: Leaving directory `/motor-3.4.0/kkstrtext' With the attached patch 'motor' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/motor-3.4.0/debian/patches/00list.ppc64 ./debian/patches/00list.ppc64 --- ../tmp-orig/motor-3.4.0/debian/patches/00list.ppc64 1970-01-01 00:00:00.000000000 +0000 +++ ./debian/patches/00list.ppc64 2006-08-25 12:52:00.000000000 +0000 @@ -0,0 +1 @@ +01-cast -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]