Occasionally hangs on Cleaning... X files.
#10645
Replies: 2 comments 1 reply
-
I don't know why it would hang, but interrupting Meson while it is reconfiguring would definitely be expected to break the builddir, because the entire point of reconfiguring is to delete a stale build system and recreate it. Does this also happen when you run |
Beta Was this translation helpful? Give feedback.
-
I'm also experiencing this, it seems to have to do with pyenv locking up sometimes (I have ninja installed over a pyenv, but also inside a toolbox container). I have a workaround - starting a new bash shell (and thus invoking pyenv) fixes the hang for some reason. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When running
meson compile -C <builddir>
, it will hang on this line until SIGINT interruption. Happens across multiple meson projects. Here's the example log. Also, after interruption, the<builddir>
becomes broken and furthermeson compile ...
commands would output something like:until
meson setup <builddir> --reconfigure
is executed.Beta Was this translation helpful? Give feedback.
All reactions