Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

build seems to complete successfully but hangs and doesn't download #28

Open
RandomEtc opened this issue Jul 14, 2012 · 1 comment
Open

Comments

@RandomEtc
Copy link

I'm seeing exactly the same issue as described here on Stackoverflow. I'm trying to build Cairo and Pixman as described in issue #20. Pixman previously built correctly for me but now hangs. I can log on to the dyno and build it manually using /bin/make but I'm not sure what else to test.

@ddollar
Copy link
Contributor

ddollar commented Jul 15, 2012

I've been working on a build system called anvil and I think it may be better suited for these types of builds.

Here's a sample build of memcached using anvil:

$ heroku build http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz -b https://raw.github.com/ddollar/vulcan-recipes/master/memcached.sh

Note that you give it a source tarball and a shell script to run. Anything that you leave in the /app directory will be scooped up into the "slug"

Give this a shot and let me know if it works for you. Feel free to grab me as ddollar on Freenode if you want something a bit more interactive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants