Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make install tries to install lua files #776

Closed
Nephyrin opened this issue Aug 25, 2016 · 3 comments
Closed

make install tries to install lua files #776

Nephyrin opened this issue Aug 25, 2016 · 3 comments

Comments

@Nephyrin
Copy link

Now that lua is bundled as a submodule, make install is attempting to install the lua files, leading to conflicts with the actual package:

rtags-git: /usr/bin/lua exists in filesystem
rtags-git: /usr/bin/luac exists in filesystem
rtags-git: /usr/include/lauxlib.h exists in filesystem
rtags-git: /usr/include/lua.h exists in filesystem
rtags-git: /usr/include/lua.hpp exists in filesystem
rtags-git: /usr/include/luaconf.h exists in filesystem
rtags-git: /usr/include/lualib.h exists in filesystem
rtags-git: /usr/lib/liblua.so exists in filesystem
@Nephyrin
Copy link
Author

More complete list of unexpected files:

/usr/lib/liblua.so
/usr/share/lua
/usr/share/lua/doc
/usr/share/lua/doc/lua.css
/usr/share/lua/doc/contents.html
/usr/share/lua/doc/lua.1
/usr/share/lua/doc/luac.1
/usr/share/lua/doc/osi-certified-72x60.png
/usr/share/lua/doc/readme.html
/usr/share/lua/doc/manual.css
/usr/share/lua/doc/index.css
/usr/share/lua/doc/manual.html
/usr/share/lua/doc/logo.gif
/usr/share/lua/etc
/usr/share/lua/etc/lua.ico
/usr/share/lua/etc/lua_lang.ico
/usr/share/lua/README.md
/usr/bin/lua
/usr/bin/luac
/usr/include
/usr/include/lua.hpp
/usr/include/lauxlib.h
/usr/include/lualib.h
/usr/include/luaconf.h
/usr/include/lua.h

@kvaneesh
Copy link

Can we make it optional. Is there a documentation on lua interface. What it is used for ? I use rtags only within emacs and I am not sure what will lua scripting be used for ?

@Andersbakken
Copy link
Owner

It's not installing anymore. I'll think about making it optional.

Anders

On Fri, Aug 26, 2016 at 10:21 AM, Aneesh Kumar K.V <notifications@github.com

wrote:

Can we make it optional. Is there a documentation on lua interface. What
it is used for ? I use rtags only within emacs and I am not sure what will
lua scripting be used for ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#776 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEdShp164SklQS69pWZ81i2cySzVSy3ks5qjyCrgaJpZM4JtYnf
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants