From gwking at metabang.com Thu Jan 5 23:18:13 2006 From: gwking at metabang.com (Gary King) Date: Thu, 5 Jan 2006 18:18:13 -0500 Subject: [ait-devel] Re: startup.lisp and output. In-Reply-To: <20060105211448.BA791B9C2E3@neverblows.hpcf.upr.edu> References: <20060105211448.BA791B9C2E3@neverblows.hpcf.upr.edu> Message-ID: <67407925-2345-4998-BC83-FCFAD426158E@metabang.com> Hi Humberto, Thanks for this report. I've reproduced it to some extent here under OS X. I think that the error occurs before I have error handlers set up and that's why things get confused. I'm not sure why the main SBCL would go south. In any case, I'll take a look and get back to you later tonight. AIT now has it's own mailing lists (thanks to Common-Lisp.net) Thanks, On Jan 5, 2006, at 4:14 PM, Humberto Ortiz Zuazaga wrote: > I'm still having trouble with AIT. Running (ait:main) yeilds the > following error: > > (:install "albert" :start "2006-01-05 17:08:57" > :lisp :SBCL :host-lisp-version "0.9.7.1" :host-implementation > "sbcl-0.9.7.1-linux-x86" > ALBERT : 1:result 1 > STYLE-WARNING: > Character decoding error in a #|-comment at position 65 reading > source file # /home/humberto/temporary/asdf-test/input/sbcl/site-systems/ > albert.asd" {C765EC9}>, resyncing. > :end "2006-01-05 17:09:41" > ) > > The main sbcl then eats 100% CPU until I kill it. > > Running the startup.lisp for albert by hand works. I guess it's a > problem with the parser for extracting information from the asd file? > > -- > Humberto Ortiz Zuazaga > Programmer-Archaeologist > High Performance Computing facility > University of Puerto Rico > http://www.hpcf.upr.edu/~humberto/ -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: From gwking at metabang.com Fri Jan 6 05:13:21 2006 From: gwking at metabang.com (Gary King) Date: Fri, 6 Jan 2006 00:13:21 -0500 Subject: [ait-devel] Albert and SBCL Message-ID: <807D00D4-1E1F-47D2-BF0F-A25DDFB34AB6@metabang.com> Just to keep you posted, I'm still not sure what goes wrong when asdf- install tries to read the ASD file for Albert while testing. When I try: sbcl --load "startup.lisp" I get a simple-error. The error occurs within the error handler that AIT wraps around the call to ASDF-Install but doesn't seem to be catching the error. That's probably a misdiagnosis and I'll look into more soon. -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: From gwking at metabang.com Fri Jan 6 13:34:03 2006 From: gwking at metabang.com (Gary King) Date: Fri, 6 Jan 2006 08:34:03 -0500 Subject: [ait-devel] Re: ASDF-Install-Tester & ASDF-Status In-Reply-To: <8757cb490601052228m1703ed0bvb15c643544bd8f30@mail.gmail.com> References: <8757cb490601052228m1703ed0bvb15c643544bd8f30@mail.gmail.com> Message-ID: <423F5152-FAC6-40C7-B515-F9B5558C5A2B@metabang.com> Hi Bill, Thanks. Brian is working on making trivial-http available through ASDF-Install again. In the meantime, you can check it out by hand using subversion: > svn co svn://unmutual.info/trivial-http My apologies. I've been meaning to document this and just hadn't done it yet. Thanks for taking the time to point it out to me, On Jan 6, 2006, at 1:28 AM, Bill Clementson wrote: > Hi Gary, > > I attempted to install your two ASDF utilities the other day but > wasn't successful in building asdf-install-tester due to the > unavailability of trivial-http. I believe Brian Mastenbrook's server > has been out of action for a while now - are you aware of any other > location for his trivial-http package (which asdf-install-tester > requires)? > > Cheers, > Bill -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: From gwking at metabang.com Fri Jan 6 21:36:39 2006 From: gwking at metabang.com (Gary King) Date: Fri, 6 Jan 2006 16:36:39 -0500 Subject: [ait-devel] Re: startup.lisp and output. In-Reply-To: <20060106140804.4E919B9C203@neverblows.hpcf.upr.edu> References: <20060106140804.4E919B9C203@neverblows.hpcf.upr.edu> Message-ID: <41574338-F537-4C4F-9C1E-EBE5BB47CBE1@metabang.com> Thanks Humberto, I'll be posting these results soon. On Jan 6, 2006, at 9:08 AM, Humberto Ortiz Zuazaga wrote: > Gary King wrote: > >> Yes, please send me everything in .../asdf-test/input > > I tarred up partial results in the asdf-test directory: > > http://www.hpcf.upr.edu/~humberto/asdf-tests-jan-6.tar.gz > > It hung on PNG, so I'm going to run the systems from png down in a > bit. > > -- > Humberto Ortiz Zuazaga > Programmer-Archaeologist > High Performance Computing facility > University of Puerto Rico > http://www.hpcf.upr.edu/~humberto/ -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: From humberto at hpcf.upr.edu Sat Jan 7 01:21:31 2006 From: humberto at hpcf.upr.edu (Humberto Ortiz Zuazaga) Date: Fri, 06 Jan 2006 21:21:31 -0400 Subject: [ait-devel] Results sbcl 0.9.7.1 linux i386 Message-ID: <20060107012131.41BB1B9C203@neverblows.hpcf.upr.edu> I've tarred up ~/temporary/asdf-test with the results of almost all the installable packages. http://www.hpcf.upr.edu/~humberto/asdf-tests-jan-6-pm.tar.gz How can I feed this to asdf-status? -- Humberto Ortiz Zuazaga Programmer-Archaeologist High Performance Computing facility University of Puerto Rico http://www.hpcf.upr.edu/~humberto/ From gwking at metabang.com Sat Jan 7 02:22:19 2006 From: gwking at metabang.com (Gary King) Date: Fri, 6 Jan 2006 21:22:19 -0500 Subject: [ait-devel] Results sbcl 0.9.7.1 linux i386 In-Reply-To: <20060107012131.41BB1B9C203@neverblows.hpcf.upr.edu> References: <20060107012131.41BB1B9C203@neverblows.hpcf.upr.edu> Message-ID: <502A17C0-E370-40AB-AD49-15F2806A3AE9@metabang.com> Hi Humberto, In _theory_, you'd ASDF-Install ASDF-Status, set the configuration variables (like *input-directory*, *data-directory*, and so forth) and then execute > (generate-asdf-status-website (process-systems-data)) This uses the file system as a very clunky database and builds a static website from the data. In the long run, it would be a great project to make this whole process much more dynamic and database driven... but I haven't given that much thought yet. At the very least, I hope to automate the process so that it is easy to submit data and so that the website rebuilds automatically. In _practice_ however, ASDF-Status depends on a patch to CL-FAD that is still pending and all the rest of the data is sitting on my computer. So I'm one of the bottlenecks in the system. I'm open to suggestions for improvements, etc. The code for both the tester and the website is pretty clunky but, so far, it works so that's something. Thanks for the data. On Jan 6, 2006, at 8:21 PM, Humberto Ortiz Zuazaga wrote: > I've tarred up ~/temporary/asdf-test with the results of almost all > the > installable packages. > > http://www.hpcf.upr.edu/~humberto/asdf-tests-jan-6-pm.tar.gz > > How can I feed this to asdf-status? > > -- > Humberto Ortiz Zuazaga > Programmer-Archaeologist > High Performance Computing facility > University of Puerto Rico > http://www.hpcf.upr.edu/~humberto/ > _______________________________________________ > ait-devel mailing list > ait-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/ait-devel -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: From gwking at metabang.com Sat Jan 7 02:40:53 2006 From: gwking at metabang.com (Gary King) Date: Fri, 6 Jan 2006 21:40:53 -0500 Subject: [ait-devel] Latest results are posted Message-ID: <8AD95D7D-68A3-419F-BBCF-331A98BEF24A@metabang.com> Humberto's latest results are on the ASFD-Status page (http://common- lisp.net/project/cl-containers/asdf-status/website/output/) thanks, -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: From root at common-lisp.net Wed Jan 18 16:23:12 2006 From: root at common-lisp.net (root) Date: Wed, 18 Jan 2006 10:23:12 -0600 (CST) Subject: [ait-devel] Auto-nag: ait link verifier failed Message-ID: <20060118162312.AEF2E8017@common-lisp.net> You are being nagged on because your project's name showed up in the nightly Checkbot run. Checkbot checks for broken links etc. This probably means that you are either pointing to a broken link or that someone is pointing to a broken link on your site. Or something else, it check's a bunch of stuff. Update your webpages or you shall be nagged again next week. To find out what's wrong with your webpages, please consult: http://common-lisp.net/checkbot/checkbot-common-lisp.net.html Any questions? You can reach the author of this cronjob at admin at common-lisp.net Thanks! From root at common-lisp.net Mon Jan 23 08:15:01 2006 From: root at common-lisp.net (root) Date: Mon, 23 Jan 2006 02:15:01 -0600 (CST) Subject: [ait-devel] Auto-nag: ait link verifier failed Message-ID: <20060123081501.CB0F61E1DD@common-lisp.net> You are being nagged on because your project's name showed up in the nightly Checkbot run. Checkbot checks for broken links etc. This probably means that you are either pointing to a broken link or that someone is pointing to a broken link on your site. Or something else, it check's a bunch of stuff. Update your webpages or you shall be nagged again next week. To find out what's wrong with your webpages, please consult: http://common-lisp.net/checkbot/checkbot-common-lisp.net.html Any questions? You can reach the author of this cronjob at clo-devel at common-lisp.net Thanks! From root at common-lisp.net Mon Jan 30 08:15:01 2006 From: root at common-lisp.net (root) Date: Mon, 30 Jan 2006 02:15:01 -0600 (CST) Subject: [ait-devel] Auto-nag: ait link verifier failed Message-ID: <20060130081501.7483C510A@common-lisp.net> You are being nagged on because your project's name showed up in the nightly Checkbot run. Checkbot checks for broken links etc. This probably means that you are either pointing to a broken link or that someone is pointing to a broken link on your site. Or something else, it check's a bunch of stuff. Update your webpages or you shall be nagged again next week. To find out what's wrong with your webpages, please consult: http://common-lisp.net/checkbot/checkbot-common-lisp.net.html Any questions? You got this email but your webpage doesn't seem to be listed on the checkbot webpage? You can reach the author of this cronjob at clo-devel at common-lisp.net Thanks!