<div dir="ltr">Hi, Pascal!<div><br></div><div>Thank you for the asnwer.</div><div><br></div><div>The error you wrote about is because you didn't run ./bootstrap.ecl before ./build.ecl</div><div><br></div><div>Anyway, I've added -norc to the build scripts. Please, make a pull and try again these commands:</div><div><br></div><div>./bootstrap.ecl</div><div>./build.ecl</div><div>./jslog --help</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 3, 2016 at 2:46 AM, Pascal J. Bourguignon <span dir="ltr"><<a href="mailto:pjb@informatimago.com" target="_blank">pjb@informatimago.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alexander Artemenko<br>
<span class=""><<a href="mailto:svetlyak.40wt@gmail.com">svetlyak.40wt@gmail.com</a>> writes:<br>
<br>
> Hi!<br>
><br>
> I have created a command line program:<br>
> <a href="https://github.com/svetlyak40wt/cl-jslog" rel="noreferrer" target="_blank">https://github.com/svetlyak40wt/cl-jslog</a><br>
><br>
> I've tried to build it with sbcl and it worked fine.<br>
> But when I compiled it with ECL, I found<br>
> that right after running, it outputs following error:<br>
><br>
> Condition of type: SIMPLE-ERROR<br>
> The packages<br>
> ((UIOP/OS . #<UIOP/OS package>) (UIOP/PATHNAME . #<UIOP/PATHNAME<br>
> package>))<br>
> were referenced in compiled file<br>
> NIL<br>
> but have not been created<br>
> Available restarts:<br>
><br>
> 1. (IGNORE) Ignore the error, and try the operation again<br>
><br>
> Top level in: #<process TOP-LEVEL>.<br>
><br>
> Tried ECL 16.1.4 on Ubuntu and ECL 16.0.0 on OSX.<br>
><br>
> What is the reason of this error, and how to fix it?<br>
<br>
<br>
</span>We cannot reproduce your problem because you didn't pass the -norc<br>
option to ecl, or --no-userinit to sbcl.<br>
<br>
Also, lisp/setup.lisp is missing:<br>
<br>
$ ./build.ecl<br>
[…]<br>
An error occurred during initialization:<br>
Filesystem error with pathname #P"/tmp/cl-jslog/lisp/setup.lisp".<br>
Either<br>
 1) the file does not exist, or<br>
 2) we are not allowed to access the file, or<br>
 3) the pathname points to a broken symbolic link..<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
__Pascal Bourguignon__                 <a href="http://www.informatimago.com/" rel="noreferrer" target="_blank">http://www.informatimago.com/</a><br>
“The factory of the future will have only two employees, a man and a<br>
dog. The man will be there to feed the dog. The dog will be there to<br>
keep the man from touching the equipment.” -- Carl Bass CEO Autodesk<br>
<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Alexander Artemenko (a.k.a. Svetlyak 40wt)<br>Blog: <a href="http://dev.svetlyak.ru" target="_blank">http://dev.svetlyak.ru</a><br>Photos: <a href="http://svetlyak.ru" target="_blank">http://svetlyak.ru</a><br>Jabber: <a href="mailto:svetlyak.40wt@gmail.com" target="_blank">svetlyak.40wt@gmail.com</a></div>
</div>