[Bug 235158] lang/lua53 no longer linked against pthread

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 25 14:24:04 UTC 2019


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

--- Comment #15 from i+fbsd at amlegion.org ---
# original lua (unpatched makefile, pkg repo == mine) proof
# below
ldd /usr/local/bin/lua53
/usr/local/bin/lua53:
        libm.so.5 => /lib/libm.so.5 (0x80027e000)
        libc.so.7 => /lib/libc.so.7 (0x8002b0000)
-----------------------------------------------------------------------------
# Test = pthread, lua (unpatched makefile, pkg repo == mine)
lua53 pthr_test.lua
Killed
-----------------------------------------------------------------------------
# Test = MALLOC_CONF, lua (unpatched makefile, pkg repo = mine)
MALLOC_CONF="utrace:true" ktrace -t +w lua53 pthr_test.lua
Killed
-----------------------------------------------------------------------------
# ran, kdump -RH output linked
# disallows attachments over 1000KB, file is 1606KB

https://builds.amlegion.org/freebsd_test/malloc_conf_test_unpatched_lua.txt
-----------------------------------------------------------------------------

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


More information about the freebsd-ports-bugs mailing list