Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573960 - mozart-1.4.0-r3 will not build even with no use flags
Summary: mozart-1.4.0-r3 will not build even with no use flags
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-05 19:49 UTC by deference
Modified: 2016-02-21 06:08 UTC (History)
1 user (show)

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


Attachments
Build log (build-mozart-1.4.0-r3-0.txt,53.02 KB, text/plain)
2016-02-05 19:49 UTC, deference
Details
emerge --info mozart (emergeinfo-mozart-1.4.0-r3-0.txt,6.64 KB, text/plain)
2016-02-05 19:50 UTC, deference
Details
build log (build-mozart-1.4.0-r3-0.log,51.41 KB, text/plain)
2016-02-21 06:08 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
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.