Re: [Setup] buildout UnknownExtra error

2009-11-18 Thread lovis



Vitaliy Podoba-2 wrote:
 
 Hi lovis,
 
 I got the same problem while re-running my old 3.0.6 plone buildout.
 Seems like problem is in a newly updated zope2instance recipe (4.0a1) at 
 pypi.
 
 Adding
 
 prefer-final = true
 
 to my [buildout] section made my buildout run with old stable version of
 zope2instance recipe thus w/o any issues.
 
 Relevant post: http://www.netsight.co.uk/blog/2009/11/17/configuring-
 buildout-to-prefer-stable-releases
 
 
 Hope it helps,
 /Vitaliy Podoba
 
 
 
 ___
 Setup mailing list
 Setup@lists.plone.org
 http://lists.plone.org/mailman/listinfo/setup
 
 

hi vitaliy,
thank you for your reply.
this is a solution for my problem, too.

gruss juergen

-- 
View this message in context: 
http://n2.nabble.com/buildout-UnknownExtra-error-tp4017714p4024161.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

___
Setup mailing list
Setup@lists.plone.org
http://lists.plone.org/mailman/listinfo/setup


Re: [Setup] Re: problems with installing lxml

2009-11-18 Thread Hannes Calitz
Right, found the problem. The ZLib developement package was not installed.
lxml seems to be installing fine now

Regards,

Hannes Calitz
Developer
OpenNetworks
Tel +27 11 317 4900
Fax +27 0866 534 816
www.opennetworks.co.za
*
ONCMS: Content Managed Websites
ONCRM: Customer Relationship Management
GMAIL: Commercial Google Mail Solutions


2009/11/18 Hannes Calitz han...@opennetworks.co.za

 Thanks for the response Martin

 I have tried using z3c.recipe.lxml. I placed it first in my parts list as
 you mentioned on twitter, but when running my buildout, I get the following
 error:

 Building lxml version 2.2.2.
 NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c'
 needs to be available.
 Using build configuration of libxslt 1.1.24
 Building against libxml2/libxslt in one of the following directories:
   /home/hannes/zope/parts/lxml/libxslt/lib
   /home/hannes/zope/parts/lxml/libxml2/lib
 /usr/bin/ld: cannot find -lz
 collect2: ld returned 1 exit status
 error: Setup script exited with error: command 'gcc' failed with exit
 status 1
 An error occured when trying to install lxml 2.2.2.Look above this message
 for any errors thatwere output by easy_install.
 While:
   Installing lxml.
 Error: Couldn't install: lxml 2.2.2

 Am I missing something?

 Regards,

 Hannes Calitz


 2009/11/17 Martin Aspeli optilude+li...@gmail.comoptilude%2bli...@gmail.com
 

 hannesc wrote:



 treid wrote:

 I think I might of resolved the problem by doing an install of the
 libxml2-dev and libxlxt-devel.

 I'm not completely sure which one did the trick but now I'm past this
 error and the buildout has made it all the way through. Although I can't
 run the instance we have movement at the station.


 I have been getting an error with lxml as well, and I already installed
 libxml2-dev. However, how would I go about installing libxlxt-devel?


 It's libxslt-devel, not libxlxt-devel. Otherwise, it should be the same.

 If, however, you use z3c.recipe.staticlxml you don't need to install
 anything.

 Martin

 --
 Author of `Professional Plone Development`, a book for developers who
 want to work with Plone. See http://martinaspeli.net/plone-book


 ___
 Setup mailing list
 Setup@lists.plone.org
 http://lists.plone.org/mailman/listinfo/setup



___
Setup mailing list
Setup@lists.plone.org
http://lists.plone.org/mailman/listinfo/setup


[Setup] Re: problems with installing lxml

2009-11-18 Thread Martin Aspeli

Hannes Calitz wrote:
Right, found the problem. The ZLib developement package was not 
installed. lxml seems to be installing fine now


It may be a good idea to use 
http://svn.plone.org/svn/collective/buildout/python/ to build your 
Python instance: it builds PIL, zlib, libjpg, etc.


Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


___
Setup mailing list
Setup@lists.plone.org
http://lists.plone.org/mailman/listinfo/setup