rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.24k stars 12.71k forks source link

Installer on OS X displays wrong install sizes #26501

Open brandondrew opened 9 years ago

brandondrew commented 9 years ago

image

Installing on OS X goes well, in general, but there is a minor problem: the sizes quoted for installation of the compiler, Cargo, and of the documentation are all Zero KB.

alexcrichton commented 9 years ago

cc @brson

brson commented 9 years ago

I don't know how to fix this. The OS X installer infrastructure is not all that flexible and poorly documented. Help wanted.

brson commented 9 years ago

FWIW, all the OS X installer does is run the rust-installer tarball's install.sh script. We do this so that we can have an uninstall option since OS X's package management does not support uninstall.

steveklabnik commented 5 years ago

Triage: almost nobody uses the installers, so I doubt this is going to get fixed.