08-01-2019, 08:13 AM
Anyone could help with these dependecies...
When I run:
update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 1
and
update-alternatives --install /usr/bin/luac luac /usr/bin/luac5.3 1
I get the following eeror:
update-alternatives: error: alternative link /usr/bin/lua is already managed by lua-interpreter
Subsequently, I can then install luarocks
apt-get install luarocks
but when I try to install ats with the following command
luarocks build https://raw.githubusercontent.com/tuxd3v...0.rockspec
I'm getting the missing dependiecies errors:
Missing dependencies for ats master-0:
lua >= 5.3 (5.1-1 provided by VM)
ats master-0 depends on lua >= 5.3 (5.1-1 provided by VM)
Error: Could not satisfy dependency lua >= 5.3: No results matching query were found
I obviously have done something wrongs as I previosuly had successfully installed ats a couple of times!
Any help will be greatly appreciated otherwise I have no choice but reinstalling the whole thing from scratch....
When I run:
update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 1
and
update-alternatives --install /usr/bin/luac luac /usr/bin/luac5.3 1
I get the following eeror:
update-alternatives: error: alternative link /usr/bin/lua is already managed by lua-interpreter
Subsequently, I can then install luarocks
apt-get install luarocks
but when I try to install ats with the following command
luarocks build https://raw.githubusercontent.com/tuxd3v...0.rockspec
I'm getting the missing dependiecies errors:
Missing dependencies for ats master-0:
lua >= 5.3 (5.1-1 provided by VM)
ats master-0 depends on lua >= 5.3 (5.1-1 provided by VM)
Error: Could not satisfy dependency lua >= 5.3: No results matching query were found
I obviously have done something wrongs as I previosuly had successfully installed ats a couple of times!
Any help will be greatly appreciated otherwise I have no choice but reinstalling the whole thing from scratch....