Skip to content

[package] Boost/1.90.0: build error on Linux #29193

@gav2xlin

Description

@gav2xlin

Description

There's an error. I tried this release and got an error. My build type was Debug.

boost/1.90.0: Package folder /home/gav2xlin/.conan2/p/b/boost248117d998be8/p
ERROR: boost/1.90.0: Error in package_info() method, line 2024
raise ConanException(f"These libraries were built, but were not used in any boost module: {non_used}")
ConanException: These libraries were built, but were not used in any boost module: {'boost_cobalt_io_ssl'}

It repeats without any conanfile files.

boost cobalt io ssl is here (as I see):
https://github.com/boostorg/cobalt/blob/10fa59946e1bb8413c32802cc089dafa644ec814/src/io/ssl.cpp

Package and Environment Details

  • Package Name/Version: boost/1.90.0
  • Operating System+version: Ubuntu 25.10
  • Compiler+version: GCC 15.2.0
  • Conan version: conan 2.24.0
  • Python version: Python 3.11.13

Conan profile

[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu23
compiler.cstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=15
os=Linux

Steps to reproduce

conan create . --version=1.90.0 --build=missing

Logs

Click to expand log
======== Installing packages ========
bzip2/1.0.8: Already installed! (1 of 4)
libbacktrace/cci.20210118: Already installed! (2 of 4)
zlib/1.3.1: Already installed! (3 of 4)
boost/1.90.0: Already installed! (4 of 4)
ERROR: boost/1.90.0: Error in package_info() method, line 2024
	raise ConanException(f"These libraries were built, but were not used in any boost module: {non_used}")
	ConanException: These libraries were built, but were not used in any boost module: {'boost_cobalt_io_ssl'}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions