Debido a una reinstalación del sistema operativo y una migración no perfecta de mis datos, tuve que reinstalar algunas cosas. Bajo estas cosas estaban homebrew y truecrypt.
brew doctor
no muestra ningún problema ahora. Solo cuando intenté instalar truecrypt. Sé que hay una versión con brew cask
. Pero no me gusta la interfaz visual, así que decidí buscar solo con brew search
para ella. Te muestro lo que hice:
Primero busqué truecrypt. Lo encontré y lo instalé:
Newton:local hendrikwindel$ brew search truecrypt No formula found for "truecrypt". Searching pull requests... Open pull requests: truecrypt: Initial formula for version 7.1a (https://github.com/Homebrew/homebrew/pull/24078)
Newton:local hendrikwindel$ brew pull https://github.com/Homebrew/homebrew/pull/24078
#################################################################### 100,0% ==> Applying patch Applying: truecrypt: Initial formula for version 7.1a
/usr/local/.git/rebase-apply/patch:96: trailing whitespace.
/usr/local/.git/rebase-apply/patch:97: space before tab in indent. FilePath Application::GetConfigFilePath (const wxString &configFileName, bool createConfigDir)
/usr/local/.git/rebase-apply/patch:98: space before tab in indent. {
/usr/local/.git/rebase-apply/patch:100: space before tab in indent.
DirectoryPath configDir; /usr/local/.git/rebase-apply/patch:101: trailing whitespace. warning: squelched 144 whitespace errors warning: 148 lines applied after fixing whitespace errors.
==> Patch closes issue #24078
==> Patch changed: Library/Formula/truecrypt.rb | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+)
Una vez hecho esto, intenté usarlo:
Newton:local hendrikwindel$ man truecrypt No manual entry for truecrypt
Newton:local hendrikwindel$ truecrypt --mount /Users/***/física1 -bash: /Applications/TrueCrypt.app/Contents/MacOS/Truecrypt: No such file or directory
Creo que no se eliminó la totalidad de truecrypt.app o, más bien, algunas listas todavía están allí. Si recuerdo correctamente, tuve que agregar los comandos del terminal para truecrypt además cuando instalé Truecrypt la primera vez, antes de descubrir que existe Homebrew.
Entonces, mi pregunta es: ¿Cómo puedo usar TrueCrypt que instalé a través de brew pull
y cómo puedo solucionar este problema?
Editar:
Newton:local hendrikwindel$ type truecrypt truecrypt is aliased to '/Applications/TrueCrypt.app/Contents/MacOS/Truecrypt --text'