Skip to content

Conversation

@SirTyson
Copy link
Contributor

It looks like we need to explicitly add a dependency for libunwind-20-dev for the tmalloc dependency for jammy. Otherwise, when we go to install libgoogle-perftools-dev. it will add the older libunwind-dev from the main apt mirror, which later conflicts when we try to get the new libunwind-dev from the LLVM repo.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds the libunwind-20-dev package as an explicit build dependency for stellar-core on Ubuntu Jammy (22.04). This prevents dependency conflicts that occur when libgoogle-perftools-dev automatically pulls in the older libunwind-dev from the main apt mirror, which later conflicts with the newer version from the LLVM repository.

Changes:

  • Added libunwind-20-dev to the Build-Depends list in the stellar-core debian control file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@SirTyson SirTyson requested a review from jacekn January 26, 2026 18:29
@anupsdf
Copy link
Contributor

anupsdf commented Jan 26, 2026

Interesting. In PR stellar/stellar-core#5088 we had removed this.

Copy link
Contributor

@jacekn jacekn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG! Noting that the package comes from the llvm-20 repo for jammy, it's not in the Ubuntu archives.

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.

3 participants