[Bug 191476] New: luajit port not linked against pthread

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 29 13:07:48 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191476

            Bug ID: 191476
           Summary: luajit port not linked against pthread
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: justin at specialbusservice.com

The Lua port was changed to link against pthread
http://svnweb.freebsd.org/ports?view=revision&revision=324286

But the luajit one was not. Unfortunately that means that if you open a library
linked to pthread in luajit it just hangs forever in a kernel mutex which is
not very helpful. This means that I have to compile my own luajit instead, and
not use the one that pkg installs which is annoying.

(or someone could fix the underlying issue of an executable not linked to
pthread not being able to dlopen a library linked to it...)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list