In stage 2 I've done `emerge system` as instructed. When compiling cxx_app.cpp I got the message in the summary line. This was caused by fpos.h which was indirectly included. Reproducible: Always Steps to Reproduce: 1. I've just went through the stages as instructed. 2. 3. Actual Results: The build failed and the `emerge system` stopped Expected Results: Full execution of `emerge system` I really stuck here. I can't use my computer. I'll very much appreciate a quick response. If you know how i can workaround it I'll be very glad.
Please attach a log of the failure so we can diagnose the problem better. Does it allways fail at the same point. Also take a look at bug #20600 for general causes and solutions
Created attachment 15961 [details] The erroe message from the compiler
Which CFLAGS are you using? Please try compiling with CFLAGS="-O2 -mcpu=i686 -pipe" and similar CXXFLAGS. Also, next time could you attach the full log as can be created by emerge db &>db.log
Created attachment 15974 [details] full log of "emerge db"
`emerge gcc` solved the problem for me
Ok, good to hear that. Closing the bug