bug-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-zile] Google Summer of Code 2014


From: Gary V. Vaughan
Subject: Re: [Bug-zile] Google Summer of Code 2014
Date: Sat, 8 Mar 2014 13:13:35 +1300

On Mar 8, 2014, at 10:42 AM, Reuben Thomas <address@hidden> wrote:

> On 7 March 2014 21:27, Garnaik Sumeet <address@hidden> wrote:
>> Sir,
>>      In case of bootstrap.cloning the specl,the server timed out,I have been 
>> trying this every couple hrs for about 10 hrs,it timed out every time.
>> 
> So you had no problem cloning zile from savannah.gnu.org, but you had a 
> problem cloning specl from github.com? Do you have problems with other github 
> URLs? Or is your problem with any use of the git protocol (in which case you 
> can follow the instructions under "Development sources" in README.md to 
> automatically have git convert git URLs to https URLs)?
>  
>> After running make for the first time I got the following as the output
>> 
>>   ZLC      lib/zmacs/commands.lua
>> /usr/bin/lua: ./lib/zmacs/zlc:22: module 'std.io' not found:
>>     no field package.preload['std.io']
>>     no file '/home/sumefsp/COMPUTING/OPEN-SOURCE/zile/lib/std/io.lua'
>>     no file '/home/sumefsp/COMPUTING/OPEN-SOURCE/zile/lib/std/io.lua'
>>     no file './std/io.lua'
>>     no file '/usr/local/share/lua/5.1/std/io.lua'
>>     no file '/usr/local/share/lua/5.1/std/io/init.lua'
>>     no file '/usr/local/lib/lua/5.1/std/io.lua'
>>     no file '/usr/local/lib/lua/5.1/std/io/init.lua'
>>     no file '/usr/share/lua/5.1/std/io.lua'
>>     no file '/usr/share/lua/5.1/std/io/init.lua'
>>     no file './std/io.so'
>>     no file '/usr/local/lib/lua/5.1/std/io.so'
>>     no file '/usr/lib/i386-linux-gnu/lua/5.1/std/io.so'
>>     no file '/usr/lib/lua/5.1/std/io.so'
>>     no file '/usr/local/lib/lua/5.1/loadall.so'
>>     no file './std.so'
>>     no file '/usr/local/lib/lua/5.1/std.so'
>>     no file '/usr/lib/i386-linux-gnu/lua/5.1/std.so'
>>     no file '/usr/lib/lua/5.1/std.so'
>>     no file '/usr/local/lib/lua/5.1/loadall.so'
>> stack traceback:
>>     [C]: in function 'require'
>>     ./lib/zmacs/zlc:22: in main chunk
>> 
>>     [C]: ?
>> test -f 'lib/zmacs/commands.lua'
>> make: *** [lib/zmacs/commands.lua] Error 1
>> 
> OK, that looks like a bug. Gary?

First thing to check is where luarocks installed lua-stdlib's io.lua file, and
determine why that location is missing from the 'no file' list above.

Upgrading to Lua 5.2, and making sure luarocks is installing to a Lua 5.2 tree
is important too.

If it's not already clear what needs fixing at this point, then removing
lib/zmacs/commands.lua and recompiling with `make V=1` will show the full zlc
command that causes that error.

HTH,
-- 
Gary V. Vaughan (gary AT vaughan DOT pe)

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

[Prev in Thread] Current Thread [Next in Thread]