FS#32048 - [luajit] Module path is /usr/local, not /usr

Attached to Project: Community Packages
Opened by Corey Richardson (cmr) - Thursday, 18 October 2012, 03:56 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 18 October 2012, 04:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

luajit has an incorrect module search path (package.path). It uses /usr/local as the prefix. Patch attached.

Steps to reproduce:

pacman -S lua luajit lua-zlib # or any other lua module
luajit -e 'require "zlib"' # borken
lua -e 'require "zlib"' # not borken
This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Thursday, 18 October 2012, 04:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  luajit 2.0.0b11-3

Loading...