Hi, On Wed, 2015-10-21 at 00:56 +0200, Sebastian Ramacher wrote: > Package: x264 > Version: 2:0.148.2601+gita0cd7d3-1 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > x264 failed to build on mipsel: > > # Build static lib > > LDFLAGS="-Wl,-z,relro" ./configure --prefix=/usr > > --libdir=/usr/lib/mipsel-linux-gnu > > --extra-cflags=-fno-aggressive-loop-optimizations --enable-static > > --disable-cli \ > > || ( tail -v -n +0 config.log config.log ; exit 1 ) > > You specified a pre-MSA CPU in your CFLAGS. > > If you really want to run on such a CPU, configure with --disable-asm.
So (with my mips porting hat on) you will need to pass --disable-asm here for mips, mipsel and mips64el. But why on earth is this the upstream default? MSA isn't exactly common on MIPS processors at the moment (eg binutils support was only added last year). James
signature.asc
Description: This is a digitally signed message part