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

Missing dependent module 'checks' #2

Open
CheyiLin opened this issue Jun 26, 2014 · 4 comments
Open

Missing dependent module 'checks' #2

CheyiLin opened this issue Jun 26, 2014 · 4 comments

Comments

@CheyiLin
Copy link

Hi, I got following error message when running luadocumentor which installed by luarocks:

$ luadocumentor
/usr/bin/lua: ...ome/cheyi/.luarocks/share/lua/5.1/metalua/loader.lua:21: module 'checks' not found:No LuaRocks module found for checks
    no field package.preload['checks']
    no file '/usr/share/lua/5.1/checks.lua'
    no file '/usr/share/lua/5.1/checks/init.lua'
    no file '/home/cheyi/.luarocks/share/lua/5.1/checks.lua'
    no file '/home/cheyi/.luarocks/share/lua/5.1/checks/init.lua'
    no file './checks.lua'
    no file '/usr/share/lua/5.1/checks.lua'
    no file '/usr/share/lua/5.1/checks/init.lua'
    no file '/usr/lib64/lua/5.1/checks.lua'
    no file '/usr/lib64/lua/5.1/checks/init.lua'
    no file '/usr/lib/lua/5.1/checks.so'
    no file '/home/cheyi/.luarocks/lib/lua/5.1/checks.so'
    no file './checks.so'
    no file '/usr/lib64/lua/5.1/checks.so'
    no file '/usr/lib64/lua/5.1/loadall.so'
stack traceback:
    [C]: in function 'require'
    ...ome/cheyi/.luarocks/share/lua/5.1/metalua/loader.lua:21: in main chunk
    [C]: in function 'require'
    /home/cheyi/.luarocks/share/lua/5.1/lddextractor.lua:12: in main chunk
    [C]: in function 'require'
    /home/cheyi/.luarocks/share/lua/5.1/docgenerator.lua:22: in main chunk
    [C]: in function 'require'
    ...arocks/rocks/luadocumentor/0.1.5-1/bin/luadocumentor:36: in main chunk
    [C]: ?

It works after I installed module 'checks' by luarocks.

@KINFOO
Copy link
Contributor

KINFOO commented Jun 26, 2014

Well, thanks for reporting this.
checks is supposed to be optional and it is Metalua which depends on it.
We are digging it.

@KINFOO
Copy link
Contributor

KINFOO commented Jun 26, 2014

Waiting for Bug 438294 to be solved.

@birgersp
Copy link

+1

@FlightControl-User
Copy link

There needs to be a new release published 0.1.5-2 please!

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

4 participants