[Zope-dev] zope-tests - FAILED: 12

Marius Gedminas marius at gedmin.as
Tue Jun 14 07:48:55 CEST 2016


On Tue, Jun 14, 2016 at 01:00:01AM +0200, Zope tests summarizer wrote:
> [1]    FAILED  winbot / ZODB_dev py_270_win32
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095962.html
> [2]    FAILED  winbot / ZODB_dev py_270_win64
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095963.html
> [3]    FAILED  winbot / ZODB_dev py_330_win32
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095964.html
> [4]    FAILED  winbot / ZODB_dev py_330_win64
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095965.html
> [5]    FAILED  winbot / ZODB_dev py_340_win32
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095966.html
> [6]    FAILED  winbot / ZODB_dev py_340_win64
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095967.html

Windows timestamp troubles aren't fixed yet :/

https://github.com/zopefoundation/ZODB/issues/60

> [7]    FAILED  winbot / zope.i18nmessageid_py_270_win64
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095968.html
> [8]    FAILED  winbot / zope.index_py_270_win64
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095969.html

ValueError: [u'path'] from
https://github.com/python/cpython/blob/2.7/Lib/distutils/msvc9compiler.py#L299

In other words, distutils expects vcvarsall.bat to set the following
environment variables:

- INCLUDE
- LIB
- LIBPATH
- PATH

but the one we've got on winbot sets only PATH.

> [9]    FAILED  winbot / ztk_dev py_270_win32
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095970.html
> [10]   FAILED  winbot / ztk_dev py_270_win64
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095971.html
> [11]   FAILED  winbot / ztk_dev py_330_win32
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095972.html
> [12]   FAILED  winbot / ztk_dev py_330_win64
>        https://mail.zope.org/pipermail/zope-tests/2016-June/095973.html

buildout.cfg wants to use collective.recipe.cmd to run the following
shell script:

    zpkgs="${ztk:packages}"
    for zpkg in $zpkgs; do
        where="${buildout:directory}/src/$zpkg"
        if [ -e $where/docs ]; then
            echo $zpkg
            ${buildout:directory}/bin/sphinx-build -q \
                -b html -d $where/docs/_build/doctrees \
                $where/docs $where/docs/_build/html
        fi
    done

but cmd.exe doesn't like Bourne shell syntax

https://github.com/zopefoundation/zopetoolkit/blob/master/buildout.cfg#L32-L46

Marius Gedminas
-- 
I am right now in the process of reading the Xft source code (the suspense near
the end of Chapter 7 is unbearable) [...]
	-- Juliusz Chroboczek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 173 bytes
Desc: not available
URL: <http://mail.zope.org/pipermail/zope-dev/attachments/20160614/23407456/attachment.sig>


More information about the Zope-Dev mailing list