FS#35018 - [lighttpd] Explicit Lua 5.1 support for mod_magnet and mod_cml

Attached to Project: Arch Linux
Opened by Adrian C. (anrxc) - Sunday, 28 April 2013, 20:04 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 02 November 2013, 22:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello with both lua (5.2) and lua5.1 are installed I failed to build Lighttpd as it tried to link with v5.2 which seems to be unsupported at the moment.

Additional info:
* lighttpd 1.4.32-4
* logs
> mod_magnet.c: In function 'traceback':
> mod_magnet.c:831:18: error: 'LUA_GLOBALSINDEX' undeclared (first use in this function)
> etc. etc.


Failing to find a way to declare usage of 5.1 from the PKGBUILD directly, I made a patch. Attached.

This task depends upon

Closed by  Pierre Schmitz (Pierre)
Saturday, 02 November 2013, 22:35 GMT
Reason for closing:  Upstream
Comment by Adrian C. (anrxc) - Saturday, 02 November 2013, 18:07 GMT
Was this fixed upstream in v1.4.33? As I see this patch is being ignored over 6 months.
Comment by Pierre Schmitz (Pierre) - Saturday, 02 November 2013, 22:35 GMT
If you want this patched, please push this upstream. For us this is not a real problem as the build env does not have both lua versions installed.

Loading...