Skip to content

Instantly share code, notes, and snippets.

@mark-ellul
Created April 21, 2011 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-ellul/935075 to your computer and use it in GitHub Desktop.
Save mark-ellul/935075 to your computer and use it in GitHub Desktop.
bigcouch make fail
mark@mark-ubuntu-rcm:~/Development$ sudo apt-get install libmozjs-1.9.2 libmozjs-1.9.2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-2.6.35-27-generic linux-headers-2.6.35-27
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
libmozjs-1.9.2 libmozjs-1.9.2-dev
0 upgraded, 2 newly installed, 0 to remove and 21 not upgraded.
Need to get 1,706kB of archives.
After this operation, 4,678kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/commonjs/ppa/ubuntu/ karmic/main libmozjs-1.9.2 i386 1.9.2-2 [638kB]
Get:2 http://ppa.launchpad.net/commonjs/ppa/ubuntu/ karmic/main libmozjs-1.9.2-dev i386 1.9.2-2 [1,068kB]
Fetched 1,706kB in 3s (471kB/s)
Selecting previously deselected package libmozjs-1.9.2.
(Reading database ... 261311 files and directories currently installed.)
Unpacking libmozjs-1.9.2 (from .../libmozjs-1.9.2_1.9.2-2_i386.deb) ...
Selecting previously deselected package libmozjs-1.9.2-dev.
Unpacking libmozjs-1.9.2-dev (from .../libmozjs-1.9.2-dev_1.9.2-2_i386.deb) ...
Setting up libmozjs-1.9.2 (1.9.2-2) ...
Setting up libmozjs-1.9.2-dev (1.9.2-2) ...
mark@mark-ubuntu-rcm:~/Development$ git clone https://github.com/cloudant/bigcouch.git
Initialized empty Git repository in /home/mark/Development/bigcouch/.git/
remote: Counting objects: 16472, done.
remote: Compressing objects: 100% (5850/5850), done.
remote: Total 16472 (delta 12173), reused 14117 (delta 10312)
Receiving objects: 100% (16472/16472), 4.14 MiB | 853 KiB/s, done.
Resolving deltas: 100% (12173/12173), done.
mark@mark-ubuntu-rcm:~/Development$ cd bigcouch/
mark@mark-ubuntu-rcm:~/Development/bigcouch$ ./configure -p /home/mark/Development/bc
==> configuring bigcouch in rel/bigcouch.config
==> couch (get-deps)
==> rel (get-deps)
==> bigcouch (get-deps)
Pulling oauth from {git,"https://github.com/cloudant/erlang-oauth.git",
{branch,"couch"}}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/oauth/.git/
Pulling ibrowse from {git,"https://github.com/cloudant/ibrowse.git",
{branch,"couch2"}}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/ibrowse/.git/
Pulling mochiweb from {git,"https://github.com/cloudant/mochiweb.git",
{branch,"couch"}}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/mochiweb/.git/
Pulling rexi from {git,"https://github.com/cloudant/rexi.git",master}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/rexi/.git/
Pulling fabric from {git,"https://github.com/cloudant/fabric.git",master}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/fabric/.git/
Pulling mem3 from {git,"https://github.com/cloudant/mem3.git",master}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/mem3/.git/
Pulling chttpd from {git,"https://github.com/cloudant/chttpd.git",master}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/chttpd/.git/
==> oauth (get-deps)
==> ibrowse (get-deps)
==> mochiweb (get-deps)
==> rexi (get-deps)
Pulling twig from {git,"https://github.com/cloudant/twig.git",master}
Initialized empty Git repository in /home/mark/Development/bigcouch/deps/twig/.git/
==> twig (get-deps)
==> fabric (get-deps)
==> mem3 (get-deps)
==> chttpd (get-deps)
==> oauth (update-deps)
==> ibrowse (update-deps)
==> mochiweb (update-deps)
==> twig (update-deps)
==> rexi (update-deps)
Updating twig from {git,"https://github.com/cloudant/twig.git",master}
==> fabric (update-deps)
Updating twig from {git,"https://github.com/cloudant/twig.git",master}
==> mem3 (update-deps)
Updating twig from {git,"https://github.com/cloudant/twig.git",master}
==> chttpd (update-deps)
==> couch (update-deps)
==> rel (update-deps)
==> bigcouch (update-deps)
Updating oauth from {git,"https://github.com/cloudant/erlang-oauth.git",
{branch,"couch"}}
Updating ibrowse from {git,"https://github.com/cloudant/ibrowse.git",
{branch,"couch2"}}
Updating mochiweb from {git,"https://github.com/cloudant/mochiweb.git",
{branch,"couch"}}
Updating rexi from {git,"https://github.com/cloudant/rexi.git",master}
Updating fabric from {git,"https://github.com/cloudant/fabric.git",master}
Updating mem3 from {git,"https://github.com/cloudant/mem3.git",master}
Updating chttpd from {git,"https://github.com/cloudant/chttpd.git",master}
{prefix, "/home/mark/Development/bc"}.
{data_dir, "/home/mark/Development/bc/var/lib"}.
{view_dir, "/home/mark/Development/bc/var/lib"}.
{user, "mark"}.
{node_name, "-name bigcouch"}.
{cluster_port, 5984}.
{backend_port, 5986}.
mark@mark-ubuntu-rcm:~/Development/bigcouch$ make
==> couchjs (compile)
scons: Reading SConscript files ...
Checking for C library m... yes
Checking for C library pthread... yes
Checking for C library curl... yes
Checking for C header file js/jsapi.h... yes
Checking for C library mozjs... no
Checking for C library js... no
Could not find JS library. Is Mozilla SpiderMonkey installed?
make: *** [compile] Error 1
mark@mark-ubuntu-rcm:~/Development/bigcouch$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment