Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 573960

Summary: mozart-1.4.0-r3 will not build even with no use flags
Product: Gentoo Linux Reporter: deference
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal CC: deference
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
emerge --info mozart
build log

Description deference 2016-02-05 19:49:13 UTC
Created attachment 424694 [details]
Build log

No comment on why it fails.

[ebuild  N    ] dev-lang/mozart-1.4.0-r3  USE="-doc -emacs -examples -gdbm -static -tcl -threads -tk"
Comment 1 deference 2016-02-05 19:50:08 UTC
Created attachment 424696 [details]
emerge --info mozart
Comment 2 Pacho Ramos gentoo-dev 2016-02-08 10:56:16 UTC
Maybe you should recompile your system with simpler flags than:
CFLAGS="-pipe -O2 -march=amdfam10 -mtune=amdfam10 -m3dnow -mmmx -msse -msse3 -msse4a -mfpmath=sse -mpopcnt -mabm -mfxsr -msahf -mrecip=all -frecord-gcc-switches -minline-stringops-dynamically"

As they will likely lead to some random bugs with random packages
Comment 3 deference 2016-02-21 06:08:35 UTC
Created attachment 426046 [details]
build log

I have changed the use flags, I had to turn the march/mtune options on as the configure script fails otherwise.