Re: [Zope-dev] SVN: persistent/trunk/ Prep 4.0.4 release.

2012-12-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12/12/2012 04:12 PM, Roger wrote:

 I guess the peristent release is broken. At least with my windows
 minsys setup. (I don't use cygwin)
 
 Should this work or does persistent require a special build setup?
 
 
 bin\buildout.exe Develop: 
 'D:\\svnRefline\\packages\\branches\\dev-2.0-core\\externals\\p01.cdn\\.'

 
Installing test.
 Getting distribution for 'persistent=4.0.0dev,4.1dev'. cc1.exe:
 error: unrecognized command line option '-mno-cygwin' error: Setup
 script exited with error: command 'gcc' failed with exit status 1 An
 error occurred when trying to install persistent 4.0.4. Look above
 this message for any errors that were output by easy_install. While: 
 Installing test. Getting distribution for
 'persistent=4.0.0dev,4.1dev'. Error: Couldn't install: persistent
 4.0.4

I don't know what the error message is about '-mno-cygwin'.  I do know
that the 4.0.4 release has extension modules which compoile under
Python3, but which are not importable:  I've been working on that today.

Because I'm working on cross-version stuff, I haven't been using
zc.buildout.  I can install 'persistent==4.0.4' in a virtualenv, howeer,
and the buildout works for me under Python 2.x.


Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDJE34ACgkQ+gerLs4ltQ6fCACgl8w9sn+sJmHIRLn2o0OaHZG3
X3EAoJLDDdJK/ol/UV9Iv5IQaXZXS7K5
=QL7V
-END PGP 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 )


[Zope-dev] zope-tests - OK: 9

2012-12-12 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2012-12-11 00:00:00 UTC and 2012-12-12 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


   Successful - zopetoolkit_trunk - Build # 104
   Successful - zopetoolkit_trunk_app - Build # 88
   Zope-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12 Python-2.6.8 : Linux
   Zope-2.13 Python-2.6.8 : Linux
   Zope-2.13 Python-2.7.3 : Linux
   Zope-trunk Python-2.6.8 : Linux
   Zope-trunk Python-2.7.3 : Linux

Non-OK results
--

___
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] SVN: persistent/trunk/ Prep 4.0.4 release.

2012-12-12 Thread Jens Vagelpohl

On Dec 13, 2012, at 0:30 , Tres Seaver tsea...@palladion.com wrote:

 Getting distribution for 'persistent=4.0.0dev,4.1dev'. cc1.exe:
 error: unrecognized command line option '-mno-cygwin' error: Setup
 script exited with error: command 'gcc' failed with exit status 1 An
 error occurred when trying to install persistent 4.0.4. Look above
 this message for any errors that were output by easy_install. While: 
 Installing test. Getting distribution for
 'persistent=4.0.0dev,4.1dev'. Error: Couldn't install: persistent
 4.0.4
 
 I don't know what the error message is about '-mno-cygwin'.

From another project where I was forced to use Windoze I dimly remember that 
this issue arises when compiling any C extension with the installed Python. 
That -mno-cygwin flag is defined deep inside setuptools itself and clashes 
with newer versions of the compilation tools which don't know that flag 
anymore.

I may have some of the details wrong, but this is *not* an issue with the 
persistent package requiring a special build setup. The issue is at the Python 
level and how setuptools interacts with the compiler when building C extensions.

In that project I was successfully building extensions using Cygwin.

jens


___
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 )