Bug#335868: Cannot compile and load

2005-10-28 Thread Alceste Scalas
Il giorno mer, 26/10/2005 alle 20.02 +0800, binghe ha scritto:
 Package: cl-ironclad
 Version: 0.9.0.dfsg-1
 Severity: serious
 
 I use '(clc:clc-require :ironclad)' to compile it, all of them get just errors
 in cmucl, sbcl and clisp:

Hmmm.  I wasn't able to reproduce your errors on cmucl nor sbcl (I
didn't try clisp right now).

I remember I've had some similar problems in the past.  I discovered
that I had some old .fasl and .x86f files floating around (maybe with
wrong timestamps) and some old systems installed under ~/.clc.  After
cleaning up, the issues disappeared.

Before investigating further, could you please check your ~/.clc
directory, the compiler-specific dirs like ~/.sbcl, and maybe try to
remove everything under /var/cache/common-lisp-controller/$USER ?

Btw: please use (asdf:oos 'asdf:load-op :ironclad) for now --- I've
just discovered a packaging bug that prevents (clc:clc-require) to work
correctly.  I'll fix it soon :-)  (and I'll provide a quick patch if
needed)

Regards,

alceste
-- 
Alceste Scalas [EMAIL PROTECTED]


signature.asc
Description: Questa parte del messaggio è firmata


Bug#335868: [cl-debian] Re: Bug#335868: Cannot compile and load

2005-10-28 Thread Alceste Scalas
Il giorno ven, 28/10/2005 alle 21.10 +0200, Alceste Scalas ha scritto:
 Btw: please use (asdf:oos 'asdf:load-op :ironclad) for now --- I've
 just discovered a packaging bug that prevents (clc:clc-require) to work
 correctly.  I'll fix it soon :-)  (and I'll provide a quick patch if
 needed)

D'oh.  After reviewing your errors more carefully, I think that they are
just due to that packaging bug...

/me slaps forehead

Please see whether the package compiles and loads with (asdf:oos
'asdf:load-op...).

If you really want to use (clc:clc-require...), and couldn't wait for
the next package version, just do the following:

# cd /usr/share/common-lisp/source/ironclad
# touch README LICENSE TODO NEWS

Regards,

alceste
-- 
Alceste Scalas [EMAIL PROTECTED]


signature.asc
Description: Questa parte del messaggio è firmata


Bug#308453: plone: Fails to add new Plone site

2005-05-11 Thread Alceste Scalas
Il giorno mar, 10/05/2005 alle 12.34 +0200, Fabio Tranchitella ha
scritto:
 Hi, could you please send me the list of the zope packages (with version
 numbers) that you have installed on your system?

Here it is:

zope-btreefolder2  1.0.1-5
zope-cmf1.41.4.7-4
zope-cmfactionicons1:0.9-2
zope-cmfcalendar1.41.4.7-4
zope-cmfcore1.41.4.7-4
zope-cmfdefault1.4 1.4.7-4
zope-cmfformcontroller 1.0.3-3
zope-cmfplone  2.0.4-3
zope-cmfquickinstallertool 1.5.0-2
zope-cmftopic1.4   1.4.7-4
zope-dcworkflow1.4.7-4
zope-epoz  0.9.0-1
zope-exuserfolder  0.50.0-3
zope-filesystemsite1.3-1
zope-formulator1.7.0-5
zope-groupuserfolder   3.1.1-3
zope-kupu  1.1.1-2
zope-plonetranslations 0.6-2
zope-psycopgda 1.1.18-1
zope-pts   1.2-rc1-2
zope-speedpack 0.3-2
zope-zwiki 0.37.0-4
zope2.72.7.5-1
zope2.7-archetypes 1.3.1-1
zope2.7-generator  1.3.1-1
zope2.7-mimetypesregistry  1.3.1-1
zope2.7-portaltransforms   1.3.1-1
zope2.7-validation 1.3.1-1

I've also got two products installed (and stow'ed) from .tar.gz:

