<br><br><div class="gmail_quote">2008/12/17 John Rigg <span dir="ltr"><<a href="mailto:au@sound-man.co.uk">au@sound-man.co.uk</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, Dec 17, 2008 at 06:03:46PM +0100, Free Ekanayaka wrote:<br>
> I'm packaging Ardour 2.7.1 for Debian, and I'm getting the following<br>
> error while trying building on bleeding-edge Debian/sid amd64:<br>
><br>
> g++ -o libs/pbd/fpu.os -c -Woverloaded-virtual -DGTK_NEW_TOOLTIP_API -DPACKAGE=\"libpbd\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DLIBSIGC_DISABLE_DEPRECATED -DHAVE_EXECINFO -g -DARCH_X86 -msse -mfpmath=sse -DUSE_XMMINTRIN -Wall -DHAVE_LIBLO -Ilibs -DENABLE_NLS -DHAVE_GETMNTENT -pthread -fPIC -I/usr/include/glib-2.0 -Ilibs/sigc++2 -Ilibs/glibmm2 -I/usr/lib/glib-2.0/include -Ilibs/pbd -I/usr/include/libxml2 libs/pbd/fpu.cc<br>

> libs/pbd/fpu.cc: Assembler messages:<br>
> libs/pbd/fpu.cc:35: Error: suffix or operands invalid for `push'<br>
> libs/pbd/fpu.cc:37: Error: suffix or operands invalid for `mov'<br>
> libs/pbd/fpu.cc:38: Error: suffix or operands invalid for `pop'<br>
> libs/pbd/fpu.cc:35: Error: suffix or operands invalid for `push'<br>
> libs/pbd/fpu.cc:37: Error: suffix or operands invalid for `mov'<br>
> libs/pbd/fpu.cc:38: Error: suffix or operands invalid for `pop'<br>
> scons: *** [libs/pbd/fpu.os] Error 1<br>
> scons: building terminated because of errors.<br>
><br>
> The full build log is available here:<br>
><br>
> <a href="http://people.64studio.com/%7Efree/ardour_2.7.1-1_i386.build" target="_blank">http://people.64studio.com/~free/ardour_2.7.1-1_i386.build</a><br>
><br>
> Am I the only one?<br>
><br>
> The same source compiles just fine on Ubuntu/hardy i386. I didn't try<br>
> Debian/sid i386, but I can test it if needed.<br>
<br>
</div>Looks like it's trying to use the 32 bit version of the CPUID assembly<br>
code. There should be a -DUSE_X86_64_ASM defined but it's missing.<br>
Someone else reported this recently. I'm not seeing this here on<br>
Debian testing amd64.</blockquote><div><br>I have experienced the same problem on a i386 machine, everything is fine with debian lenny amd64.<br><br>Another problem with fipa optimization was fixed in the latest svn sources.<br>
<br>r<br></div></div>