FS#67504 - lua52-socket cannot be imported

Attached to Project: Community Packages
Opened by Alex Xu (Hello71) - Wednesday, 05 August 2020, 23:53 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 06 August 2020, 03:18 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

steps to reproduce:

1. pacman -S lua52-socket
2. lua5.2 -e 'require "socket"'

expected results:

no output

actual results:

lua5.2: error loading module 'socket.core' from file '/usr/lib/lua/5.2/socket/core.so':
/usr/lib/lua/5.2/socket/core.so: undefined symbol: lua_newuserdatauv
stack traceback:
[C]: in ?
[C]: in function 'require'
/usr/share/lua/5.2/socket.lua:12: in main chunk
[C]: in function 'require'
(command line):1: in main chunk
[C]: in ?

additional information:

lua52 5.2.4-5
lua52-socket 20190219-3
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 06 August 2020, 03:18 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#67455 

Loading...