On Sat, Mar 19, 2005 at 03:19:32AM +1100, Ian Maclaine-cross wrote: > Dear Frank, > Please find attached in file "log" the output of my build > script for the tth_3.67-3 package from voltaire.debian.org, a > powerpc. Please note the end of log where the 3.67-3 tth executable is > tested with small2e.tex and sample2e.tex and compared with the output > from 3.67-2 on my i386 with your patch. There is a slight > difference for sample2e.html without the patch. > > I have also successfully uploaded tth_3.67-3_powerpc.deb to > ftp-master.debian.org. I have attached it here so you need not wait > to download and test if this tth still segfaults your Debian sarge > powerpc.
It doesn't, and I've found out why: > # Add here commands to compile the package. > /usr/bin/make CFLAGS="-Wall -g -O0" > make[1]: Entering directory `/home/iml/tth/tth-3.67' > gcc -Wall -g -O0 tth.c -o tth You build it with -O0, which, interestingly enough, doesn't segfault. If you build it with -02, you will notice the segfault again (So this may be gcc's fault after all). Please change debian/rules so that -O0 is the default (at least on powerpc). The binary package on powerpc doesn't segfault currently but if anyone else recompiles it, it will. Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]