Re: AW: [Zope-dev] Annoying: Download error: unknown url type: svn -- Some packages may not be found!

2008-04-16 Thread David Pratt
Hi Roger. I turned on debug and increased verbosity. z3c.template and 
z3c.form seem to be the culprits. Getting 4 of these warnings on 
z3c.template and 1 with z3c.form between the getting ... and picked ... 
notices. Not quite sure why they are emitting the warnings. Can't find 
the error in buildout so must be in setuptools somewhere. I would expect 
to see an svn address in setup.py or something based on what message is 
saying - nothing like this that I can see.


This was reported on the zope users list without a response a little 
while back as well:


http://www.mail-archive.com/[EMAIL PROTECTED]/msg06448.html

Regards,
David

Roger Ineichen wrote:

Hi David
 
Betreff: [Zope-dev] Annoying: Download error: unknown url 
type: svn -- Some packages may not be found!


Which package is emitting the Download error: unknown url 
type: svn -- Some packages may not be found! Its quite 
annoying and I have been seeing it crop up in a few builds. 
Anyone else seeing this. Many thanks.


I see this too. Try the buildout debug option, probably this
will you give a better output.

Regards
Roger Ineichen
_
END OF MESSAGE


Regards,
David
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  ** (Related lists -  
http://mail.zope.org/mailman/listinfo/zope-announce

 http://mail.zope.org/mailman/listinfo/zope )




___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: AW: [Zope-dev] Annoying: Download error: unknown url type: svn -- Some packages may not be found!

2008-04-16 Thread Jim Fulton


On Apr 16, 2008, at 1:49 PM, Roger Ineichen wrote:

Hi David


Betreff: [Zope-dev] Annoying: Download error: unknown url
type: svn -- Some packages may not be found!


I'm against using subversion URLs in buildouts.

Be that as it may


Which package is emitting the Download error: unknown url
type: svn -- Some packages may not be found! Its quite
annoying and I have been seeing it crop up in a few builds.
Anyone else seeing this. Many thanks.


Unfortunately, setuptools and urllib2 are often not very helpful with  
the exceptions that raise.  By the time buildout gets an exception,  
the useful information is often not available.



I see this too. Try the buildout debug option, probably this
will you give a better output.


Yup. You'll actually get a traceback and you can get into pdb and see  
what URL is being fetched.


You can also try using the -v option to see what package is being  
loaded when the error occurs.


I encourage you to report miss-raised  exceptions to the responsible  
party. For example, I expect that you'll find that the URL is knows to  
setuptools and that you can submit a setuptools bug to include the URL  
in the exception. (Of course, if buildout can generate a more helpful  
error, I'd be happy to fix it.)


Jim

--
Jim Fulton
Zope Corporation


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )