Roger Leigh <[EMAIL PROTECTED]> writes:

> The build fails on powerpc:
> http://buildd.debian.org/fetch.php?&pkg=emacs21&ver=21.4a-2&arch=powerpc&stamp=1127111387&file=log&as=raw
>
> I've also retried the build locally in a sid chroot, but the temacs
> segfaults in the same way.

If you have time, could you try starting over after changing this line
in debian/rules

        cd ${BUILDDIR} && CFLAGS="${CFLAGS}" ../../configure ${confflags}

to this

        cd ${BUILDDIR} && CC=gcc-3.4 CPP=cpp-3.4 CFLAGS="${CFLAGS}" 
../../configure ${confflags}

and let me know if this works?

This should at least let us know if it might be gcc-4.0 related.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to