-
Notifications
You must be signed in to change notification settings - Fork 26
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
packit 0.10.2 unable to extract dependency #161
Comments
Looks still not able to extract dependency for php-dist. See https://github.com/paketo-buildpacks/php-dist/runs/2494636534?check_suite_focus=true (as part of paketo-buildpacks/php-dist#220) |
It appears that php-dist is trying to make a symlink to a file on the underlying OS that does not exist. I will do some investigating but I believe that not having a check for the file being linked to existing causes some security concerns. |
Tried with the branch in #173 but getting the same issue |
Interesting...I will have to check this out further. |
@arjun024 I cannot repro on the branch you specified. |
Not sure if it was my error in testing again, but yes works now. Thank you. For reference, tested code copied below.
with local copy pointing to the topic branch.
|
As I've outlined in #173 (comment), this appears to be an issue with the |
Hopefully this will be resolved soon by cloudfoundry/binary-builder#56 |
@arjun024 is this resolved? |
What happened?
See
php-dist: https://github.com/paketo-buildpacks/php-dist/runs/2354116118?check_suite_focus=true
cpython: https://github.com/paketo-community/cpython/runs/2354101672?check_suite_focus=true
Extracting the dependency leads to error with packit 0.10.2.
Reproduce error
For php-dist:
Checklist
The text was updated successfully, but these errors were encountered: