Opened 6 years ago

Closed 6 years ago

#10183 closed enhancement (fixed)

boost-1_66_0

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (5)

comment:1 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 6 years ago

Summary: boost-1_66_1boost-1_66_0

Boost 1.66 Release

Fixed bugs:

Git Pull #14: "Workaround for bogus Wignored-attributes warning on GCC 6.x/7.x". Git Issue #15: "Incorrect merge in adaptive_merge when the number of unique items is limited".

comment:3 by bdubbs@…, 6 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 bdubbs@…, 6 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.

comment:5 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19616.

Note: See TracTickets for help on using tickets.