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

compilation error: ./tools/yasm-filter.sh: Permission denied #37

Closed
fomy opened this issue Apr 17, 2018 · 3 comments
Closed

compilation error: ./tools/yasm-filter.sh: Permission denied #37

fomy opened this issue Apr 17, 2018 · 3 comments

Comments

@fomy
Copy link

fomy commented Apr 17, 2018

CC igzip/igzip_inflate.lo
CC erasure_code/ec_highlevel_func.lo
MKTMP erasure_code/gf_vect_mul_sse.s
CCAS erasure_code/gf_vect_mul_sse.lo
./libtool: line 1111: ./tools/yasm-filter.sh: Permission denied
make[1]: *** [erasure_code/gf_vect_mul_sse.lo] Error 1
rm erasure_code/gf_vect_mul_sse.s
make: *** [all] Error 2

Does anyone know how to solve this problem?

Thanks

@gbtucker
Copy link
Contributor

I haven't seen this problem before but as a permission issue perhaps a permission was changed or temp file created as root, etc. I would suggest starting clean make distclean; git clean -i -d and see if git show shows any changes.

@fomy
Copy link
Author

fomy commented Apr 18, 2018

Maybe only the master has this problem.
I download isa-l-2.22.0 instead, and pass the compilation.

Thanks

@gbtucker
Copy link
Contributor

Thanks, closing the issue. Please let us know if you can see the issue again.

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

No branches or pull requests

2 participants