From rohan.nicholls at googlemail.com Sun Feb 22 09:40:26 2009 From: rohan.nicholls at googlemail.com (Rohan Nicholls) Date: Sun, 22 Feb 2009 10:40:26 +0100 Subject: [clbuild-devel] ediware link seems to be not updating Message-ID: Hi all, First like to say that I love clbuild, and use it for cl development, thanks for all the great work. Something I have noticed in the last couple of days is that the ediware stuff is not updating correctly. New versions of hunchentoot, chunga and others have been released, but this is not being reflected in clbuild. I have looked into this a bit, and sure enough the latest changes to the darcs mirror is December 02. I am not sure if the cronjob that is supposed to create the nightly build has stopped or if there is something wrong with the script that pulls the tarballs into the darcs repository is giving errors, but the updates are not happening. One thing that has occurred to me is that the new versions have some major departures from the last, and that it is producing a bunch of conflicts. Could someone notify the maintainer of the darcs mirror that there is something wrong? Thanks, I am looking forward to using the new hunchentoot, hence this mail. :) Thanks again to everyone for such a great piece of software. Rohan From zaries at global.co.za Sun Feb 22 10:18:12 2009 From: zaries at global.co.za (Phil Marneweck) Date: Sun, 22 Feb 2009 12:18:12 +0200 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: References: Message-ID: <1235297892.26539.6.camel@scatha> I love clbuild too, thanx Had a look at the same issue on ediware in the last couple of days...and according to some of the stuff in the hunchentoot mailing list there is a svn repository for hunchentoot etc. Should clbuild not point to that instead? svn://bknr.net/svn/ediware Phil On Sun, 2009-02-22 at 10:40 +0100, Rohan Nicholls wrote: > Hi all, > > First like to say that I love clbuild, and use it for cl development, > thanks for all the great work. > > Something I have noticed in the last couple of days is that the > ediware stuff is not updating correctly. New versions of hunchentoot, > chunga and others have been released, but this is not being > reflected in clbuild. I have looked into this a bit, and sure enough > the latest changes to the darcs mirror is December 02. I am not sure > if the cronjob that is supposed to create the nightly build has > stopped or if there is something wrong with the script that pulls the > tarballs into the darcs repository is giving errors, but the updates > are not happening. > > One thing that has occurred to me is that the new versions have some > major departures from the last, and that it is producing a bunch of > conflicts. > > Could someone notify the maintainer of the darcs mirror that there is > something wrong? > > Thanks, I am looking forward to using the new hunchentoot, hence this > mail. :) > > Thanks again to everyone for such a great piece of software. > > Rohan > > _______________________________________________ > clbuild-devel mailing list > clbuild-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/clbuild-devel From rohan.nicholls at googlemail.com Sun Feb 22 14:23:29 2009 From: rohan.nicholls at googlemail.com (Rohan Nicholls) Date: Sun, 22 Feb 2009 15:23:29 +0100 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: <1235297892.26539.6.camel@scatha> References: <1235297892.26539.6.camel@scatha> Message-ID: Yes, I thought that would be a good idea as well. I think I will just tweak clbuild for myself and see how that works. The only thing I was a little worried about was whether the libraries became horrible unstable between releases, but from what I have seen of edi's projects, I doubt it. And it looks like this url will be stable for a while, from the looks of that discussion. Rohan On Sun, Feb 22, 2009 at 11:18 AM, Phil Marneweck wrote: > I love clbuild too, thanx > > Had a look at the same issue on ediware in the last couple of days...and > according to some of the stuff in the hunchentoot mailing list there is > a svn repository for hunchentoot etc. Should clbuild not point to that > instead? > > svn://bknr.net/svn/ediware > > Phil > > On Sun, 2009-02-22 at 10:40 +0100, Rohan Nicholls wrote: >> Hi all, >> >> First like to say that I love clbuild, and use it for cl development, >> thanks for all the great work. >> >> Something I have noticed in the last couple of days is that the >> ediware stuff is not updating correctly. New versions of hunchentoot, >> chunga and others have been released, but this is not being >> reflected in clbuild. I have looked into this a bit, and sure enough >> the latest changes to the darcs mirror is December 02. I am not sure >> if the cronjob that is supposed to create the nightly build has >> stopped or if there is something wrong with the script that pulls the >> tarballs into the darcs repository is giving errors, but the updates >> are not happening. >> >> One thing that has occurred to me is that the new versions have some >> major departures from the last, and that it is producing a bunch of >> conflicts. >> >> Could someone notify the maintainer of the darcs mirror that there is >> something wrong? >> >> Thanks, I am looking forward to using the new hunchentoot, hence this >> mail. :) >> >> Thanks again to everyone for such a great piece of software. >> >> Rohan >> >> _______________________________________________ >> clbuild-devel mailing list >> clbuild-devel at common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/clbuild-devel > > > _______________________________________________ > clbuild-devel mailing list > clbuild-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/clbuild-devel > From rohan.nicholls at googlemail.com Sun Feb 22 16:06:43 2009 From: rohan.nicholls at googlemail.com (Rohan Nicholls) Date: Sun, 22 Feb 2009 17:06:43 +0100 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: References: <1235297892.26539.6.camel@scatha> Message-ID: Looking at this more closely, I see that the whole ediware repository is actually a series of externals. Which is obviously why the developers set up the darcs repository as they did. Basically what would be needed, and I think was running until recently was a checkout of the whole ediware tree, and then suck the various separate projects into their own darcs repositories, which makes them to be accessed autonomously. I have not looked at the script at the clbuild url, but I have a feeling that is exactly what it does. So for ediware to work with clbuild the way it is, we need a system like that in place. A workaround would be to checkout the whole ediware tree, and then create the needed symlinks into /source/ add the projects to the ones clbuild is aware of (as I do for stumpwm), and you would be away to the races. Something I think I will try out. It is disappointing that a simple url change would not work, but makes the work that loliveira has put into this all the more impressive. Thanks, for that. :) Rohan On Sun, Feb 22, 2009 at 3:23 PM, Rohan Nicholls wrote: > Yes, I thought that would be a good idea as well. I think I will just > tweak clbuild > for myself and see how that works. The only thing I was a little worried about > was whether the libraries became horrible unstable between releases, but > from what I have seen of edi's projects, I doubt it. > > And it looks like this url will be stable for a while, from the looks > of that discussion. > > Rohan > > On Sun, Feb 22, 2009 at 11:18 AM, Phil Marneweck wrote: >> I love clbuild too, thanx >> >> Had a look at the same issue on ediware in the last couple of days...and >> according to some of the stuff in the hunchentoot mailing list there is >> a svn repository for hunchentoot etc. Should clbuild not point to that >> instead? >> >> svn://bknr.net/svn/ediware >> >> Phil >> >> On Sun, 2009-02-22 at 10:40 +0100, Rohan Nicholls wrote: >>> Hi all, >>> >>> First like to say that I love clbuild, and use it for cl development, >>> thanks for all the great work. >>> >>> Something I have noticed in the last couple of days is that the >>> ediware stuff is not updating correctly. New versions of hunchentoot, >>> chunga and others have been released, but this is not being >>> reflected in clbuild. I have looked into this a bit, and sure enough >>> the latest changes to the darcs mirror is December 02. I am not sure >>> if the cronjob that is supposed to create the nightly build has >>> stopped or if there is something wrong with the script that pulls the >>> tarballs into the darcs repository is giving errors, but the updates >>> are not happening. >>> >>> One thing that has occurred to me is that the new versions have some >>> major departures from the last, and that it is producing a bunch of >>> conflicts. >>> >>> Could someone notify the maintainer of the darcs mirror that there is >>> something wrong? >>> >>> Thanks, I am looking forward to using the new hunchentoot, hence this >>> mail. :) >>> >>> Thanks again to everyone for such a great piece of software. >>> >>> Rohan >>> >>> _______________________________________________ >>> clbuild-devel mailing list >>> clbuild-devel at common-lisp.net >>> http://common-lisp.net/cgi-bin/mailman/listinfo/clbuild-devel >> >> >> _______________________________________________ >> clbuild-devel mailing list >> clbuild-devel at common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/clbuild-devel >> > From david at lichteblau.com Sun Feb 22 20:07:41 2009 From: david at lichteblau.com (David Lichteblau) Date: Sun, 22 Feb 2009 21:07:41 +0100 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: References: Message-ID: <20090222200741.GA5227@radon> Hi, [Cc: to Lu?s, in case you missed this thread so far] Quoting Rohan Nicholls (rohan.nicholls at googlemail.com): > > Something I have noticed in the last couple of days is that the > ediware stuff is not updating correctly. New versions of hunchentoot, > chunga and others have been released, but this is not being > reflected in clbuild. I have looked into this a bit, and sure enough > the latest changes to the darcs mirror is December 02. I am not sure > if the cronjob that is supposed to create the nightly build has > stopped or if there is something wrong with the script that pulls the > tarballs into the darcs repository is giving errors, but the updates > are not happening. thank you for letting us know. There are two separate instances of this script running, one in ~loliveira/public_html/ediware the other in /project/clbuild/public_html/mirror What seems to have happened is that when common-lisp.net admins moved the entire server to new hardware in October 2008, they forgot to copy over user's crontab entries, breaking the update of both mirrors. I have restored the crontab for the second script directory now. But I don't have access to the original ~loliveira directory and cannot install a crontab entry for that. Lu?s, can you do that? Thanks, d. From loliveira at common-lisp.net Sun Feb 22 20:12:22 2009 From: loliveira at common-lisp.net (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Sun, 22 Feb 2009 20:12:22 +0000 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: <20090222200741.GA5227@radon> References: <20090222200741.GA5227@radon> Message-ID: <391f79580902221212t13b80019vb9ab11a3f399bcda@mail.gmail.com> On Sun, Feb 22, 2009 at 8:07 PM, David Lichteblau wrote: > But I don't have access to the original ~loliveira directory and cannot > install a crontab entry for that. Lu?s, can you do that? I did reinstall the crontab entry some time ago, so that's not the problem. I suspect it has something to do with the c-l.net darcs having been upgraded. I'll let you know when I figure out what's going on. -- Lu?s Oliveira http://student.dei.uc.pt/~lmoliv/ From loliveira at common-lisp.net Mon Feb 23 12:22:12 2009 From: loliveira at common-lisp.net (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Mon, 23 Feb 2009 12:22:12 +0000 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: <391f79580902221212t13b80019vb9ab11a3f399bcda@mail.gmail.com> References: <20090222200741.GA5227@radon> <391f79580902221212t13b80019vb9ab11a3f399bcda@mail.gmail.com> Message-ID: <391f79580902230422t2373f370s48c44146208150dc@mail.gmail.com> On Sun, Feb 22, 2009 at 8:12 PM, Lu?s Oliveira wrote: > I did reinstall the crontab entry some time ago, so that's not the > problem. I suspect it has something to do with the c-l.net darcs > having been upgraded. I'll let you know when I figure out what's going > on. Should be fixed now. The problem wasn't darcs but tar. The new version of tar had its --strip-path argument renamed to --strip apparently. -- Lu?s Oliveira http://student.dei.uc.pt/~lmoliv/ From rohan.nicholls at googlemail.com Mon Feb 23 14:18:29 2009 From: rohan.nicholls at googlemail.com (Rohan Nicholls) Date: Mon, 23 Feb 2009 15:18:29 +0100 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: <391f79580902230422t2373f370s48c44146208150dc@mail.gmail.com> References: <20090222200741.GA5227@radon> <391f79580902221212t13b80019vb9ab11a3f399bcda@mail.gmail.com> <391f79580902230422t2373f370s48c44146208150dc@mail.gmail.com> Message-ID: Thanks very much guys, I had a workaround but it was very messy. It is working perfectly now. On Mon, Feb 23, 2009 at 1:22 PM, Lu?s Oliveira wrote: > On Sun, Feb 22, 2009 at 8:12 PM, Lu?s Oliveira > wrote: >> I did reinstall the crontab entry some time ago, so that's not the >> problem. I suspect it has something to do with the c-l.net darcs >> having been upgraded. I'll let you know when I figure out what's going >> on. > > Should be fixed now. The problem wasn't darcs but tar. The new version > of tar had its --strip-path argument renamed to --strip apparently. I have run into changes in tar, I thought it was one of those untouchably stable programs having been around for years, but found I was wrong. A script I had written broke on a friends machine because debian used a different version of tar than archlinux, go figure. Thanks again for the fix and clbuild in general. Rohan From rohan.nicholls at googlemail.com Tue Feb 24 09:15:38 2009 From: rohan.nicholls at googlemail.com (Rohan Nicholls) Date: Tue, 24 Feb 2009 10:15:38 +0100 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: <391f79580902230422t2373f370s48c44146208150dc@mail.gmail.com> References: <20090222200741.GA5227@radon> <391f79580902221212t13b80019vb9ab11a3f399bcda@mail.gmail.com> <391f79580902230422t2373f370s48c44146208150dc@mail.gmail.com> Message-ID: On Mon, Feb 23, 2009 at 1:22 PM, Lu?s Oliveira wrote: > On Sun, Feb 22, 2009 at 8:12 PM, Lu?s Oliveira > wrote: >> I did reinstall the crontab entry some time ago, so that's not the >> problem. I suspect it has something to do with the c-l.net darcs >> having been upgraded. I'll let you know when I figure out what's going >> on. > > Should be fixed now. The problem wasn't darcs but tar. The new version > of tar had its --strip-path argument renamed to --strip apparently. I have just done a compare of the docs for the two packages (hunchtoot link in the repository page) and the darcs repository doc page and they are not the same. The darcs repository is still showing the old documentation, which does not bode well for the rest of the package. Sorry to be a bother, but is there something else going wrong? Maybe Edi Weitz has changed the url or something. Thanks, Rohan From luismbo at gmail.com Tue Feb 24 13:57:26 2009 From: luismbo at gmail.com (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Tue, 24 Feb 2009 13:57:26 +0000 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: References: <20090222200741.GA5227@radon> <391f79580902221212t13b80019vb9ab11a3f399bcda@mail.gmail.com> <391f79580902230422t2373f370s48c44146208150dc@mail.gmail.com> Message-ID: <391f79580902240557v6994064fh7523acf041c36a60@mail.gmail.com> On Tue, Feb 24, 2009 at 9:15 AM, Rohan Nicholls wrote: > I have just done a compare of the docs for the two packages (hunchtoot > link in the repository page) and the darcs repository doc page and > they are not the same. Use this link instead: http://common-lisp.net/~loliveira/ediware/hunchentoot/doc/index.xml The script doesn't record file deletions. New hunchentoot tarballs have an index.xml instead of index.html (though from what I've heard in #lisp, future versions might include a preprocessed html version as well). -- Lu?s Oliveira http://student.dei.uc.pt/~lmoliv/ From rohan.nicholls at googlemail.com Tue Feb 24 16:14:22 2009 From: rohan.nicholls at googlemail.com (Rohan Nicholls) Date: Tue, 24 Feb 2009 17:14:22 +0100 Subject: [clbuild-devel] ediware link seems to be not updating In-Reply-To: <391f79580902240557v6994064fh7523acf041c36a60@mail.gmail.com> References: <20090222200741.GA5227@radon> <391f79580902221212t13b80019vb9ab11a3f399bcda@mail.gmail.com> <391f79580902230422t2373f370s48c44146208150dc@mail.gmail.com> <391f79580902240557v6994064fh7523acf041c36a60@mail.gmail.com> Message-ID: Thanks, and sorry. I missed that completely. Rohan On Tue, Feb 24, 2009 at 2:57 PM, Lu?s Oliveira wrote: > On Tue, Feb 24, 2009 at 9:15 AM, Rohan Nicholls > wrote: >> I have just done a compare of the docs for the two packages (hunchtoot >> link in the repository page) and the darcs repository doc page and >> they are not the same. > > Use this link instead: > http://common-lisp.net/~loliveira/ediware/hunchentoot/doc/index.xml > > The script doesn't record file deletions. New hunchentoot tarballs > have an index.xml instead of index.html (though from what I've heard > in #lisp, future versions might include a preprocessed html version as > well). > > -- > Lu?s Oliveira > http://student.dei.uc.pt/~lmoliv/ >