You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo-ebuild ebuild --noaudit in the cloned https://github.com/rust-lang/rust-bindgen.git repo with tag v0.63.0 checked-out causes cargo-ebuild to hang indefinitely without producing any output.
… whereupon it hangs until interrupted. This happens with releases 0.5.1 & 0.5.2.
It would be handy if a --verbose option could be added to give more visibility into what is happening internally (what files are being read, what crates have been discovered on the fly, etc.)!
The text was updated successfully, but these errors were encountered:
Running
cargo-ebuild ebuild --noaudit
in the cloned https://github.com/rust-lang/rust-bindgen.git repo with tag v0.63.0 checked-out causescargo-ebuild
to hang indefinitely without producing any output.If I run it through
ltrace
, I see:… whereupon it hangs until interrupted. This happens with releases 0.5.1 & 0.5.2.
It would be handy if a
--verbose
option could be added to give more visibility into what is happening internally (what files are being read, what crates have been discovered on the fly, etc.)!The text was updated successfully, but these errors were encountered: