Bug 1033158 - Lua library doesn't export lua_pcall symbol.
Summary: Lua library doesn't export lua_pcall symbol.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: lua
Version: 20
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Tim Niemueller
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-21 16:04 UTC by abyss.7
Modified: 2013-11-23 12:52 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-23 12:52:30 UTC
Type: Bug


Attachments (Terms of Use)

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 .


Note You need to log in before you can comment on or make changes to this bug.