I've got the rockspec at http://github.com/keplerproject/orbit/zipball/v2.1.0.

I get the same error when I run 'luarocks install orbit' with luarocks
1. With luarocks 2 its working fine.

Mauricio

On Wed, Nov 25, 2009 at 5:50 PM, Fabio Mascarenhas <mascaren...@acm.org> wrote:
> Maurício,
> Orbit's rockspec at http://luarocks.org/repositories/rocks is fine, what
> LuaRocks server are you using?
> --
> Fabio Mascarenhas
>
>
> On Wed, Nov 25, 2009 at 2:51 PM, Mauricio Henrique Bomfim
> <mauri...@fabricadigital.com.br> wrote:
>>
>> Hi,
>>
>>    I've tryed to install orbit 2.1.0 on Linux ubuntu but I received
>> the message below:
>>
>> cp: cannot stat `src/model.lua': No such file or directory
>>
>>    So, I've fixed the rockspec as follows and it worked.
>>
>> []'s
>>
>> Mauricio
>>
>> package = "Orbit"
>>
>> version = "2.1.0-1"
>>
>> source = {
>>  url =
>> "http://cloud.github.com/downloads/keplerproject/orbit/orbit-2.1.0.tar.gz";,
>> }
>>
>> description = {
>>  summary = "MVC for Lua Web Development",
>>  detailed = [[
>>     Orbit is a library for developing web applications according to
>>     the Model-View-Controller paradigm in Lua.
>>  ]],
>>  license = "MIT/X11",
>>  homepage = "http://www.keplerproject.org/orbit";
>> }
>>
>> dependencies = { 'luafilesystem >= 1.5.0' }
>>
>> build = {
>>   type = "module",
>>   modules = {
>>     orbit = "src/orbit.lua",
>>     ["orbit.model"] = "src/orbit/model.lua",
>>     ["orbit.pages"] = "src/orbit/pages.lua",
>>     ["orbit.cache"] = "src/orbit/cache.lua",
>>     ["orbit.ophandler"] = "src/orbit/ophandler.lua",
>>   },
>>   install = { bin = { "src/launchers/orbit" } },
>>   copy_directories = { "doc", "samples", "test" }
>> }
>>
>> _______________________________________________
>> Kepler-Project mailing list
>> Kepler-Project@lists.luaforge.net
>> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
>> http://www.keplerproject.org/
>
>
> _______________________________________________
> Kepler-Project mailing list
> Kepler-Project@lists.luaforge.net
> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
> http://www.keplerproject.org/
>

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to