Skip to content

fix build: add lost Debian boost dependencies#1256

Open
ashawkman wants to merge 1 commit into
userver-framework:developfrom
ashawkman:feature/debian-build-fix
Open

fix build: add lost Debian boost dependencies#1256
ashawkman wants to merge 1 commit into
userver-framework:developfrom
ashawkman:feature/debian-build-fix

Conversation

@ashawkman

Copy link
Copy Markdown

Problem:
CMake fails to find the boost_context component when building userver on Debian 13 (trixie):
CMake Error at sr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_context"
(requested version 1.83.0) with any of the following names:

boost_contextConfig.cmake
boost_context-config.cmake

The base package libboost1.83-dev does not include the context component; it is provided by a separate development package.

Solution:
Add needed build dependencies for Debian OS.

Signed-off-by: Anton Artyushin <aartyushin@ptsecurity.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant