On Fri, Mar 23, 2012 at 1:00 PM, Ignacio Burgueño <[email protected]> wrote: > Hi! LR 2.0.8 on Debian Squeeze 64 bits. > > Typing luarocks says the following at the end: > > ```` > CONFIGURATION > Using system configuration file: /etc/luarocks/config.lua (ok) > and user configuration file: /home/ignacio/.luarocks/config.lua (failed) > ```` > > I have one rock installed locally and other rocks installed on the system > repo. I have no /home/ignacio/.luarocks/config.lua file. > Is that normal? If it is, saying "(failed)" is misleading.
Yes, I guess the message is misleading. The problem is that I'm not telling apart file-not-found from failing to read the file. I just changed it to show it like the following: ```` CONFIGURATION System configuration file: /etc/luarocks/config.lua (ok) User configuration file: /home/ignacio/.luarocks/config.lua (not found) ```` How about that? -- Hisham ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
