Date: Sun, 29 Jun 2014 13:07:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191476] New: luajit port not linked against pthread Message-ID: <bug-191476-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: justin@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191476-13>