-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jellyfin/10.10.2 package update #34384
Conversation
octo-sts
bot
commented
Nov 16, 2024
Signed-off-by: wolfi-bot <[email protected]>
Gen AI suggestions to solve the build error: Based on the error message, there's a version mismatch between the required .NET SDK version and the one installed. The error shows:
Here are a few suggestions to fix this:
environment:
contents:
packages:
- dotnet-8-sdk>=8.0.404
dotnet publish \
--no-restore \
--ignore-failed-sources \
--roll-forward Major \
--configuration Release Jellyfin.Server \
pipeline:
- runs: |
rm -f global.json before the dotnet publish command. The first option is preferred as it ensures we're using the correct SDK version. The error occurs because Jellyfin's global.json file is requesting a specific .NET SDK version (8.0.404) but we only have 8.0.111 installed. |
Package jellyfin: Click to expand/collapsePackage jellyfin:
(
"""
# Generated by melange
pkgname = jellyfin
- pkgver = 10.10.1-r0
+ pkgver = 10.10.2-r0
arch = x86_64
- size = 58444294
+ size = 58456688
origin = jellyfin
pkgdesc = The Free Software Media System
url =
- commit = fb238c0b958322866cf05a5a02bc64bbd3dfeaf2
- builddate = 1730653417
+ commit = 98f83cb55e289cbe0c22c5e21fb85d595854d922
+ builddate = 1731808402
license = GPL-2.0-only
depend = aspnet-8-runtime
... // 10 identical lines
depend = so:libstdc++.so.6
depend = sqlite
- datahash = 24602f72a76b2e8ee30713952df09154c9d9117aa4f2808c9dd2756a98cf79bb
+ datahash = a49b4e4b5bc7e43bf7391d9e78154e0af2b38ed07039d0dd7551efba461beec0
"""
)
Modified: /usr/lib/jellyfin/ATL.dll |
Signed-off-by: Dan Lorenc <[email protected]>
1c2b533
to
54decda
Compare
Package jellyfin: Click to expand/collapsePackage jellyfin:
(
"""
# Generated by melange
pkgname = jellyfin
- pkgver = 10.10.1-r0
+ pkgver = 10.10.2-r0
arch = x86_64
- size = 58444294
+ size = 58456688
origin = jellyfin
pkgdesc = The Free Software Media System
url =
- commit = fb238c0b958322866cf05a5a02bc64bbd3dfeaf2
- builddate = 1730653417
+ commit = 2774ff7b20632d68f30aaad04cf9f15cb8565ab3
+ builddate = 1731810484
license = GPL-2.0-only
depend = aspnet-8-runtime
... // 10 identical lines
depend = so:libstdc++.so.6
depend = sqlite
- datahash = 24602f72a76b2e8ee30713952df09154c9d9117aa4f2808c9dd2756a98cf79bb
+ datahash = 3ba11b91da6d66b2a6fc54a1085bdfa21dc5206cd1b1666a389e25ebd935548b
"""
)
Modified: /usr/lib/jellyfin/ATL.dll |