-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gobuild pack failing in Diego local install. #70
Comments
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/100818488. |
Just an FYI. I changed the Godeps go version from 1.4 to 1.4.2 it worked fine. Again this same applicaiton used to work in Pre Diego Cloudfoundry perfectly fine. may be an issue with latest buildpack , i will test that . |
Hi, @saluru, Is this also an issue if you instead stage on the DEAs? I think the problem is actually related to the 'skinny' buildpacks that now ship with cf-release, and shouldn't be related specifically to Diego at all. Here's the Golang buildpack release where they explicitly remove support for Go 1.4: https://github.com/cloudfoundry/go-buildpack/releases/tag/v1.3.0. Thanks, |
Closing due to inactivity. |
Submodule src/github.com/pkg/sftp cbc2879..e84cc8c: > Merge pull request #85 from pkg/rootdir > Merge pull request #81 from pkg/server-option > Merge pull request #80 from pkg/functional-options > Merge pull request #78 from pkg/server-readonly > Merge pull request #79 from pkg/readme-badges > Merge pull request #77 from pkg/namedreturns > Merge pull request #75 from pkg/golint > Merge pull request #73 from mdlayher/golint > Merge pull request #74 from LiterallyElvis/master > Merge pull request #72 from mdlayher/master > Merge pull request #70 from pkg/fixedbugs/69 > Merge pull request #67 from mdlayher/master > Merge pull request #64 from pkg/fixedbugs/28 > Merge pull request #63 from pkg/fixedbugs/5 > Merge pull request #61 from pkg/add-travis > Merge pull request #62 from xiu/bugfix/35-cant-remove-directories-on-servu > Merge pull request #58 from sykesm/client-realpath > Merge pull request #60 from pkg/fixedbugs/57 > updated contribution guidelines Signed-off-by: James Myers <jmyers@pivotal.io>
Hi,
I'm getting buildpack comile error when i'm trying to push the application to my local Diego install.
-----> Checking Godeps/Godeps.json file.
-----> Resource https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz is not provided by this buildpack. Please upgrade your buildpack to receive the latest resources.
-----> Installing go1.4... Staging failed: Buildpack compilation step failed
FAILED
BuildpackCompileFailed
List of Build packs from my local install.
MacBook-Pro:simple-go-web-app saluru$ cf buildpacks
Getting buildpacks...
buildpack position enabled locked filename
staticfile_buildpack 1 true false staticfile_buildpack-cached-v1.2.1.zip
java_buildpack 2 true false java-buildpack-v3.1.1.zip
ruby_buildpack 3 true false ruby_buildpack-cached-v1.6.2.zip
nodejs_buildpack 4 true false nodejs_buildpack-cached-v1.5.0.zip
go_buildpack 5 true false go_buildpack-cached-v1.5.0.zip
python_buildpack 6 true false python_buildpack-cached-v1.5.0.zip
php_buildpack 7 true false php_buildpack-cached-v4.0.0.zip
binary_buildpack 8 true false binary_buildpack-cached-v1.0.1.zip
The text was updated successfully, but these errors were encountered: