Opened 12 years ago
Closed 11 years ago
#35858 closed defect (fixed)
lua-luasocket: compiler, arch flags, universal variant, livecheck
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | emmett.shear@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | cooljeanius (Eric Gallager), nerdling (Jeremy Lavergne) | |
Port: | lua-luasocket |
Description
lua-luasocket does not ensure it's UsingTheRightCompiler. It doesn't use -arch flags or have a universal variant. The livecheck doesn't work.
Change History (6)
comment:1 Changed 11 years ago by anddam (Andrea D'Amore)
comment:3 Changed 11 years ago by dbevans (David B. Evans)
libquvi-scripts is currently broken due to a need for this port (#42520). Since there still hasn't been any maintainer response, can we go ahead and declare it unmaintained and get it fixed as indicated?
comment:5 Changed 11 years ago by Ionic (Mihai Moldovan)
Updated to 3.0-beta1, this issue can be closed.
comment:6 Changed 11 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Apart the issue you raised luasocket 2.x is only compatible with Lua 5.1, we've since switched to Lua 5.2 and API is broken. Loading the luasocket .so built with Lua 5.2 will trigger dlopen() errors.
We should switch to 3.0-rc1 even if it's not stable because it is compatible with 5.2.
At the same time I'd say this ticket acts as port abandoment since the maintainer hasn't replied to this or #34799 in more than a year.