[Rpm-maint] [rpm-software-management/rpm] Compilation fails. (#608)

Andreas Scherer notifications at github.com
Sun Dec 9 13:03:33 UTC 2018


Trying to do the following on Kubuntu 16.04.5
```
git clone --depth=1 git at github.com:ascherer/rpm.git
cd rpm
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt update
sudo apt install autoconf-archive fakechroot libarchive-dev:amd64 libdb4.8 libdb4.8++ libdb4.8++-dev libdb4.8-dev libfakechroot:amd64 libltdl-dev:amd64 liblua5.2-0-dbg:amd64 liblua5.2-dev:amd64 libmagic-dev:amd64 libnspr4-dev libnss3-dev:amd64 libperl-dev libpopt-dev:amd64 libreadline-dev:amd64 libreadline6-dev:amd64 libtinfo-dev:amd64 libtool-bin libzstd1 lua5.2 pkg-config quilt zlib1g-dev:amd64 zstd
./autogen.sh --noconfigure
sed "s/lua >=/lua5.2 >=/g" -i configure
./configure
make
```
fails with
```
rpmliblua.c: In function ‘rpmLuaInit’:
rpmliblua.c:39:45: error: ‘LUA_LOADED_TABLE’ undeclared (first use in this function)
     lua_getfield(lua->L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE);
                                             ^
rpmliblua.c:39:45: note: each undeclared identifier is reported only once for each function it appears in
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/608
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20181209/21615c61/attachment.html>


More information about the Rpm-maint mailing list