Package: mpeg2dec Version: 0.4.0b-2.1 Severity: important Hi,
Your package is failing to build on amd64 with the following error: cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -Wall -g -Wall -O3 -fomit-frame-pointer -fno-common -MT libmpeg2arch_la-cpu_accel.lo -MD -MP -MF .deps/libmpeg2arch_la-cpu_accel.Tpo -c cpu_accel.c -fPIC -DPIC -o .libs/libmpeg2arch_la-cpu_accel.o /tmp/ccI6UGCD.s: Assembler messages: /tmp/ccI6UGCD.s:24: Error: suffix or operands invalid for `pop' /tmp/ccI6UGCD.s:27: Error: suffix or operands invalid for `push' /tmp/ccI6UGCD.s:30: Error: suffix or operands invalid for `pop' /tmp/ccI6UGCD.s:41: Error: suffix or operands invalid for `push' It's pushing an poping things like ebx, which do not work on amd64. You need to push the whole register, which would be rbx. This code will probably need to split up in an i386 and amd64 version. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]