Trying to compile mpv runs out of memory towards the end (? - says 225/226 anyways) - I killed it at 5.8G memory usage. Reproducible: Always Steps to Reproduce: 1. emerge media-video/mpv Actual Results: compile runs out of memory Expected Results: compiles successfully
Created attachment 372952 [details] build.log
Please post your `emerge --info' output in a comment. Judging from the build log, you might have better success trying with a sane set of CFLAGS, but it's impossible to tell because you didn't say /what/ is using up all that memory.
(In reply to Jeroen Roovers from comment #2) > Please post your `emerge --info' output in a comment. > > Judging from the build log, you might have better success trying with a sane > set of CFLAGS, but it's impossible to tell because you didn't say /what/ is > using up all that memory. For what it's worth, you're right: it /is/ due to the "insane" gcc flags. For reference, I narrowed it down to "-O3" combined with any of "-fgraphite-identity" and "-floop-parallelize-all". I'll add a patch for the ebuild to strip the two -f... flags, but since they seem to be unsupported, I'll close this bug. Thanks for bearing with me :)
Created attachment 373008 [details, diff] ebuild patch to strip offending flags