Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
UMU618 opened this issue Feb 4, 2025 · 0 comments
Open

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

UMU618 opened this issue Feb 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@UMU618
Copy link
Contributor

UMU618 commented Feb 4, 2025

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 UMU618 added the bug Something isn't working label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant