heroku-buildpack-apt icon indicating copy to clipboard operation
heroku-buildpack-apt copied to clipboard

Installing Cmake error

Open ahetawal-p opened this issue 8 years ago • 2 comments

My buildpack settings look like this -

Buildpack added. Next release on myapp will use:
  1. https://github.com/heroku/heroku-buildpack-apt
  2. heroku/ruby

And my AptFile looks like this -

cmake
http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz

Running git push heroku master I am seeing below error. How can i fix this -

Total 2255 (delta 1419), reused 2249 (delta 1417)
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Failed to detect set buildpack https://github.com/heroku/heroku-buildpack-apt
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote: 
remote:  !     Push failed
remote: Verifying deploy...

ahetawal-p avatar Jan 27 '17 05:01 ahetawal-p

I received the same issue

Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 740 bytes | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Failed to detect app matching no buildpack
remote:        More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote:  !     Push failed
remote: Verifying deploy...

zoiec avatar May 16 '17 22:05 zoiec

@zoiec Your issue isn't cmake error. The build system is not able to automatically detect the type of app you're deploying. Check this forum once. It may help you solve the issue.

tsadarsh avatar Jul 23 '21 17:07 tsadarsh