Re: zope-tests - FAILED: 12

Marius Gedminas <[email protected]>
Newsgroups gmane.comp.web.zope.devel
Message-ID <20160614054855.GA16747@platonas>
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

_______________________________________________
Zope-Dev maillist  -  [email protected]
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 )
signature.asc (application/pgp-signature, 173 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFXX5rCkVdEXeem148RAoRvAJ9rWKYFwzwnyazzZiHBrfiW1NPXqQCfYgdt
b+Vt4aMD6/a6eihevEKQRv0=
=YUW/
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.