On Sun, 7 Sep 2025, ASSI via Cygwin-apps wrote: > Jeremy Drake via Cygwin-apps writes: > > I hacked together a braindead cygport, > > I've cloned the branch and started a bootstrap build -- no output since > the bootstrap stage and a single thread toiling away on stage2 since > around 5 hours by now. Is that to be expected?
I've seen it hang up like that a lot locally, but not in GitHub Actions. I think it's due to number of threads somehow. It seems less likely to happen with "-j 4" option added to the x.py install command.