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

wsh/scripts/INDEX requires file hashing but this is missing #11

Closed
insomniacslk opened this issue Aug 15, 2016 · 1 comment
Closed

wsh/scripts/INDEX requires file hashing but this is missing #11

insomniacslk opened this issue Aug 15, 2016 · 1 comment

Comments

@insomniacslk
Copy link

To reproduce:

  • install as per wiki instructions (deps / make / make install)
  • cp /bin/ls ls.so
  • wld -libify ls.so
  • wsh ./ls.so

will yield:

$ wsh ./ls.so

FATAL ERROR:
  luaL_loadfile() failed: cannot open /usr/share/wcc/scripts/hashing: No such file or directory

This file is pointed by https://github.com/endrazine/wcc/blob/master/src/wsh/scripts/INDEX#L8 but it is not available in the repository and therefore in the installation directory.

@endrazine
Copy link
Owner

Hi Insomniacslk,
you're absolutely right. Fixed in commit 1a7a00c
Thanks !
j-

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