Am Freitag, den 13.04.2007, 21:28 +0100 schrieb Darren Salt:
> I've seen exactly the same crash. On looking at the source, I see the usual
> 32bit-isms: an assumption that long is 32 bits wide, and many casts between
> pointer types and either int or unsigned int.

As an experiment: Could you please try to build and run rott with the
'-m32' flag set? Please find a patch attached.
diff -Naru rott-1.0/debian/rules rott_1.0-2/debian/rules
--- rott-1.0/debian/rules	2007-05-06 11:12:10.000000000 +0200
+++ rott_1.0-2/debian/rules	2007-05-06 11:07:28.000000000 +0200
@@ -17,8 +17,7 @@
 build-stamp: patch-stamp
 	dh_testdir
 
-	cd rott && \
-	$(MAKE)
+	EXTRACFLAGS="-m32" EXTRALDFLAGS="-m32" $(MAKE) -C rott
 
 	touch build-stamp
 

Reply via email to