Deploying a Go app with Imagemagick on Heroku -



Deploying a Go app with Imagemagick on Heroku -

i've been trying deploy simple go app imagick requires imagemagick. i've tried using multi buildpack install imagemagick , run app. how .buildpack looks like:

https://github.com/mcollina/heroku-buildpack-imagemagick https://github.com/kr/heroku-buildpack-go.git

and error see on heroku:

fetching repository, done. counting objects: 170, done. compressing objects: 100% (154/154), done. writing objects: 100% (169/169), 170.13 kib | 0 bytes/s, done. total 169 (delta 21), reused 0 (delta 0) -----> fetching custom git buildpack... done -----> multipack app detected =====> downloading buildpack: https://github.com/mcollina/heroku-buildpack-imagemagick =====> detected framework: -----> installing libpng 1.5.14 download completed installation completed -----> installing imagemagick 6.8.2-3 download completed installation completed -----> building runtime environment imagemagick =====> downloading buildpack: https://github.com/kr/heroku-buildpack-go.git =====> detected framework: go -----> installing go1.3... done -----> running: godep go install -tags heroku ./... # github.com/gographics/imagick/imagick error: 'removealphachannel' undeclared (first utilize in function) error: 'flattenalphachannel' undeclared (first utilize in function) godep: go exit status 2 ! force rejected, failed compile multipack app git@heroku.com:philosoraptor-me.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed force refs

have tried updating local re-create of gographics/imagick , doing godep update gographics/imagick ? error error: 'flattenalphachannel' undeclared seems coming library , not buildpack

heroku go imagemagick

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -