[Ardour-Users] Compile Ardour 2.7.1 on Debian/sid

John Rigg au at sound-man.co.uk
Wed Dec 17 10:30:28 PST 2008


On Wed, Dec 17, 2008 at 06:03:46PM +0100, Free Ekanayaka wrote:
> I'm packaging Ardour 2.7.1 for Debian, and I'm getting the following
> error while trying building on bleeding-edge Debian/sid amd64:
> 
> 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
> libs/pbd/fpu.cc: Assembler messages:
> libs/pbd/fpu.cc:35: Error: suffix or operands invalid for `push'
> libs/pbd/fpu.cc:37: Error: suffix or operands invalid for `mov'
> libs/pbd/fpu.cc:38: Error: suffix or operands invalid for `pop'
> libs/pbd/fpu.cc:35: Error: suffix or operands invalid for `push'
> libs/pbd/fpu.cc:37: Error: suffix or operands invalid for `mov'
> libs/pbd/fpu.cc:38: Error: suffix or operands invalid for `pop'
> scons: *** [libs/pbd/fpu.os] Error 1
> scons: building terminated because of errors.
> 
> The full build log is available here:
> 
> http://people.64studio.com/~free/ardour_2.7.1-1_i386.build
> 
> Am I the only one?
> 
> The same source compiles just fine on Ubuntu/hardy i386. I didn't try
> Debian/sid i386, but I can test it if needed.

Looks like it's trying to use the 32 bit version of the CPUID assembly
code. There should be a -DUSE_X86_64_ASM defined but it's missing.
Someone else reported this recently. I'm not seeing this here on
Debian testing amd64.

John



More information about the Ardour-Users mailing list