ZMS2.3.2-b45  - http://www.zms-publishing.com/index_eng.html
CMFpgForum 1.0.0-beta -
http://www.emergence.com/WhatWeOffer/products/CMFpgForum

(Note: there's a .deb package for both, even if the zope-zms one is not
updated to the latest version of the software).

The problem I've reported persists even if I try to add a Plone site
into a clean Zope instance.

Regards, and thanks,

alceste
-- 
Alceste Scalas [EMAIL PROTECTED]
Promotux Informatica - http://www.promotux.it/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#261207: zope-cmfpgforum: New upstream version available

2005-05-11 Thread Alceste Scalas
Damien Genet wrote:
 New version 1.0.0rc2 is available at :
 http://zope.org/Members/emergence/CMFpgForum

As a side note: the latest CMFpgForum version works fine with current versions 
of zope-cmf1.4
and zope-cmfplone on Debian. (I've tried use CMFpgForum-1.0.0beta with them, 
but it gives weird
problems --- see #308453).

Regards,

alceste
-- 
Alceste Scalas [EMAIL PROTECTED]
Promotux Informatica - http://www.promotux.it/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#308453: plone: Fails to add new Plone site

2005-05-11 Thread Alceste Scalas
Il giorno mer, 11/05/2005 alle 10.10 +0200, Fabio Tranchitella ha
scritto:
 Hi Alceste,
   after looking at the source code of CMFCore.TypesTool (line 535 and
 below) I suspect your problem is caused by one of these packages:
 
zope-exuserfolder  0.50.0-3
zope-psycopgda 1.1.18-1
zope-zwiki 0.37.0-4
ZMS
CMFpgForum.

Yup, the problem was related to CMFpgForum.  I've just seen #261207, and
installing the latest version of CMFpgForum from .tar.gz (1.0.0rc2, I
didn't know about it) solves the problem.

Of course it's my fault, since  zope-cmfpgforum_1.0.0b-2_all.deb
requires zope-cmf (and *not* zope-cmf1.4, maybe it was untested at the
time).

Sorry, and thanks for you help.

Regards, and keep up the good work,

alceste
-- 
Alceste Scalas [EMAIL PROTECTED]
Promotux Informatica - http://www.promotux.it/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#308453: plone: Fails to add new Plone site

2005-05-10 Thread Alceste Scalas
Package: plone
Version: 2.0.4-3
Severity: grave
Justification: renders package unusable


When adding a Default or Archetypes Plone site to a Zope instance, I get the
following error:

 - - - - - - - - - - - - - - - - - - - -
Site Error

An error was encountered while publishing this resource.

Error Type: AttributeError
Error Value: 'str' object has no attribute 'get'

Troubleshooting Suggestions

* The URL may be incorrect.
* The parameters passed to this resource may be incorrect.
* A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer
to the error log.

If the error persists please contact the site maintainer.
Thank you for your patience.
 - - - - - - - - - - - - - - - - - - - -

The site error_log reports:

 - - - - - - - - - - - - - - - - - - - -
Traceback (innermost last):
  Module ZPublisher.Publish, line 101, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 39, in call_object
  Module Products.CMFPlone.Portal, line 458, in manage_addSite
  Module Products.CMFPlone.Portal, line 430, in create
  Module Products.CMFPlone.Portal, line 371, in setupPlone
  Module Products.CMFPlone.Portal, line 138, in customizePortalTypes
  Module Products.CMFCore.TypesTool, line 582, in manage_addTypeInformation
  Module Products.CMFCore.TypesTool, line 551, in listDefaultTypeInformation
AttributeError: 'str' object has no attribute 'get'
 - - - - - - - - - - - - - - - - - - - -

I'm using Zope 2.7, and I've symlinked all the products from
/usr/lib/zope/lib/python/Products/ and /usr/share/zope/Producs/
under /usr/lib/zope2.7/lib/python/Products/.  I've got no problems
using the plain CMF.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages plone depends on:
ii  zope-cmfplone 2.0.4-3content management system based on

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]