pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: compiling python 3.10



>   I can't compile python 3.10
>   Gets to this point:
>   ....
>   And then nothing happens. Waited over an hour.
>
>  I wonder... Can this be related to randomness / entropy?

That appears to not be the case, because:

> nbsd# rndctl -l
> Source       Estimated bits    Samples Type   Flags
...
> seed                    256          2 ???    estimate, collect, v
> rdrand/rdseed          1024          2 rng    estimate, collect, v

You had a saved entropy file which was loaded.  Additionally you
have an on-CPU randomness generator.

That should in my understanding never cause a stall in fetching
randomness.

So ... I'm out of ideas and suggestions.

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index