Skip to content

Instantly share code, notes, and snippets.

View gyulalaszlo's full-sized avatar

Gyula László gyulalaszlo

View GitHub Profile
@gyulalaszlo
gyulalaszlo / gist:1245254
Created September 27, 2011 14:53
couchbase make fail clang
Removing libtool
Removing m4/libtool.m4
Removing m4/ltoptions.m4
Removing m4/ltsugar.m4
Removing m4/ltversion.m4
Removing m4/lt~obsolete.m4
Removing m4/version.m4
Removing src/.deps/
Removing src/.dirstamp
Removing src/config.h
@gyulalaszlo
gyulalaszlo / gist:1245138
Created September 27, 2011 14:14
couchbase make fail
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/Users/gyulalaszlo/Developer/couchbase/install/bin" || config/install-sh -c -d "/Users/gyulalaszlo/Developer/couchbase/install/bin"
/bin/sh ./libtool --mode=install /usr/bin/install -c vbuckettool vbucketkeygen '/Users/gyulalaszlo/Developer/couchbase/install/bin'
libtool: install: /usr/bin/install -c .libs/vbuckettool /Users/gyulalaszlo/Developer/couchbase/install/bin/vbuckettool
libtool: install: /usr/bin/install -c .libs/vbucketkeygen /Users/gyulalaszlo/Developer/couchbase/install/bin/vbucketkeygen
test -z "/Users/gyulalaszlo/Developer/couchbase/install/share/man/man3" || config/install-sh -c -d "/Users/gyulalaszlo/Developer/couchbase/install/share/man/man3"
test -z "/Users/gyulalaszlo/Developer/couchbase/install/share/man/man4" || config/install-sh -c -d "/Users/gyulalaszlo/Developer/couchbase/ins
@gyulalaszlo
gyulalaszlo / gist:1244900
Created September 27, 2011 12:06
couchbase rake fail
~ ❯ cd Developer/couchbase
couchbase ❯ rake
Setting otp_keep="*" for building plugins
Making file task: /Users/gyulalaszlo/Developer/couchbase/dependencies/geocouch
file /Users/gyulalaszlo/Developer/couchbase/build/lib/couchdb/plugins/geocouch => /Users/gyulalaszlo/Developer/couchbase/dependencies/geocouch
/Users/gyulalaszlo/Developer/couchbase/build/bin/autoconf2.59 => /Users/gyulalaszlo/Developer/couchbase/build/bin/autoconf
/Users/gyulalaszlo/Developer/couchbase/build/bin/autoheader2.59 => /Users/gyulalaszlo/Developer/couchbase/build/bin/autoheader
/Users/gyulalaszlo/Developer/couchbase/build/bin/autom4te2.59 => /Users/gyulalaszlo/Developer/couchbase/build/bin/autom4te
./otp_build autoconf
@gyulalaszlo
gyulalaszlo / init_repo.sh
Created August 11, 2011 12:20
create an empty git repo at /git/<repo>.git
#/usr/bin/env bash
# Create a git repo in the root git dir, and grant ownership to this user
if [ -z $1 ]
then
echo "Usage: $0 <repo name> [checkout_path]"
echo "Missing repo name"
exit $E_MISSING_POS_PARAM
fi
@gyulalaszlo
gyulalaszlo / install_rails_stack.sh
Created August 10, 2011 02:58
Debian from blank install to RVM + Ruby 1.9.2 + MongoDB 1.8.2 + NGINX + Passenger + Node + Coffee
#!/usr/bin/env bash
echo '=========================== '
echo 'This script will attempt to install on a blank Debian Lenny / Squeeze: '
echo ' '
echo 'RVM with Ruby 1.9.2 '
echo 'NodeJS v0.4.10 with NPM and Coffee-Script '
echo 'MongoDb for the DB '
echo 'Imagemagick for the MiniMagick gem '
echo 'Passanger with nginx '