Summary: | media-video/mplayer2 injects -march=... -mtune=... into CFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Flogeras <dflogeras2> |
Component: | Current packages | Assignee: | Nikoli <nikoli> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | jer, media-video, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
media-video:mplayer2-2.0_p20130428-r1:20140823-092249.log.xz
build log from x86 chroot emerge --info from x86 chroot |
Description
David Flogeras
2014-10-02 13:10:54 UTC
1) Please post your `emerge --info media-video/mplayer2' output in a comment. 2) Please attach the entire build log to this bug report. Created attachment 385952 [details]
media-video:mplayer2-2.0_p20130428-r1:20140823-092249.log.xz
Confirmed.
Created attachment 385954 [details]
build log from x86 chroot
Created attachment 385956 [details]
emerge --info from x86 chroot
It differes based on whether USE=cpudetection is set. ./configure will gladly use whatever CPU it finds on the system. An entire section of configure should probably be ripped out. media-video/mplayer has USE cpudetection and similar build system, does it have same behaviour for you? (In reply to Nikoli from comment #6) > media-video/mplayer has USE cpudetection and similar build system, does it > have same behaviour for you? Are you asking this because you couldn't possibly begin to check how mplayer does that yourself? This bug is about mplayer2. In the same build environment, mplayer with default USE="-cpudetection" does _not_ exhibit this problem. If you check the generated config.mak, there is no mention of -march=native (that is, as long as you didn't specify it yourself). mplayer2 is abandoned and last-rited |