-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo segfaults on some builds #377
Comments
Which versions of |
As stated before, I use
|
Just tried
which is a bug in the ebuild, just like #340. It tries to download dependencies by cargo itself instead of putting them into |
Seems like my problems were caused by the same thing, since they stopped after pulling your change. |
Unfortunately, other packages now started to segfault—namely |
Well, I installed |
I had Cargo as an independent package (not a part of I gave your way a go and now everything seems to be in order. |
I cannot build some packages, namely
app-misc/bat-0.7.1
anddev-util/racer-9999
, because Cargo segfaults:I find it strange, because I can build some others, like
sys-apps/exa-0.8.0
orsys-apps/fd-7.2.0
just fine, plus I can build bat and racer just fine withcargo install
.I run
dev-lang/rust-bin-9999
withdev-util/cargo-9999
.The text was updated successfully, but these errors were encountered: