On 11/07/2014 01:04 PM, hasufell wrote: > Next thing that comes to my mind is: indeterministic results. I'v had > LOTS of them with portage. You run an emerge, abort. You run it again... > and woosh, different result.
This is a result of the solution space being quite large, combined with hash randomization (and possibly some other forms of randomization). You will probably notice this sort of randomization more for failed dependency calculations than for successful dependency calculations. Successful dependency calculations will almost always result in reproducible results. -- Thanks, Zac