Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885471 - dev-util/cmake-3.24.3: FindBacktrace misdetects on musl systems with sys-libs/libbacktrace-1.0_p20220226
Summary: dev-util/cmake-3.24.3: FindBacktrace misdetects on musl systems with sys-libs...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 716422 838979 868231
  Show dependency tree
 
Reported: 2022-12-11 16:06 UTC by Felix Janda
Modified: 2022-12-12 19:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Janda 2022-12-11 16:06:48 UTC
The cmake module FindBacktrace detects backtrace functionality on musl profiles with sys-libs/libbacktrace installed.

This causes compilation failures in programs using this module since libbacktrace does not actually provide a "backtrace" symbol.

Reproducible: Always