You are not logged in.

#1 2010-07-21 03:26:39

TheCash
Member
Registered: 2010-07-14
Posts: 41

luagl package dose not install the libaray

I have installed luagl from the AUR (had to remove xorg from the dependices for it to build) but I can't find the libaray to require. I did a search and the only thing I found was /usr/bin/luagl but when I run it I get:

PANIC: unprotected error in call to Lua API (no calling environment)

I have no ide what this is for.

and when I try to require it I get a error that lua can't find the libaray.

┌─[11:25 PM]─[eric]─[~]
└─[$]─>  lua
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> require("luagl")
stdin:1: module 'luagl' not found:
    no field package.preload['luagl']
    no file './luagl.lua'
    no file '/usr/share/lua/5.1/luagl.lua'
    no file '/usr/share/lua/5.1/luagl/init.lua'
    no file '/usr/lib/lua/5.1/luagl.lua'
    no file '/usr/lib/lua/5.1/luagl/init.lua'
    no file '/usr/lib/libluagl51.so'
stack traceback:
    [C]: in function 'require'
    stdin:1: in main chunk
    [C]: ?
>

does anyone know where the libaray is install to, or if I'm  doing somthing completly wrong.

Thanks.

Offline

#2 2010-07-21 03:34:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: luagl package dose not install the libaray

Some packages from AUR simply don't work, especially if they're old and http://aur.archlinux.org/packages.php?ID=1815 was flagged out-of-date.

Offline

#3 2010-07-21 03:44:32

TheCash
Member
Registered: 2010-07-14
Posts: 41

Re: luagl package dose not install the libaray

ok I guess I'll try to make my own.

BTW it wasnt flagged when i installed a few days ago

Last edited by TheCash (2010-07-21 03:46:06)

Offline

#4 2010-07-21 04:02:48

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: luagl package dose not install the libaray

> BTW it wasnt flagged when i installed a few days ago
Such is life. The package get flagged when somebody finds out it's old.

Offline

Board footer

Powered by FluxBB