[Bug 290460] multimedia/jellyfin: The version of the native libSkiaSharp library (88.1) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [116.0, 117.0)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Oct 2025 04:41:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290460

            Bug ID: 290460
           Summary: multimedia/jellyfin:  The version of the native
                    libSkiaSharp library (88.1) is incompatible with this
                    version of SkiaSharp. Supported versions of the native
                    libSkiaSharp library are in the range [116.0, 117.0)
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bapt@FreeBSD.org
          Reporter: jan@glaubitz.org
             Flags: maintainer-feedback?(bapt@FreeBSD.org)
          Assignee: bapt@FreeBSD.org

After updating to 10.11.0 it crashed on startup:

[2025-10-23 15:45:41.382 +02:00] [FTL] [9] Main: Error while starting server
System.TypeInitializationException: The type initializer for
'Jellyfin.Drawing.Skia.SkiaEncoder' threw an exception.
 ---> System.TypeInitializationException: The type initializer for
'SkiaSharp.SKObject' threw an exception.
 ---> System.InvalidOperationException: The version of the native libSkiaSharp
library (88.1) is incompatible with this version of SkiaSharp. Supported
versions of the native libSkiaSharp library are in the range [116.0, 117.0).
   at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(Version
minSupported, Version current, Boolean throwIfIncompatible)
   at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(Boolean
throwIfIncompatible)
   at SkiaSharp.SKObject..cctor()

maybe this is related to the dependency graphics/libskiasharp? This is version
2.88 (milestone 88?) Jellyfin uses SkiaSharp 3.116.1. 3.0 changed milestone to
115 .

-- 
You are receiving this mail because:
You are the assignee for the bug.