Comment 1 for bug 20135

Revision history for this message
In , Steve Langasek (vorlon) wrote : Re: Bug#318544: liboil: FTBFS: Unknown register name 'mm0' in 'asm'

On Fri, Jul 15, 2005 at 09:05:25PM -0700, Daniel Schepler wrote:
> Package: liboil
> Severity: serious
> Version: 0.3.2-1

> >From my build log (using pbuilder in an i386 chroot):

> if /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -I../.. -O2 -g -MT libconv_la-conv_3dnow.lo -MD -MP -MF ".deps/libconv_la-conv_3dnow.Tpo" -c -o libconv_la-conv_3dnow.lo `test -f 'conv_3dnow.c' || echo './'`conv_3dnow.c; \
> then mv -f ".deps/libconv_la-conv_3dnow.Tpo" ".deps/libconv_la-conv_3dnow.Plo"; else rm -f ".deps/libconv_la-conv_3dnow.Tpo"; exit 1; fi
> cc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -I../.. -O2 -g -MT libconv_la-conv_3dnow.lo -MD -MP -MF .deps/libconv_la-conv_3dnow.Tpo -c conv_3dnow.c -fPIC -DPIC -o .libs/libconv_la-conv_3dnow.o
> conv_3dnow.c: In function 'conv_f32_s16_3dnow':
> conv_3dnow.c:43: error: unknown register name 'mm0' in 'asm'
> conv_3dnow.c: In function 'conv_s32_f32_3dnow':
> conv_3dnow.c:68: error: unknown register name 'mm0' in 'asm'
> make[4]: *** [libconv_la-conv_3dnow.lo] Error 1
> make[4]: Leaving directory `/tmp/buildd/liboil-0.3.2/liboil/conv'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/tmp/buildd/liboil-0.3.2/liboil'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/tmp/buildd/liboil-0.3.2'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/tmp/buildd/liboil-0.3.2'
> make: *** [debian/stamp-makefile-build] Error 2

> -- System Information:
> Debian Release: testing/unstable
> Architecture: amd64 (x86_64)

Is this the architecture of the host where you tested this? Register names
are certainly architecture-specific, and given that liboil has built before
on all architectures, I'm sure the source code deals with them on a
per-architecture basis. If this is an amd64-specific bug, then it shouldn't
be considered release-critical since no binaries were previously available
in Debian for amd64.

--
Steve Langasek
postmodern programmer