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
I installed the nightly using the .pkg. While attempting to uninstall the nightly, I downloaded the .tar.gz (same nightly) and encountered this error when running install.sh --uninstall:
➜ rust-nightly-x86_64-apple-darwin ./install.sh --uninstall
install:
install: processing ./install.sh args
install:
install: CFG_UNINSTALL := 1
install: CFG_PREFIX := /usr/local
install: CFG_LIBDIR := /usr/local/lib
install: CFG_MANDIR := /usr/local/share/man
install:
install: validating ./install.sh args
install:
install: verifying destination is writable
install: verifying destination is not the same as source
install: error: unable to find installation manifest at /usr/local/lib/rustlib
To overcome this issue I simply installed the nightly using install.sh and ran install.sh --uninstall.
It seems that the .pkg of the nightly does not place a manifest.in file into /usr/local/lib/rustlib.
The text was updated successfully, but these errors were encountered:
The manifest file is generated by the install.sh script for installations that originated from the install.sh script. The pkg installer is intended to be uninstalled by pkg installers. If you google around for "uninstall pkg osx" you'll find a number of utilities intended for uninstalling pkg files.
I installed the nightly using the
.pkg
. While attempting to uninstall the nightly, I downloaded the.tar.gz
(same nightly) and encountered this error when runninginstall.sh --uninstall
:To overcome this issue I simply installed the nightly using
install.sh
and raninstall.sh --uninstall
.It seems that the
.pkg
of the nightly does not place amanifest.in
file into/usr/local/lib/rustlib
.The text was updated successfully, but these errors were encountered: