From andrew.pennebaker at gmail.com Tue Nov 16 02:57:32 2010 From: andrew.pennebaker at gmail.com (Andrew Pennebaker) Date: Mon, 15 Nov 2010 21:57:32 -0500 Subject: [asdf-install-devel] =?windows-1252?q?ASDF-Install=3A_Error=3A_co?= =?windows-1252?q?mponent_=93zip=94_not_found?= Message-ID: I'm trying to install the zip library.?The weird thing is that ASDF doesn't appear to search online for zip. It just gives up. Specs: Allegro CL 8.2 ASDF (presumably included with Allegro) Mac OS X 10.6.4 MacBook Pro 5,1 Trace: wonko:Desktop andrew$ alisp International Allegro CL Free Express Edition 8.2 [Mac OS X (Intel)] (Jan 25, 2010 14:49) Copyright (C) 1985-2010, Franz Inc., Oakland, CA, USA. ?All Rights Reserved. This development copy of Allegro CL is licensed to: ? ?Allegro CL 8.2 Express user ;; Optimization settings: safety 1, space 1, speed 1, debug 2. ;; For a complete description of all compiler switches given the ;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS). CL-USER(1): (asdf:oos 'asdf:load-op :zip) ; Autoloading for package "ASDF": ; Fast loading /Applications/AllegroCL/code/ASDF.fasl ; Autoloading for package "EXCL.OSI": ; ? Fast loading /Applications/AllegroCL/code/OSI.fasl ; ? ? Fast loading from bundle code/fileutil.fasl. ; ? Autoloading for package "REGEXP": ; ? ? Fast loading from bundle code/regexp2-s.fasl. ; ? Autoloading for REGEXP::MAKE-VM-CLOSURE: ; ? ? Fast loading /Applications/AllegroCL/code/regexp2.fasl ; ? ? ? Fast loading /Applications/AllegroCL/code/YACC.fasl Error: component "zip" not found ? [condition type: MISSING-COMPONENT] Restart actions (select using :continue): ?0: Return to Top Level (an "abort" restart). ?1: Abort entirely from this (lisp) process. [1] CL-USER(2): From pjb at informatimago.com Tue Nov 16 05:41:23 2010 From: pjb at informatimago.com (Pascal J. Bourguignon) Date: Tue, 16 Nov 2010 06:41:23 +0100 Subject: [asdf-install-devel] =?utf-8?q?ASDF-Install=3A_Error=3A_component?= =?utf-8?b?IOKAnHppcOKAnSBub3QgZm91bmQ=?= In-Reply-To: (Andrew Pennebaker's message of "Mon, 15 Nov 2010 21:57:32 -0500") References: Message-ID: <87d3q5lta4.fsf@kuiper.lan.informatimago.com> Andrew Pennebaker writes: > I'm trying to install the zip library.?The weird thing is that ASDF > doesn't appear to search online for zip. It just gives up. Perhaps now would be a good time to switch to quicklisp? http://www.quicklisp.org Welcome to Clozure Common Lisp Version 1.6-RC1-r14432M (LinuxX8664)! ? (ql:quickload :zip) To load "zip": Install 4 Quicklisp releases: flexi-streams salza2 trivial-gray-streams zip ; Fetching # ; 14.84KB ================================================== 15,197 bytes in 0.02 seconds (615.37KB/sec) ; Fetching # ; 3.41KB ================================================== 3,489 bytes in 0.00 seconds (11472.14KB/sec) ; Fetching # ; 130.29KB ================================================== 133,413 bytes in 0.18 seconds (730.86KB/sec) ; Fetching # ; 16.16KB ================================================== 16,547 bytes in 0.03 seconds (601.65KB/sec) ; Loading "zip" [package trivial-gray-streams].................... [package flexi-streams]........................... .................................................. .................................................. [package salza2].................................. [package zip]..... (:ZIP) ? -- __Pascal Bourguignon__ http://www.informatimago.com/ A bad day in () is better than a good day in {}. From gwking at metabang.com Tue Nov 16 14:19:30 2010 From: gwking at metabang.com (Gary King) Date: Tue, 16 Nov 2010 09:19:30 -0500 Subject: [asdf-install-devel] =?windows-1252?q?ASDF-Install=3A_Error=3A_co?= =?windows-1252?q?mponent_=93zip=94_not_found?= In-Reply-To: References: Message-ID: <3DE03BEF-8CE6-4239-B3A5-E6A118511E84@metabang.com> Hi Andrew, ASDF doesn't do package searching and downloading. ASDF-Install does but it isn't well maintained (because the maintainer -- that's me -- is overwhelmed by life). As Pascal suggested, QuickLisp is a better way to go. HTH, -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter