Skip to content
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

Updates mono to version 5.4.1.6 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Updates mono to version 5.4.1.6 #3

wants to merge 2 commits into from

Conversation

tamizhvendan
Copy link

No description provided.

@tamizhvendan
Copy link
Author

tamizhvendan commented Nov 5, 2017

@ademar After hours of trial and errors, I have fixed the signature mismatch error and I am able to build successfully. But while running the built buildpack, heroku reports the following error

remote: -----> Setting envvars
remote: -----> Importing trusted root certificates
remote: /app/tmp/buildpacks/92fea1525b84540a7fd606fa674cc2245e866bfe4761e80aa37bbbc6628cd5df9c0d29d3e533472e67ad3c88b66e521b467eae459bc01a5a4ad3ccf28171b4f3/bin/compile: line 61: cert-sync: command not found
remote:  !     Push rejected, failed to compile SuaveFramework app.
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:
remote: !	Push rejected to fstweet.

When I tried manually copying it the tar to I am getting /usr/bin/mono command not found error.

When I checked the docker image those two files are there

$ site/ docker run -it -v ${PWD}/cache:/var/cache tamizhvendan/mono-builder /bin/bash
root@135ba8411eda:/# which cert-sync
/usr/bin/cert-sync
root@135ba8411eda:/# which mono
/usr/bin/mono

I am not sure how to fix it and So, I am just leaving it here to know what we can do to fix it?

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

Successfully merging this pull request may close these issues.

1 participant