Porque de una reinstalación del sistema operativo y un no a la perfección la migración de los datos que he tenido que reinstalar un par de cosas. En virtud de estas cosas fueron homebrew y truecrypt.
brew doctor
no muestra ningún problema ahora. Sólo cuando traté de instalar truecrypt. Sé que hay una versión con brew cask
. Pero no me gusta la interfaz visual, así que me decidí a buscar sólo con brew search
. Que te voy a mostrar lo que hice:
Primero busqué truecrypt. Lo encontró y lo instalamos:
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(+)
Después de que fue hecho traté de hacer uso de ella:
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 desinstalar todo el truecrypt.aplicación o más bien algunas listas están todavía allí. Si no recuerdo mal tuve que añadir los comandos de terminal para truecrypt, además, cuando he instalado truecrypt la primera vez - antes de que me enteré de que el homebrew existe.
Así que mi pregunta es: ¿Cómo se puede utilizar truecrypt que he instalado via 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'