Package: qemu Version: 0.8.0-2 Severity: normal When try to build qemu 0.8.0 on powerpc it does not compile, because it seems there is a error in the optimization of GCC 3.4. If you drop the optimization -fgcse, then it will compile.
The following patch will do the trick: --- debian/rules.orig 2006-04-09 22:31:02.361590480 +0200 +++ debian/rules 2006-04-09 22:37:55.628660627 +0200 @@ -36,7 +36,7 @@ build: patch config-host.mak dh_testdir - $(MAKE) + $(MAKE) CFLAGS="$(CFLAGS) -fno-gcse" clean: unpatch dh_testdir -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages qemu depends on: ii bochsbios 2.2.6-2 BIOS for the Bochs emulator ii libc6 2.3.6-5 GNU C Library: Shared libraries an ii libsdl1.2debian 1.2.9-5 Simple DirectMedia Layer ii openhackware 0.4.1-2 OpenFirmware emulator for PowerPC ii proll 18-1 JavaStation PROM 2.x compatible re ii vgabios 0.5d-1 VGA BIOS software for the Bochs an ii zlib1g 1:1.2.3-11 compression library - runtime Versions of packages qemu recommends: ii debootstrap 0.3.3 Bootstrap a basic Debian system ii sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]