JimL wrote:
> 
> Hi Laurence,
> 
> Just a thought (a rather obvious one). I'll try upgrading from Plone 3.2.1
> to Plone 3.3.5 and re-run this.
> 
> I'll let you know how i get on.
> 
> Cheers,  Jim
> 

As per the instructions on
http://plone.org/documentation/manual/upgrade-guide/version/3.2-3.3.x I've
modified my buildout.cfg (first removing all references to the XDV install -
I'll do that later if this works):


[buildout]


############################################
# Plone Component Versions
# ------------------------
# This version of the Unified Installer has the components
# of Plone 3.2.1 preloaded so that it can install without
# an Internet connection.
# If you want to update, uncomment the "extends = http://..."; below,
# edit it to point to the current version URL,
# comment out the "extends = versions.cfg" line
# and run bin/buildout -n
# while attached to the Internet.
#
extends = http://dist.plone.org/release/3.3.5/versions.cfg
#extends = versions.cfg
versions = versions


############################################
# Ports
# -----
# Specify the ports on which your Zope installation
# will listen.
# ZEO Server
zeo-address = 127.0.0.1:8100
# Zope client 1
client1-address = 8080
# Zope client 2
client2-address = 8081


############################################
# Eggs
# ----
# Add an indented line to the eggs section for any Python
# eggs or packages you wish to include.
#
eggs =
    Plone
    Products.NuPlone
    Products.CacheSetup
    Products.PloneFormGen
    Products.LDAPUserFolder
    Products.LDAPMultiPlugins
    Products.PloneLDAP

#
# Optional Functionality
# ----------------------
# Uncomment the indented lines to include these products.
# Documentation on all of them, along with many more products,
# is available at
# http://plone.org/products/
#
# Commonly used products:
# * LinguaPlone provides tools for building multi-lingual sites
# * Products.CacheSetup adds the "CacheFu" Plone speedup kit
# * PloneHelpCenter is a simple knowledge base
# * PloneFormGen provides through-the-web form building
#
#    Products.LinguaPlone
#    Products.CacheSetup
#    Products.PloneHelpCenter
#    Products.PloneFormGen
#
# Commonly used development tools:
# * Clouseau uses AJAX to provide a Python prompt inside Plone
# * DocFinderTab puts an object documentation inspector in the Zope
Management Interface
# * Gloworm is a Firebug-like viewlet inspector and customizer
# * plone.reload allows you to refresh Python code and ZCML configuration
#   without restarting Zope. Note that to use plone.reload, you'll also
#   need to uncomment the "zcml" entry for it below.
#
#    Products.Clouseau
#    Products.DocFinderTab
#    Products.Gloworm
#    plone.reload


############################################
# ZCML Slugs
# ----------
# Some eggs need ZCML slugs to tell Zope to
# use them. Eggs with names beginning with "Products."
# usually don't need this.
zcml =
#    plone.reload


############################################
# Development Eggs
# ----------------
# You can use paster to create "development eggs" to
# develop new products/themes. Put these in the src/
# directory.
# You will also need to add the egg names in the
# eggs section above, and may also need to add them
# to the zcml section.
#
# Provide the *paths* to the eggs you are developing here:
develop =
#    src/my.package


############################################
# Debug Mode
# ----------
# Change debug-mode to "on" to run in development mode.
#
debug-mode = off
# Add-on developers should turn deprecation warnings on
deprecation-warnings = off
# change verbose-security to "on" for useful security errors while
developing
verbose-security = off


############################################
############################################
# Buildout instructions beyond this point are
# usually only changed by experienced developers.
#
# Beyond here there be dragons!


eggs-directory=/usr/local/Plone/buildout-cache/eggs
download-cache=/usr/local/Plone/buildout-cache/downloads
zeo-filestorage=/usr/local/Plone/zeocluster/var/filestorage
newest = false
parts =
    zope2
    productdistros
    zeoserver
    client1
    client2
    zopepy
    zopeskel
    precompile
    varnish-build
    varnish-instance
    chown
    unifiedinstaller

# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
    http://dist.plone.org
    http://download.zope.org/ppix/
    http://download.zope.org/distribution/
    http://effbot.org/downloads


# unzip all eggs for easier debugging
unzip = true

# let's share our Zope install
zope-directory = /usr/local/Plone


# This section installs the components of Zope 2.
# Zope operating instances are created elsewhere.
# For options see http://pypi.python.org/pypi/plone.recipe.zope2install
[zope2]
recipe = plone.recipe.zope2install
# update zope by updating this URL:
url = ${versions:zope2-url}
# fake eggs are required to satisfy Zope dependencies while
# zope is not yet eggified.
fake-zope-eggs = true
additional-fake-eggs =
    ZConfig
    pytz


However, I'm still getting conflicts:


[r...@webplone zeocluster]# ./bin/buildout 
Download error: unknown url type: https -- Some packages may not be found!
Download error: unknown url type: https -- Some packages may not be found!
Download error: unknown url type: https -- Some packages may not be found!
Download error: unknown url type: https -- Some packages may not be found!
Download error: unknown url type: https -- Some packages may not be found!
Getting distribution for 'plone.recipe.zope2zeoserver==1.4'.
Got plone.recipe.zope2zeoserver 1.4.
Getting distribution for 'zc.recipe.egg==1.2.2'.
Got zc.recipe.egg 1.2.2.
While:
  Installing.
  Getting section zeoserver.
  Initializing section zeoserver.
  Installing recipe plone.recipe.zope2zeoserver.
Error: There is a version conflict.
We already have: zc.buildout 1.1.1
but zc.recipe.egg 1.2.2 requires 'zc.buildout>=1.2.0'.


:-(

-- 
View this message in context: 
http://plone.293351.n2.nabble.com/Problems-installing-collective-xdv-tp4979214p4985649.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to