Skip to content

Instantly share code, notes, and snippets.

@a5sk4s
a5sk4s / gearman-0.34-upgrade
Created July 13, 2012 22:09
brew gearman 0.34 upgrade
==> Upgrading gearman
==> Downloading https://launchpad.net/gearmand/trunk/0.34/+download/gearmand-0.34.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gearman/0.34
==> make install
make install-am
CXX libgearman/libgearman_libgearman_la-gearman.lo
CXX libgearman/libgearman_libgearman_la-job.lo
CXX libgearman/libgearman_libgearman_la-kill.lo
CXX libgearman/libgearman_libgearman_la-log.lo
@a5sk4s
a5sk4s / brew doctor
Created August 23, 2012 15:18
gearman 0.36 install issue
Your system is raring to brew.
@a5sk4s
a5sk4s / brew doctor
Created September 25, 2012 03:22
node 0.8.9 upgrade/install issue (linking) on 10.6.8 (snow leopard)
$ brew doctor
Your system is raring to brew.
@a5sk4s
a5sk4s / brew doctor + missing
Last active December 12, 2015 03:09
pango 1.32.6 upgrade/install issue
$ brew doctor
Warning: Your file-system on / appears to be CaSe SeNsItIvE.
Homebrew is less tested with that - don't worry but please report issues.
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install pango
Run `brew missing` for more details.
@a5sk4s
a5sk4s / brew install output
Created May 16, 2013 23:02
brew update zeromq
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade zeromq 2>&1
==> Upgrading 1 outdated package, with result:
zeromq 3.2.3
==> Upgrading zeromq
rm /usr/local/include/zmq_utils.h
rm /usr/local/include/zmq.h
rm /usr/local/lib/pkgconfig/libzmq.pc
rm /usr/local/lib/libzmq.dylib
rm /usr/local/lib/libzmq.a
rm /usr/local/lib/libzmq.3.dylib
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade gearman 2>&1
==> Upgrading 1 outdated package, with result:
gearman 1.1.7
==> Upgrading gearman
rm /usr/local/bin/gearman
rm /usr/local/bin/gearadmin
rm /usr/local/include/libgearman-1.0
rm /usr/local/include/libgearman
rm /usr/local/lib/pkgconfig/gearmand.pc
rm /usr/local/lib/libgearman.dylib
@a5sk4s
a5sk4s / output.txt
Created July 24, 2013 22:30
v8 3.19.18.4 does not build on mac os x 10.6.8
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade v8 2>&1
==> Upgrading 1 outdated package, with result:
v8 3.19.18.4
==> Upgrading v8
rm /usr/local/bin/v8
rm /usr/local/bin/process
rm /usr/local/bin/preparser
rm /usr/local/bin/mksnapshot.ia32
rm /usr/local/bin/lineprocessor
rm /usr/local/bin/d8
@a5sk4s
a5sk4s / install output
Last active August 29, 2015 13:55
fsevent install issue on mac os x 10.6.8
$ npm install <path_to_fsevents>/
> fsevents@0.2.0 install <path_to_project>/node_modules/fsevents
> node-gyp rebuild
CXX(target) Release/obj.target/fse/fsevents.o
In file included from ../fsevents.cc:81:
../src/thread.cc: In static member function ‘static void* fse::FSEvents::threadRun(void*)’:
../src/thread.cc:30: error: ‘kFSEventStreamCreateFlagFileEvents’ was not declared in this scope
In file included from ../fsevents.cc:82:
@a5sk4s
a5sk4s / gist:9822278
Created March 28, 2014 00:22
angularfire-seed e2e tests in protractor speak
describe('my app', function() {
var ptor;
beforeEach(function() {
browser.driver.get('app/index.html');
ptor = protractor.getInstance();
});
it('should automatically redirect to /home when location hash/fragment is empty', function() {
// expect(browser.location().url()).toBe("/home");
@a5sk4s
a5sk4s / gist:b7b6524caafafce9be20
Created May 27, 2014 23:21
grep -rn "ruby-1.9.3-p448" ~/.rvm/wrappers
$ grep -rn "ruby-1.9.3-p448" ~/.rvm/wrappers
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/airbrake:3:if [[ -s "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" ]]
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/airbrake:5: source "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448"
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/airbrake:8: echo "ERROR: Missing RVM environment file: '/Users/akrubic/.rvm/environments/ruby-1.9.3-p448'" >&2
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/annotate:3:if [[ -s "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" ]]
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/annotate:5: source "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448"
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/annotate:8: echo "ERROR: Missing RVM environment file: '/Users/akrubic/.rvm/environments/ruby-1.9.3-p448'" >&2
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/autospec:3:if [[ -s "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" ]]
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/autospec:5: source "/Users/akr