jiridanek removed a comment on pull request #254:
URL: https://github.com/apache/qpid-proton/pull/254#issuecomment-653870072


   Ok, Dropped 2.7, used 3.6, 3.7 and 3.8. I got compilation errors from vcpkg 
on vs2015 with python 3.6, 
https://ci.appveyor.com/project/ke4qqq/qpid-proton/builds/33887709
   
   ```C:\Tools\vcpkg\toolsrc\include\vcpkg/base/stringview.h(46): error C3259: 
'constexpr' functions can only have one return statement (compiling source file 
..\src\vcpkg\visualstudio.cpp) 
[C:\Tools\vcpkg\toolsrc\vcpkglib\vcpkglib.vcxproj]
   C:\Tools\vcpkg\scripts\bootstrap.ps1 : Building vcpkg.exe failed. Please 
   ensure you have installed Visual Studio with the Desktop C++ workload and 
the 
   Windows SDK for Desktop C++.
   At line:1 char:4
   + & {& 'C:\Tools\vcpkg\scripts\bootstrap.ps1' }
   +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo          : NotSpecified: (:) [Write-Error], 
WriteErrorExcep 
      tion
       + FullyQualifiedErrorId : 
Microsoft.PowerShell.Commands.WriteErrorExceptio 
      n,bootstrap.ps1
    
   ScriptHalted
   At C:\Tools\vcpkg\scripts\bootstrap.ps1:411 char:5
   +     throw
   +     ~~~~~
       + CategoryInfo          : OperationStopped: (:) [], RuntimeException
       + FullyQualifiedErrorId : ScriptHalted
    
   Command exited with code 1
   ```
   
   and python issues on vs2019 with python 3.8 in python-test and 
python-integration-test. Tox tests passed fine. Probably some misconfiguration? 
https://ci.appveyor.com/project/ke4qqq/qpid-proton/builds/33886498/job/qiqg570b0n2cgwwk
   
   ```
   27: Test timeout computed to be: 1500
   27: Traceback (most recent call last):
   27:   File "C:/projects/qpid-proton/python/tests/proton-test", line 24, in 
<module>
   27:     from proton_tests.main import main
   27:   File "C:\projects\qpid-proton\python\tests\proton_tests\__init__.py", 
line 22, in <module>
   27:     from . import codec
   27:   File "C:\projects\qpid-proton\python\tests\proton_tests\codec.py", 
line 25, in <module>
   27:     from proton import *
   27:   File "C:\projects\qpid-proton\python\proton\__init__.py", line 35, in 
<module>
   27:     from cproton import PN_VERSION_MAJOR, PN_VERSION_MINOR, 
PN_VERSION_POINT
   27:   File "C:\projects\qpid-proton\BLD\python\cproton.py", line 15, in 
<module>
   27:     import _cproton
   27: ImportError: DLL load failed while importing _cproton: The specified 
module could not be found.
   27/29 Test #27: python-test ......................***Failed  Required 
regular expression not found. Regex=[Totals: .* 0 failed
   ]  0.18 sec
   test 28
         Start 28: python-in
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to