Can't run tests on develop
When I try to run the smart_ptr tests on develop by the usual: C:\Projects\boost-git\boost\libs\smart_ptr\test>b2 toolset=gcc,gcc-cxx11,msvc-8.0,msvc-10.0,msvc-12.0 I now get the following errors: ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd ...updated 1 target... ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86_amd64.cmd ...updated 1 target... ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd ...updated 1 target... ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86_amd64.cmd ...updated 1 target... C:/Projects/boost-git/boost/tools/build/src/tools\msvc.jam:1057: in configure-really *** argument error * rule locate-default-setup ( command : parent : setup-name ) * called with: ( : C:\Program Files (x86)\Microsoft Visual Studio 8\vc\WPSDK : vcvarsphoneall.bat ) * missing argument command C:/Projects/boost-git/boost/tools/build/src/tools\msvc.jam:1446:see definition of rule 'locate-default-setup' being called C:/Projects/boost-git/boost/tools/build/src/tools\msvc.jam:200: in configure C:/Projects/boost-git/boost/tools/build/src/tools\msvc.jam:152: in msvc.init C:/Projects/boost-git/boost/tools/build/src/build\toolset.jam:43: in toolset.using C:/Projects/boost-git/boost/tools/build/src\build-system.jam:461: in process-explicit-toolset-requests C:/Projects/boost-git/boost/tools/build/src\build-system.jam:527: in load C:\Projects\boost-git\boost\tools\build\src/kernel\modules.jam:289: in import C:\Projects\boost-git\boost\tools\build\src/kernel/bootstrap.jam:139: in boost-build C:\Projects\boost-git\boost\boost-build.jam:17: in module scope Any ideas?
On 07/11/2014 09:03 PM, Peter Dimov wrote:
When I try to run the smart_ptr tests on develop by the usual:
C:\Projects\boost-git\boost\libs\smart_ptr\test>b2 toolset=gcc,gcc-cxx11,msvc-8.0,msvc-10.0,msvc-12.0
I now get the following errors:
...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd ...updated 1 target... ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86_amd64.cmd ...updated 1 target... ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd ...updated 1 target... ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\PETERD~1\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86_amd64.cmd ...updated 1 target... C:/Projects/boost-git/boost/tools/build/src/tools\msvc.jam:1057: in configure-really *** argument error * rule locate-default-setup ( command : parent : setup-name ) * called with: ( : C:\Program Files (x86)\Microsoft Visual Studio 8\vc\WPSDK : vcvarsphoneall.bat )
Peter, What revision of tools/build do you have. This is supposed to be fix in https://github.com/boostorg/build/commit/d7fd728245d7c5db73e15d17724589c3d80... - Volodya
Vladimir Prus wrote:
Peter,
What revision of tools/build do you have. This is supposed to be fix in
https://github.com/boostorg/build/commit/d7fd728245d7c5db73e15d17724589c3d80...
Standard "git submodule update --init": C:\Projects\boost-git\boost\tools\build>git status # HEAD detached at 4c7402d nothing to commit, working directory clean Works with msvc-12.0, fails with msvc-8.0 and msvc-10.0.
On 07/11/2014 09:18 PM, Peter Dimov wrote:
Vladimir Prus wrote:
Peter,
What revision of tools/build do you have. This is supposed to be fix in
https://github.com/boostorg/build/commit/d7fd728245d7c5db73e15d17724589c3d80...
Standard "git submodule update --init":
C:\Projects\boost-git\boost\tools\build>git status # HEAD detached at 4c7402d nothing to commit, working directory clean
Works with msvc-12.0, fails with msvc-8.0 and msvc-10.0.
I see. Steve, any ideas what needs fixing? Thanks, Volodya
I'm taking a look now. Steve -- View this message in context: http://boost.2283326.n4.nabble.com/Can-t-run-tests-on-develop-tp4665008p4665... Sent from the Boost - Dev mailing list archive at Nabble.com.
Ok I've figured out the problem, I'm currently testing the fix on msvc-10.0, msvc-11.0, msvc-12.0, and msvc-14.0. Steve -- View this message in context: http://boost.2283326.n4.nabble.com/Can-t-run-tests-on-develop-tp4665008p4665... Sent from the Boost - Dev mailing list archive at Nabble.com.
Ok I fix is ready in the following pull request: https://github.com/boostorg/build/pull/19 -- View this message in context: http://boost.2283326.n4.nabble.com/Can-t-run-tests-on-develop-tp4665008p4665... Sent from the Boost - Dev mailing list archive at Nabble.com.
On 07/11/2014 11:57 PM, stgates wrote:
Ok I fix is ready in the following pull request:
Merged. Peter, please let us know whether things are back to normal, and sorry for the disruption. - Volodya
Vladimir Prus wrote:
On 07/11/2014 11:57 PM, stgates wrote:
Ok I fix is ready in the following pull request:
Merged. Peter, please let us know whether things are back to normal, and sorry for the disruption.
Works fine now, thanks.
participants (3)
-
Peter Dimov
-
stgates
-
Vladimir Prus