Hi,
Quoting ???????????? n/a (ugoday@gmail.com):
I have a trouble when i try to install closure-html. The value 38 is not of type CHARACTER. [Condition of type TYPE-ERROR]
perhaps you compiled closure-common using a configuration without unicode earlier, and now with unicode (or vice versa)?
Try cleaning fasls for all of cxml, closure-common, closure-html and add-on libraries, for example using find . -name *.fasl -print0 | xargs -0 rm
d.