Re: [Ecls-list] Is this a bug?
On Wed, Mar 20, 2013 at 12:45 AM, David Creelman wrote: > Hi, > I'm trying to get my small webserver up on my tiny machine. > I've compiled the latest ECL and I get the following error after trying to > use quicklisp > My fault. ASDF now follows a different procedure for installing itself. This caused problems with early references to the ASDF package during the time ECL was built -- after ECL is finished building, ASDF renames the old ASDF package to ASDF-1.0 I have fixed ecl/src/bare.lsp.in and now things should work again. At least this says so http://ecls.sourceforge.net/reports-generated/ecl/index.html:-) Juanjo -- Instituto de FĂsica Fundamental, CSIC c/ Serrano, 113b, Madrid 28006 (Spain) http://juanjose.garciaripoll.googlepages.com -- Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___ Ecls-list mailing list Ecls-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ecls-list
Re: [Ecls-list] Is this a bug?
David Creelman writes: > Hi, > I'm trying to get my small webserver up on my tiny machine. > I've compiled the latest ECL and I get the following error after trying to > use quicklisp > > davidc@vps:~$ ecl > ;;; Loading "/home/davidc/quicklisp/setup.lisp" > ;;; Loading #P"/usr/local/lib/ecl-12.12.1/cmp.fas" > ;;; Loading #P"/usr/local/lib/ecl-12.12.1/asdf.fas" > ASDF could not load sockets because Error while trying to load definition > for system sockets from pathname SYS:SOCKETS.ASD.NEWEST: There is no > package with the name ASDF-1.0.. > An error occurred during initialization: > Error while trying to load definition for system sockets from pathname > SYS:SOCKETS.ASD.NEWEST: There is no package with the name ASDF-1.0.. > davidc@vps:~$ (ql:quickload "hunchentoot") > -bash: ql:quickload: command not found > davidc@vps:~$ > > Does anyone know how to get around this one? > If I take out the autoload created by quicklisp in .eclrc, it all seems to > work again. ldconfig is setup correctly I think. > > My .eclrc is :- > ;;; The following lines added by ql:add-to-init-file: > #-quicklisp > (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" >(user-homedir-pathname > (when (probe-file quicklisp-init) > (load quicklisp-init))) Your sockets.asd file must be coming from a previous compilation. Try doing make distclean before compiling. -- With best regards, Stas. -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar ___ Ecls-list mailing list Ecls-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ecls-list