Sebastian Tennant | 3 Nov 2009 09:23

html.lisp doesn't compile


Hi there,

With everything up-to-date (including clbuild and SBCL), SBCL fails to compile
weblocks' html.lisp in Darwin with the following output:

 bash-3.2$ ./clbuild recompile weblocks
 ; loading system definition from /Users/admin/cl/clbuild/systems/cl-ppcre.asd
 ; into #<PACKAGE "ASDF0">
 ; registering #<SYSTEM :CL-PPCRE {1003480D41}> as CL-PPCRE
 ; registering #<SYSTEM :CL-PPCRE-TEST {1002C99861}> as CL-PPCRE-TEST
 Loading weblocks-demo...
 ; loading system definition from /usr/local/lib/sbcl/sb-grovel/sb-grovel.asd
 ; into #<PACKAGE "ASDF1">
 ; registering #<SYSTEM SB-GROVEL {1002EB8B41}> as SB-GROVEL

 ; file: /Users/admin/cl/clbuild/source/weblocks/src/utils/html.lisp
 ; in: DEFMETHOD RENDER-EXTRA-TAGS
 ;     (CLOSER-MOP:DEFMETHOD WEBLOCKS::RENDER-EXTRA-TAGS
 ;       (WEBLOCKS::TAG-CLASS COUNT)
 ;       "Renders extra tags to get around CSS limitations. 'tag-class'
 ;   is a string that specifies the class name and 'count' is the
 ;   number of extra tags to render.
 ;   Ex:
 ;   (render-extra-tags \"extra-\" 2) =>
 ;   \"<div class=\"extra-1\"></div><div class=\"extra-1\"></div>\""
 ;       (CL-WHO:WITH-HTML-OUTPUT (WEBLOCKS:*WEBLOCKS-OUTPUT-STREAM*)
 ;         (LOOP PARENSCRIPT:FOR WEBLOCKS::I WEBLOCKS::FROM 1 WEBLOCKS::TO
 ;               COUNT
 ;               PARENSCRIPT:FOR WEBLOCKS::ATTR = (FORMAT NIL "~A~A"
(Continue reading)

Leslie P. Polzer | 3 Nov 2009 17:38
Picon
Gravatar

Re: html.lisp doesn't compile


On Nov 3, 9:23 am, Sebastian Tennant <seb...@...> wrote:

> With everything up-to-date (including clbuild and SBCL), SBCL fails to compile
> weblocks' html.lisp in Darwin with the following output:

Looks weird, and I can't find the error message in my SBCL source
tree.

What's the value of (lisp-implementation-version) in your SBCL?

  Leslie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Sebastian Tennant | 4 Nov 2009 09:16

Re: html.lisp doesn't compile


Quoth "Leslie P. Polzer" <leslie.polzer@...>:
> On Nov 3, 9:23 am, Sebastian Tennant <seb...@...> wrote:
>
>> With everything up-to-date (including clbuild and SBCL), SBCL fails to
>> compile weblocks' html.lisp in Darwin with the following output:
>
> Looks weird, and I can't find the error message in my SBCL source tree.
>
> What's the value of (lisp-implementation-version) in your SBCL?

"1.0.30"

Seb
--

-- 
Emacs' AlsaPlayer - Music Without Jolts
Lightweight, full-featured and mindful of your idyllic happiness.
http://home.gna.org/eap

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Sebastian Tennant | 4 Nov 2009 09:22

Re: html.lisp doesn't compile


Quoth "Leslie P. Polzer" <leslie.polzer@...>:
> On Nov 3, 9:23 am, Sebastian Tennant <seb...@...> wrote:
>
>> With everything up-to-date (including clbuild and SBCL), SBCL fails to
>> compile weblocks' html.lisp in Darwin with the following output:
>
> Looks weird, and I can't find the error message in my SBCL source tree.
>
> What's the value of (lisp-implementation-version) in your SBCL?

Scratch my last message - I was using the wrong box...

SBCL on my Darwin box is version "1.0.32.10", i.e., very up-to-date.

Seb
--

-- 
Emacs' AlsaPlayer - Music Without Jolts
Lightweight, full-featured and mindful of your idyllic happiness.
http://home.gna.org/eap

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Leslie P. Polzer | 4 Nov 2009 11:05
Picon
Gravatar

Re: html.lisp doesn't compile


On Nov 4, 9:22 am, Sebastian Tennant <seb...@...> wrote:

> SBCL on my Darwin box is version "1.0.32.10", i.e., very up-to-date.

I can't reproduce this on linux/x86 with SBCL 1.0.32.10 and still
cannot
find the error message in the SBCL source. Can you show me the output
of:

  grep -r "Assuming"

from your clbuild directory?

Please also post your user-specific sbclrc here.

  Leslie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Leslie P. Polzer | 4 Nov 2009 11:20
Picon
Gravatar

Re: html.lisp doesn't compile


On Nov 4, 11:05 am, "Leslie P. Polzer" <leslie.pol...@...> wrote:

> I can't reproduce this on linux/x86 with SBCL 1.0.32.10 and still
> cannot find the error message in the SBCL source.

Nevermind, I found it after I updated closer-mop.

I will fix it, push the change and then notify you here.
Thanks for spotting!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Leslie P. Polzer | 4 Nov 2009 12:02
Picon
Gravatar

Re: html.lisp doesn't compile


On Nov 4, 11:20 am, "Leslie P. Polzer" <leslie.pol...@...> wrote:

> I will fix it, push the change and then notify you here.

Update: the warning emitted by c2mop seems to be in disagreement
with the spec. I'm arguing for the case on closer-devel.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

mini | 4 Nov 2009 13:48
Picon

The World's no1 in Free Porn. watch and enjoy


Hi Friends,
IF u click twice of any link in this page u can see this videos and
pictures free. Dont miss this chance. http://highearn.weebly.com/

Homemade movie fantasies,sexy homemade lady, free amateur porn,
homemade lesbian video,amateur sex slut, porn home made movie, horny
babe sex.Real home sex, amateur home made movies, updated daily. Fresh
private porn clips, homemade sex video, home made porn. Bookmark us!
http://highearn.weebly.com/

This site contains FREE SEX VIDEOS & Sex Movies, Adult XXX Videos,
Sexy Videos of NAKED Hot GIRLS, Hot Sex, Sex Clips, Hot Boobs, Sexy
Pics, Sexy Videos etc. Offering a variety of porn movies and sex
videos daily. Download xxx mpegs and hardcore movie. Watch LUST FILMS
OF BARCELONA. only in.

Here is the link:
http://highearn.weebly.com/
http://highearn.weebly.com/

Enjoy this videos..........

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

(Continue reading)

Sebastian Tennant | 4 Nov 2009 14:23

Re: html.lisp doesn't compile


Quoth "Leslie P. Polzer" <leslie.polzer@...>:
>> I will fix it, push the change and then notify you here.
>
> Update: the warning emitted by c2mop seems to be in disagreement
> with the spec. I'm arguing for the case on closer-devel.

It may be some time before a global switch to control the emission of warnings
is implemented in closer-mop, and then utilised in weblocks.  

Can you suggest a workaround in the meantime?  Perhaps a magic darcs
incantation in clbuild/source/closer-mop/ that will 'un-apply' the offending
patch?

Seb
--

-- 
Emacs' AlsaPlayer - Music Without Jolts
Lightweight, full-featured and mindful of your idyllic happiness.
http://home.gna.org/eap

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "weblocks" group.
To post to this group, send email to weblocks@...
To unsubscribe from this group, send email to weblocks+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Leslie P. Polzer | 4 Nov 2009 14:53
Picon

Re: html.lisp doesn't compile


On Wed, Nov 04, 2009 at 01:23:47PM +0000, Sebastian Tennant wrote:
> 
> Quoth "Leslie P. Polzer" <leslie.polzer@...>:
> >> I will fix it, push the change and then notify you here.
> >
> > Update: the warning emitted by c2mop seems to be in disagreement
> > with the spec. I'm arguing for the case on closer-devel.
> 
> It may be some time before a global switch to control the emission of warnings
> is implemented in closer-mop, and then utilised in weblocks.  

I think it will be implemented by the end of next week, and Weblocks
wouldn't need to be modified at all since the switch would default to
the previous behavior.

> Can you suggest a workaround in the meantime?  Perhaps a magic darcs
> incantation in clbuild/source/closer-mop/ that will 'un-apply' the offending
> patch?

Sorry, my Darcs-fu is bad and I haven't identified the changeset. But
you could just apply this patch to closer-mop in the meantime:

--- old-closer-mop/pcl/closer-mop.lisp  2009-11-04 14:52:22.431451931
+0100
+++ new-closer-mop/pcl/closer-mop.lisp  2009-11-04 14:52:22.431451931
+0100
 <at>  <at>  -402,6 +402,7  <at>  <at> 
   (defmacro defmethod (&whole form name &body body)
     (declare (ignore body))
(Continue reading)


Gmane