Bug 1033158

Summary: Lua library doesn't export lua_pcall symbol.
Product: [Fedora] Fedora Reporter: abyss.7
Component: luaAssignee: Tim Niemueller <tim>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: cse.cem+redhatbugz, michel, tim, yjcoshc
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-23 12:52:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description abyss.7 2013-11-21 16:04:51 UTC
Description of problem:
running command `objdump -T /usr/lib64/liblua.so` shows that some functions are missing: lua_pcall, lua_call, luaL_loadfile, lua_tonumber, etc.

Version-Release number of selected component (if applicable):
5.2.2

Comment 1 abyss.7 2013-11-23 12:52:30 UTC
Not a bug - since the version 5.2 the lua_pcall() is just a #define over lua_pcallk().

It's placed in lua.h .