[PR #11008] fix: disable tracerpt for debian package build #12693

Closed
opened 2026-02-07 07:00:16 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11008

State: closed
Merged: No


Changes

This PR removed dotnet package dependency from the package meta because the Microsoft official docker image no longer providing them.
This PR also disabled tracerpt for debian builds, as the libcoreclrtraceptprovider is linking against an older version of liblttng-ust which is no longer available in debian and prevents the package to be built. This lib does not affect the normal operation of jellyfin.

Issues

Fixes #10970

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11008 **State:** closed **Merged:** No --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> This PR removed dotnet package dependency from the package meta because the Microsoft official docker image no longer providing them. This PR also disabled tracerpt for debian builds, as the `libcoreclrtraceptprovider` is linking against an older version of `liblttng-ust` which is no longer available in debian and prevents the package to be built. This lib does not affect the normal operation of jellyfin. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #10970
OVERLORD added the pull-request label 2026-02-07 07:00:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12693