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
What exactly is required from the custom lua interpreter? #10
Comments
I guess that's really the essence of it, can't think of another requirement. |
The problem with debugging this is for me that even using this fails for me:
|
Hmm, same script worked on my machine. Perhaps you need to change 'luafake' to './luafake' or wherever it's placed. Further more, you can get more verbose output with I'm sorry about that unfortunate stack trace. It really is incomprehensible |
luafake is in PATH:
That is indeed more interesting:
It's was just a typo in shebang :) |
So far I'm blocked by rpm-software-management/rpm#1215 But this seem to do the trick:
Thanks. EDIT: the |
Hey. I try to use ilua with a custom lua interpreted (used in RPM).
It seems the interpreter doesn't support being called with a file name as an argument. Before I approach RPM to request the functions ilua needs, I'd like to know the set of requirements. I figured it's easier to ask than to reverse engineer it.
So far I think it is:
Is there anythign else? Howe can I see what's happening to debug this?
The text was updated successfully, but these errors were encountered: