After finishing stage 2 (after emerge system) in fresh install, emerge crashes with: OverflowError: float too large to convert at several places in: /usr/lib/python2.2/site-packages/portage.py For example at line 3646 (i fixed one occuurence of this before, somewhere around line 60-80). It's at command: mytime=int(time.time()) Bug can be fixed with: mytime=round(time.time()) It doesn't occurs with some parameters, but occurs with: emerge [-p | -s] <pkgname>
Oh I forgot, fresh install, fresh emerge sync (which works without crash)
*** This bug has been marked as a duplicate of 11333 ***