Skip to content

Instantly share code, notes, and snippets.

@mclamb
mclamb / vagrant_status_good.txt
Created March 30, 2018 21:55
vagrant-vmware-desktop: Vagrant status output is good
INFO global: Vagrant version: 2.0.3
INFO global: Ruby version: 2.4.3
INFO global: RubyGems version: 2.6.14
INFO global: VAGRANT_LOG="debug"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.0.3/gems/vagrant-2.0.3/bin/vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: resolv replacement has been enabled!
INFO global: Plugins:
@mclamb
mclamb / vagrant_status_err_no_default_machine_detected.txt
Created March 30, 2018 21:50
vagrant-vmware-desktop: Vagrant status output errs with "The machine with the name 'default' was not found"
INFO global: Vagrant version: 2.0.3
INFO global: Ruby version: 2.4.3
INFO global: RubyGems version: 2.6.14
INFO global: VAGRANT_LOG="debug"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.0.3/gems/vagrant-2.0.3/bin/vagrant"
INFO global: resolv replacement has been enabled!
INFO global: Plugins:
@mclamb
mclamb / homebrew-ocaml4-fail-unexpected-dylib
Created August 29, 2012 22:22
ocaml: ocaml 4.0 fails to build during "make opt" with ld: Assertion failed: (_machoSection != 0)
mclamb@kvlt:~$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade
==> Upgrading objective-caml
==> Downloading http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.0.tar.bz2
Already downloaded: /Users/mclamb/Library/Caches/Homebrew/objective-caml-4.00.0.tar.bz2
/usr/bin/tar xf /Users/mclamb/Library/Caches/Homebrew/objective-caml-4.00.0.tar.bz2
==> Downloading patches
/usr/bin/curl -qf#LA Homebrew 0.9.3 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://caml.inria.fr/mantis/file_download.php?file_id=722&type=bug -o 000-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
@mclamb
mclamb / objective-caml-4-install-error
Created August 29, 2012 21:35
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install objective-caml
mclamb@kvlt:~$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install objective-caml
==> Downloading http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.0.tar.bz2
Already downloaded: /Users/mclamb/Library/Caches/Homebrew/objective-caml-4.00.0.tar.bz2
/usr/bin/tar xf /Users/mclamb/Library/Caches/Homebrew/objective-caml-4.00.0.tar.bz2
==> Downloading patches
/usr/bin/curl -qf#LA Homebrew 0.9.3 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://caml.inria.fr/mantis/file_download.php?file_id=722&type=bug -o 000-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file asmrun/amd64.S