Skip to content
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

CFG_WITHOUT: parameter not set error #34

Open
brson opened this issue May 15, 2015 · 1 comment
Open

CFG_WITHOUT: parameter not set error #34

brson opened this issue May 15, 2015 · 1 comment

Comments

@brson
Copy link
Contributor

brson commented May 15, 2015

Original report.

I'm using Linux Mint on VirtualBox. After curl -sSf https://static.rust-lang.org/rustup.sh | sh process that official site recommend i'm having this error.

Here is the full result of process:

sudo curl -s https://static.rust-lang.org/rustup.sh | sudo sh

Welcome to Rust.

WARNING: This script appears to be running as root. While it will work
correctly, it is no longer necessary for rustup.sh to run as root.

This script will download the Rust compiler and its package manager, Cargo, and
install them to /usr/local. You may install elsewhere by running this script
with the --prefix=<path> option.

The installer will run under 'sudo' and may ask you for your password. If you do
not want the script to run 'sudo' then pass it the --disable-sudo flag.

You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
or by running this script again with the --uninstall flag.

Continue? (y/N) y

rustup: gpg available. signatures will be verified
rustup: downloading manifest for 'stable'
rustup: downloading toolchain for 'stable'
######################################################################## 100,0%
gpg: Prş 14 May 2015 13:26:24 EEST imzası, RSA anahtarı ve 7B3B09DC kullanıcı kimliği ile yapılmış
gpg: "Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>" deki imza iyi
gpg: UYARI: Bu anahtar güven dereceli bir imza ile sertifikalanmamış!
gpg:          Bu imzanın sahibine ait olduğuna dair bir belirti yok.
Birincil anahtar parmak izi: 108F 6620 5EAE B0AA A8DD  5E1C 85AB 96E6 FA1B E5FE
     Yardımcı anahtar parmak izi: C134 66B7 E169 A085 1886  3216 5CB4 A934 7B3B 09DC
rustup: extracting installer
rustup: installing toolchain for 'stable'
/home/khons/.rustup/tmp/tmp-2780-10/rust-1.0.0-x86_64-unknown-linux-gnu/install.sh: 904: /home/khons/.rustup/tmp/tmp-2780-10/rust-1.0.0-x86_64-unknown-linux-gnu/install.sh: CFG_WITHOUT: parameter not set
rustup: command failed: sudo sh /home/khons/.rustup/tmp/tmp-2780-10/rust-1.0.0-x86_64-unknown-linux-gnu/install.sh --prefix=/usr/local
rustup: failed to install toolchain

Any solution to offer? Thank you.

@oguzhane
Copy link

I am using my Lubuntu with Turkish language. I downloaded linux binary and i ran install.sh with LANG=en_US parameter.

$ sudo LANG=en_US ./install.sh

It fixed the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants