This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is raring to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew doctor | |
Your system is raring to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install <path_to_fsevents>/ | |
> [email protected] 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
OlderNewer