Custom Query (1030 matches)
Results (328 - 330 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #668 | worksforme | public svn off-line | ||
| Description |
The following are not operative: $ svn up svn: OPTIONS of 'http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl': could not connect to server (http://svn.clozure.com) $ svn co http://svn.clozure.com/publicsvn/openmcl/release/1.4/darwinx86/ccl svn: OPTIONS of 'http://svn.clozure.com/publicsvn/openmcl/release/1.4/darwinx86/ccl': could not connect to server (http://svn.clozure.com) Why? Telnet-ing to svn.clozure.com's port 80 and manually doing a GET reveals: $ telnet svn.clozure.com 80 Trying 74.50.56.8... Connected to setf.clozure.com. Escape character is '^]'. GET /publicsvn/ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /publicsvn/ was not found on this server.</p> <hr> <address>Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.5.1 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 Server at setf.clozure.com Port 80</address> </body></html> Connection closed by foreign host. Basically, the web server doesn't have a /publicsvn page. Is a handler off-line? |
|||
| #1423 | duplicate | ./lx86cl: No such file or directory on 64bit ubuntu | ||
| Description |
I am running ccl on an Ubuntu 64 VM and I am having trouble getting lx86cl to run. This is a clean install of ubuntu with nothing installed on it but what comes with it by default, build-essential and subversion. I do not think the fact that I'm working on a virtual machine is causing the issue.
I followed the instructions to install ccl from https://ccl.clozure.com/install.html and the associated webpages.
I used the command
I attempted to run ccl directly from the terminal using the command: What I haven't done:
In the past I just shrugged and moved on using ccl64 only, but now I am at a point where I need to test to make sure my project works in the 32bit version. So, I'm trying to make sure each works before I set up emacs, slime and quicklisp on this clean VM. Any thoughts on getting the 32 bit version of CCL to work for this setup? Is this a true bug? Am I alone out here with this issue? I'm not very experienced with linux so please let me know if I'm missing something obvious! |
|||
| #1386 | fixed | Add &LEXPR to LAMBDA-LIST-KEYWORDS | ||
| Description |
According to CLHS entry for Constant Variable
Therefore I conclude that CCL is not compliant when it comes to this issue. This is a suggested patch to fix this behaviour. https://github.com/phoe/ccl/commit/5ac9d024c08fc5eb5302491be218143640aa3388 |
|||
