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

./configure: Permission denied for bad archives #10

Open
shagren opened this issue Sep 26, 2017 · 0 comments
Open

./configure: Permission denied for bad archives #10

shagren opened this issue Sep 26, 2017 · 0 comments

Comments

@shagren
Copy link

shagren commented Sep 26, 2017

I had error like when install optipng-bin module

/bin/sh: ./configure: Permission denied

I spent some time and found where is the problem:

  1. When I add new module which use bin-builds it`s try to download and install some tar.gz file from sourceforge.net
  2. But sourceforge.net had some maitenance issues at that moment and return some html instead tar.gz file which download module store as filename.tar.gz
  3. Then decompress-tar return empty files list to decompress-targz and last pass this list to decompress
  4. bin-builts think thats all right and try to execute autoconf and failed.

I think must be test for this situation. But I do not sure in which module:

  • decompress
  • decompress-tar
  • download
  • bin-build
  • tar-stream
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

1 participant