-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cannot copy libjoy_lzma during gmake live
#14
Comments
Hmm. Most likely we're hitting a case where cp is unhappy copying this around and we should employ the traditional illumos solution of doing an rm -f on the files before proceeding to do the elfedit. If you do a manual rm -f, then you should be able to get past this. |
Yep, deleting the file and running |
Right, this is still a bug. I'll put together a fix for this shortly. |
D'oh! |
update joyent commits
After following these instructions on the wiki, for building smartos-live,
gmake live
fails when copying a file in from the illumos-extra repo to the proto area. Below is the output:Here are the permissions on the file:
And the same for the parent directory:
Hope this helps.
The text was updated successfully, but these errors were encountered: