PLone 3.3: errors in downloading files in buildout

2 messages Options
Embed this post
Permalink
Mirto Silvio Busico-2 () PLone 3.3: errors in downloading files in buildout
Reply Threaded More More options
Print post
Permalink
Hi all,
I have errors in downloading files when running the buildout generated
by unified installer (zeo version).

These standard recipes cannot be found:

    plone.recipe.zope2zeoserver
    zc.recipe.cmmi
    collective.recipe.backup
    plone.recipe.unifiedinstaller

I added the production framework products (supervisor, pound, varnish)
and also another recipe is not found:

    collective.recipe.supervisor


All seems to work fine but are these download errors the expected behaviour?

Thanks
    Mirto

P.S. here is a log extraction:

....

We have the best distribution that satisfies 'plone.recipe.distros'.
Picked: plone.recipe.distros = 1.5
Installing 'plone.recipe.zope2zeoserver'.
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!
We have the best distribution that satisfies 'plone.recipe.zope2zeoserver'.
Picked: plone.recipe.zope2zeoserver = 1.3

....

We have the best distribution that satisfies 'zc.recipe.cmmi'.
Picked: zc.recipe.cmmi = 1.2.1
Installing 'collective.recipe.supervisor'.
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!
Download error: unknown url type: https -- Some packages may not be found!
We have the best distribution that satisfies 'collective.recipe.supervisor'.
Picked: collective.recipe.supervisor = 0.8
Installing 'collective.recipe.backup'.
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!
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!
Download error: unknown url type: https -- Some packages may not be found!
We have the best distribution that satisfies 'collective.recipe.backup'.
Picked: collective.recipe.backup = 1.0
Installing 'plone.recipe.unifiedinstaller'.
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!
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!
Download error: unknown url type: https -- Some packages may not be found!
Download error: unknown url type: https -- Some packages may not be found!
We have the best distribution that satisfies
'plone.recipe.unifiedinstaller'.
Picked: plone.recipe.unifiedinstaller = 0.9
Updating zope2.

.....



[mirtosilvio_busico.vcf]

begin:vcard
fn:Mirto Silvio Busico
n:Busico;Mirto Silvio
org:Busico Mirto Silvio
adr:;;Via Casiglion De' Pepoli 84;Roma;RM;00127;Italia
email;internet:[hidden email]
title:Dr.
tel;work:+39 333 4562651
tel;cell:+39 333 4562651
x-mozilla-html:TRUE
version:2.1
end:vcard



_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
Maurits van Rees-3 () Re: PLone 3.3: errors in downloading files in buildout
Reply Threaded More More options
Print post
Permalink
Mirto Silvio Busico, on 2009-08-21:

>
> Hi all,
> I have errors in downloading files when running the buildout generated
> by unified installer (zeo version).
> ....
> Installing 'collective.recipe.backup'.
> 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!
> 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!
> Download error: unknown url type: https -- Some packages may not be found!
> We have the best distribution that satisfies 'collective.recipe.backup'.
> Picked: collective.recipe.backup = 1.0

Okay, so this recipe *is* actually found.  The problem here is that
buildout is looking at the next page to see where versions of this
package can be found:
http://pypi.python.org/simple/collective.recipe.backup

And that page links to some https urls, which buildout (or some other
code responsible here) apparently does not like.  So it refuses to
visit those urls and warns you that it might have missed some versions
of this package.

So basically: there is nothing serious going on here.

--
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]


_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup