Opened 7 years ago
Closed 7 years ago
#10183 closed enhancement (fixed)
boost-1_66_0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (5)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Summary: | boost-1_66_1 → boost-1_66_0 |
---|
comment:3 by , 7 years ago
Not sure how to handle this. With python-2.7.14, the tests fail with:
Traceback (most recent call last): File "test_all.py", line 9, in <module> import BoostBuild File "/tmp/boost/boost_1_66_0/tools/build/test/BoostBuild.py", line 8, in <module> import TestCmd File "/tmp/boost/boost_1_66_0/tools/build/test/TestCmd.py", line 62, in <module> import shutil File "/usr/lib/python2.7/shutil.py", line 16, in <module> import zlib File "/tmp/boost/boost_1_66_0/tools/build/test/zlib.py", line 11, in <module> t = BoostBuild.Tester(arguments=['toolset=mock', '--ignore-site-config', '--user-config='], pass_toolset=0) AttributeError: 'module' object has no attribute 'Tester'
but if I revert to python-2.7.13, all tests pass. Do not know if this is a boost issue or a python issue.
comment:4 by , 7 years ago
I figured this out with the help of upstream. There is a conflict with tools/build/test/zlib.py. Renaming that file allows the tests to complete properly.
Note:
See TracTickets
for help on using tickets.
Boost 1.66 Release