https://www.cruisersforum.com/forums/f134/o-chart-plugin-2-0-25-issues-on-raspberry-291646.html#post3966151
Focal (20.04) ->Bullseye (11)
Jammy (22.04) -> Bookworm (12)
Noble (24.04) -> Trixie ( 13 not yet freezed/published)
We are not yet building o-plugins for upstream debian 13(trixie).
For ubuntu, our general plan these days is to build for the released upstream debian version corresponding to the target ubuntu version.
As you have found, that leads to a hick-up when ubuntu releases a timed version (24.04) long before the version-corresponding upstream debian is released. This is a common situation.
Probably about time to start building for debian 13(trixie), since the expected release date is probably Q2, 2025.
Even if you have the same version of base-files, compiler and libraries can be different. I'm even not sure if the same compiler flags are set. Hence my opinion that ABI can even be different.
Ubuntu Noble
Code:
gcc --version
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian Trixie
Code:
gcc --version
gcc (Debian 14.2.0-12) 14.2.0
https://www.cruisersforum.com/forums/f134/o-chart-plugin-2-0-25-issues-on-raspberry-291646.html#post3966151
Focal (20.04) ->Bullseye (11)
Jammy (22.04) -> Bookworm (12)
Noble (24.04) -> Trixie ( 13 not yet freezed/published)
We are not yet building o-plugins for upstream debian 13(trixie).
For ubuntu, our general plan these days is to build for the released upstream debian version corresponding to the target ubuntu version.
As you have found, that leads to a hick-up when ubuntu releases a timed version (24.04) long before the version-corresponding upstream debian is released. This is a common situation.
Probably about time to start building for debian 13(trixie), since the expected release date is probably Q2, 2025.
Even if you have the same version of base-files, compiler and libraries can be different. I'm even not sure if the same compiler flags are set. Hence my opinion that ABI can even be different.
Ubuntu Noble
Code:
gcc --version
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian Trixie
Code:
gcc --version
gcc (Debian 14.2.0-12) 14.2.0