Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186798 - media-sound/ardour-2.0.3 compile fails
Summary: media-sound/ardour-2.0.3 compile fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 13:53 UTC by Max Hacking
Modified: 2007-07-27 15:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge log (media-sound:ardour-2.0.3:20070727-134409.log,9.24 KB, text/plain)
2007-07-27 13:54 UTC, Max Hacking
Details
emerge --info (emerge.info,3.88 KB, text/plain)
2007-07-27 13:56 UTC, Max Hacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Hacking 2007-07-27 13:53:46 UTC
ardour-2.0.3 fails during the compile stage of emerge

Reproducible: Always

Steps to Reproduce:
1. emerge ardour

Actual Results:  
scons make failed


Expected Results:  
clean build and install
Comment 1 Max Hacking 2007-07-27 13:54:38 UTC
Created attachment 126159 [details]
emerge log
Comment 2 Max Hacking 2007-07-27 13:56:11 UTC
Created attachment 126160 [details]
emerge --info
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-07-27 13:58:12 UTC
libs/pbd/fpu.cc: In constructor ‘PBD::FPU::FPU()’:
libs/pbd/fpu.cc:65: warning: dereferencing type-punned pointer will break strict-aliasing rules
{standard input}: Assembler messages:
{standard input}:91: Error: suffix or operands invalid for `push'
{standard input}:93: Error: suffix or operands invalid for `mov'
{standard input}:94: Error: suffix or operands invalid for `pop'
{standard input}:167: Error: suffix or operands invalid for `push'
{standard input}:169: Error: suffix or operands invalid for `mov'
{standard input}:170: Error: suffix or operands invalid for `pop'
scons: *** [libs/pbd/fpu.os] Error 1
scons: building terminated because of errors.

!!! ERROR: media-sound/ardour-2.0.3 failed.
Call stack:
Comment 4 Alexis Ballier gentoo-dev 2007-07-27 15:44:48 UTC
hmm yeah it tried to build x86 asm on amd64 if sse was not set in useflags...
should be fixed now, but they seem to have messed up the logic for compiling asm...