I am trying to create a buildpack to install couchbase on heroku. Even though, according to the web it seems i have done everything right and it has worked in order to install gdal and geos, i fail to compile libcouchbase.
My code and approach is here: https://github.com/mpetyx/heroku-buildpack-couchbase-geo-django. I have set
heroku config:add BUILDPACK_URL=git://github.com/mpetyx/heroku-buildpack-couchbase-geo-django.git
and it installs the geodjango dependencies but i can not install libcouchbase.
Any ideas?
The failing ouput is published in this gist https://gist.github.com/mpetyx/8237990.