Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#30702 - [luaposix] Missing dependency (luabitop)

Attached to Project: Community Packages
Opened by Gil Brandao (madskaddie) - Monday, 16 July 2012, 11:38 GMT
Last edited by Sébastien Luttringer (seblu) - Saturday, 21 July 2012, 13:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

luaposix depends on luabitop but the later package is not automatically installed. Here's a message from the upstream dev:

"""
Apologies, I've failed to document the dependency (with Lua 5.1) on BitOp: http://bitop.luajit.org/

I'll fix the README for the next release.
""""
in
https://github.com/rrthomas/luaposix/issues/43

Additional info:
* community/luaposix 5.1.20-2
* community/luabitop 1.0.2-1



Steps to reproduce:

I (manually) installed the lmod package (), and the following runtime error occurs:
"""
module
/usr/bin/lua: /usr/share/lua/5.1/posix.lua:5: module 'bit' not found:
no field package.preload['bit']
no file '/opt/lmod/lmod/libexec/bit.lua'
no file './bit.lua'
no file '/usr/share/lua/5.1/bit.lua'
no file '/usr/share/lua/5.1/bit/init.lua'
no file '/usr/lib/lua/5.1/bit.lua'
no file '/usr/lib/lua/5.1/bit/init.lua'
no file './bit.so'
no file '/usr/lib/lua/5.1/bit.so'
no file '/usr/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/usr/share/lua/5.1/posix.lua:5: in main chunk
[C]: in function 'require'
/opt/lmod/lmod/libexec/capture.lua:7: in main chunk
[C]: in function 'require'
/opt/lmod/lmod/libexec/lmod:46: in main chunk
[C]: ?
"""
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Saturday, 21 July 2012, 13:57 GMT
Reason for closing:  No response
Comment by Sébastien Luttringer (seblu) - Tuesday, 17 July 2012, 10:19 GMT
can you print the output of the following commands:
pacman -Qi luaposix
pacman -Ql luabitop
ls '/usr/lib/lua/5.1/bit.so'

Loading...