Re: [Zope-dev] zope-tests - FAILED: 22, OK: 12, UNKNOWN: 2

2013-02-28 Thread Adam GROSZER

On 02/28/2013 08:00 AM, Marius Gedminas wrote:

On Thu, Feb 28, 2013 at 01:00:02AM +, Zope tests summarizer wrote:

An error occurred when trying to install coverage 3.5.3. Look above this 
message for any errors that were output by easy_install.
error: Setup script exited with error: command 'gcc' failed: No such file or 
directory
While:
   Installing test-ztk.
   Getting distribution for 'coverage==3.5.3'.
Error: Couldn't install: coverage 3.5.3


[21]   winbot / ztk_10 py_265_win64
[23]   winbot / ztk_11 py_265_win64
[24]   winbot / ztk_11 py_270_win64


An error occurred when trying to install coverage 3.5.3. Look above this 
message for any errors that were output by easy_install.
Traceback (most recent call last):
   ...
   File c:\Python26_64\lib\distutils\msvc9compiler.py, line 284, in 
query_vcvarsall
 raise ValueError(str(list(result.keys(
ValueError: [u'path']
While:
   Installing test-ztk.
   Getting distribution for 'coverage==3.5.3'.
Error: Couldn't install: coverage 3.5.3

Marius Gedminas


Added an issue:

https://bitbucket.org/ned/coveragepy/issue/239/any-chance-to-have-windows-64-bit-eggs-on


--
Best regards,
 Adam GROSZER
--
Quote of the day:
Sincere effort is all you can ask
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 22, OK: 12, UNKNOWN: 2

2013-02-28 Thread Hanno Schlichting
On Thu, Feb 28, 2013 at 8:00 AM, Marius Gedminas mar...@gedmin.as wrote:
 On Thu, Feb 28, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
 [3]UNKNOWN : Zope-trunk Python-2.6.8 : Linux
 [4]UNKNOWN : Zope-trunk Python-2.7.3 : Linux

 Something new:

 Zope-trunk Python-2.6.8 : Linux (x86_64)

 Running ./bin/alltests --all
 /home/stefan/autotest/zope_runtests_4.sh: line 13: ./bin/alltests: No 
 such file or directory

 Zope moved to github, I guess.  Somebody ping the owners of
 zope-te...@epy.co.at please.

I mailed Stefan Holek in private - might take some days for him to
have time to do something.

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


Re: [Zope-dev] zope-tests - FAILED: 22, OK: 12, UNKNOWN: 2

2013-02-28 Thread Stephan Richter
On Thursday, February 28, 2013 09:00:30 AM Marius Gedminas wrote:
  [9]winbot / z3c.form_py_265_32
  [10]   winbot / z3c.formui_py_265_32
 
 No lxml on winbot

So we have to solve this issue. I cannot declare lxml=2.3 anymore, because 
only lxml 3.0+ supports Python 3. If we want to keep supporting Windows, 
someone must sign up to create Windows binaries.

Regards,
Stephan
-- 
Entrepreneur and Software Geek
Google me. Zope Stephan Richter
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 22, OK: 12, UNKNOWN: 2

2013-02-28 Thread Marius Gedminas
On Thu, Feb 28, 2013 at 07:15:57AM -0500, Stephan Richter wrote:
 On Thursday, February 28, 2013 09:00:30 AM Marius Gedminas wrote:
   [9]winbot / z3c.form_py_265_32
   [10]   winbot / z3c.formui_py_265_32
  
  No lxml on winbot
 
 So we have to solve this issue. I cannot declare lxml=2.3 anymore, because 
 only lxml 3.0+ supports Python 3. If we want to keep supporting Windows, 
 someone must sign up to create Windows binaries.

I filed a bug: https://bugs.launchpad.net/lxml/+bug/1135686

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 22, OK: 12, UNKNOWN: 2

2013-02-28 Thread Marius Gedminas
On Thu, Feb 28, 2013 at 09:00:30AM +0200, Marius Gedminas wrote:
 On Thu, Feb 28, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
  [1]Still Failing - zopetoolkit_trunk - Build # 186
 
 Same six failures, caused by
 
   ImportError: No module named persistent
 
 inside BTrees.  Weird.

*puts brown paper bag over his head*

So, it turns out

   install_requires=[
  'lots',
  'of,
  'packages',
] + ['one extra'] if PY3 else [],

doesn't group the way I expected it to group.

Should be fixed in ZODB's py3 branch.

Kudos to Gediminas Paulauskas for spotting this.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )