Bug 205517 - net/luasocket don't include unix domain socket support
Summary: net/luasocket don't include unix domain socket support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-22 17:32 UTC by slw
Modified: 2016-09-08 13:33 UTC (History)
1 user (show)

See Also:
amdmi3: maintainer-feedback-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description slw 2015-12-22 17:32:51 UTC
Truing to use unix domain socket give next error:

runtime error: ./redis.lua:835: module 'socket.unix' not found:
        no field package.preload['socket.unix']
        no file './socket/unix.lua'
        no file '/usr/local/share/luajit-2.0.4/socket/unix.lua'
        no file '/usr/local/share/lua/5.1/socket/unix.lua'
        no file '/usr/local/share/lua/5.1/socket/unix/init.lua'
        no file '/usr/local/admin/lua/socket/unix.lua'
        no file './socket/unix.so'
        no file '/usr/local/lib/lua/5.1/socket/unix.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file './socket.so'
        no file '/usr/local/lib/lua/5.1/socket.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2016-09-08 12:19:40 UTC
Maintainer timeout.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-09-08 12:23:47 UTC
A commit references this bug:

Author: amdmi3
Date: Thu Sep  8 12:23:29 UTC 2016
New revision: 421542
URL: https://svnweb.freebsd.org/changeset/ports/421542

Log:
  - Tweak install target to make unix domain socket support module installed
  - While here, silence stripping and switch to options helpers

  PR:		205517
  Approved by:	maintainer timeout (lx, 9 months)

Changes:
  head/net/luasocket/Makefile
  head/net/luasocket/pkg-plist