Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-lang/luajit installing into /usr/local ?!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Sun Mar 18, 2018 12:05 am    Post subject: dev-lang/luajit installing into /usr/local ?! Reply with quote

I was noticed a strange message when updating by system:
Code:
 * Messages for package dev-lang/luajit-2.0.5:

 *
 * Installation of a directory is blocked by a file:
 *   '/usr/local/lib'
 * This file will be renamed to a different name:
 *   '/usr/local/lib.backup.0000'
 *


While the message is not concerning, it is strange about the location. I thought, packages from portage generally should not be installing into /usr/local; so why is this one doing so?

Code:
Oate /home/ct85711 # ls /usr/local/
bin  include  lib  lib.backup.0000  portage  sbin  share
Oate /home/ct85711 # ls /usr/local/bin/
luajit  luajit-2.0.5
Oate /home/ct85711 # ls /usr/local/include/
luajit-2.0
Oate /home/ct85711 # ls /usr/local/include/luajit-2.0/
lauxlib.h  lua.h  lua.hpp  luaconf.h  luajit.h  lualib.h
Oate /home/ct85711 # ls /usr/local/lib
libluajit-5.1.a  libluajit-5.1.so  libluajit-5.1.so.2  libluajit-5.1.so.2.0.5  lua  pkgconfig
Oate /home/ct85711 # equery b /usr/local/include/luajit-2.0/l
lauxlib.h  lua.h      lua.hpp    luaconf.h  luajit.h   lualib.h
Oate /home/ct85711 # equery b /usr/local/include/luajit-2.0/lua.h
 * Searching for /usr/local/include/luajit-2.0/lua.h ...
dev-lang/luajit-2.0.5 (/usr/local/include/luajit-2.0/lua.h)


Code:

Oate /home/ct85711 # equery f luajit
 * Searching for luajit ...
 * Contents of dev-lang/luajit-2.0.5:
/usr
/usr/bin
/usr/bin/luajit -> luajit-2.0.5
/usr/bin/luajit-2.0.5
/usr/include
/usr/include/luajit-2.0
/usr/include/luajit-2.0/lauxlib.h
/usr/include/luajit-2.0/lua.h
/usr/include/luajit-2.0/lua.hpp
/usr/include/luajit-2.0/luaconf.h
/usr/include/luajit-2.0/luajit.h
/usr/include/luajit-2.0/lualib.h
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/bin
/usr/lib/debug/usr/bin/luajit-2.0.5.debug
/usr/lib/debug/usr/lib64
/usr/lib/debug/usr/lib64/libluajit-5.1.so.2.0.5.debug
/usr/lib/debug/usr/local
/usr/lib/debug/usr/local/bin
/usr/lib/debug/usr/local/bin/luajit-2.0.5.debug
/usr/lib/debug/usr/local/lib
/usr/lib/debug/usr/local/lib/libluajit-5.1.so.2.0.5.debug
/usr/lib64
/usr/lib64/libluajit-5.1.a
/usr/lib64/libluajit-5.1.so -> libluajit-5.1.so.2.0.5
/usr/lib64/libluajit-5.1.so.2 -> libluajit-5.1.so.2.0.5
/usr/lib64/libluajit-5.1.so.2.0.5
/usr/lib64/lua
/usr/lib64/lua/5.1
/usr/lib64/pkgconfig
/usr/lib64/pkgconfig/luajit.pc
/usr/local
/usr/local/bin
/usr/local/bin/luajit -> luajit-2.0.5
/usr/local/bin/luajit-2.0.5
/usr/local/include
/usr/local/include/luajit-2.0
/usr/local/include/luajit-2.0/lauxlib.h
/usr/local/include/luajit-2.0/lua.h
/usr/local/include/luajit-2.0/lua.hpp
/usr/local/include/luajit-2.0/luaconf.h
/usr/local/include/luajit-2.0/luajit.h
/usr/local/include/luajit-2.0/lualib.h
/usr/local/lib
/usr/local/lib/libluajit-5.1.a
/usr/local/lib/libluajit-5.1.so -> libluajit-5.1.so.2.0.5
/usr/local/lib/libluajit-5.1.so.2 -> libluajit-5.1.so.2.0.5
/usr/local/lib/libluajit-5.1.so.2.0.5
/usr/local/lib/lua
/usr/local/lib/lua/5.1
/usr/local/lib/pkgconfig
/usr/local/lib/pkgconfig/luajit.pc
/usr/local/share
/usr/local/share/lua
/usr/local/share/lua/5.1
/usr/local/share/luajit-2.0.5
/usr/local/share/luajit-2.0.5/jit
/usr/local/share/luajit-2.0.5/jit/bc.lua
/usr/local/share/luajit-2.0.5/jit/bcsave.lua
/usr/local/share/luajit-2.0.5/jit/dis_arm.lua
/usr/local/share/luajit-2.0.5/jit/dis_mips.lua
/usr/local/share/luajit-2.0.5/jit/dis_mipsel.lua
/usr/local/share/luajit-2.0.5/jit/dis_ppc.lua
/usr/local/share/luajit-2.0.5/jit/dis_x64.lua
/usr/local/share/luajit-2.0.5/jit/dis_x86.lua
/usr/local/share/luajit-2.0.5/jit/dump.lua
/usr/local/share/luajit-2.0.5/jit/v.lua
/usr/local/share/luajit-2.0.5/jit/vmdef.lua
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/man/man1/luajit.1
....


Obviously, luajit is claiming these file; and no I did NOT install this outside of portage. So is this a bug in the package or what?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Mon Mar 19, 2018 4:02 pm    Post subject: Reply with quote

It seems a bug luajit 2.0.4 install in correct paths 2.0.5 version no
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum