b2 icon indicating copy to clipboard operation
b2 copied to clipboard

[Boost 1.87.0] the result of `b2 --show-libraries` is wrong

Open UMU618 opened this issue 9 months ago • 0 comments
trafficstars

Environment and version details

  • Operating System+version: Windows 11 23H2
  • Compiler+version: MSVC 14.3
  • Shell: PowerShell 7.5.0
  • B2 Version: Output of b2 -v and b2 --version: B2 5.2.1 (OS=NT, jobs=16)
  • B2 Configuration: Output of b2 --debug-configuration in your project.

Brief problem description

b2 --show-libraries prints all libs.

Steps to reproduce the issue

Run b2 --show-libraries

Actual behavior summary

$ .\b2.exe --show-libraries
The following libraries require building:
    - contract
    - date_time
    - exception
    - graph
    - graph_parallel
    - headers
    - locale
    - log
    - nowide
    - program_options
    - regex
    - serialization
    - test
    - thread
    - type_erasure
    - any
    - asio
    - assert
    - atomic
    - beast
    - bimap
    - bind
    - charconv
    - chrono
    - cobalt
    - compat
    - container
    - container_hash
    - context
    - conversion
    - core
    - coroutine
    - coroutine2
    - crc
    - describe
    - detail
    - dll
    - endian
    - fiber
    - filesystem
    - flyweight
    - function
    - function_types
    - geometry
    - hana
    - heap
    - integer
    - interprocess
    - intrusive
    - iostreams
    - iterator
    - json
    - lambda2
    - lexical_cast
    - lockfree
    - math
    - move
    - mp11
    - mpi
    - msm
    - multi_index
    - mysql
    - optional
    - outcome
    - parameter
    - pfr
    - poly_collection
    - predef
    - process
    - python
    - random
    - ratio
    - redis
    - scope
    - signals2
    - smart_ptr
    - stacktrace
    - stl_interfaces
    - system
    - throw_exception
    - timer
    - tuple
    - type_index
    - unordered
    - url
    - uuid
    - variant
    - variant2
    - wave
    - winapi

Expected behavior summary

Boost 1.86.0 is correct.

UMU618 avatar Feb 04 '25 17:02 UMU618