Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-21 Diskussionsfäden Masaru Nomiya
Hello,

In the Message; 

  Subject: Re: [packman] Kodi Tumbleweed symbol not found error - Kodi 
won't start!
  Message-ID : 

  Date & Time: Sat, 20 May 2023 18:30:15 +0200

[SS] == Steven Swart  has written:

SS>  Greetings, Packmans!

SS>  Just a quick report back. Installing the new Packman version of the
SS>  ProjectM music visualiser addon still didn't solve my problem. I was still
SS>  getting this:

[...]
SS>  Information for package libspdlog1_11:
SS>  --
SS>  Repository : openSUSE:Factory
SS>  Name   : libspdlog1_11
SS>  Version: 1.11.0-1.2
SS>  Arch   : x86_64
SS>  Vendor : openSUSE
SS>  Installed Size : 418.4 KiB
SS>  Installed  : Yes
SS>  Status : up-to-date
SS>  Source package : spdlog-1.11.0-1.2.src
SS>  Upstream URL   : https://github.com/gabime/spdlog
SS>  Summary: C++ logging library
SS>  Description:
SS>  A header-only/compiled, C++ logging library.

SS>  * Asynchronous mode (optional)
SS>  * Multi/Single threaded loggers.
SS>  * Various log targets (rotating/daily files, console, with colors,
SS>syslog, custom target)

SS>  Tested Kodi, and all now working properly! Also, this version of the addon
SS>  seems a lot faster and more responsive on my system than the older Flatpak
SS>  version I had been using previously!

SS>  So, it would seem to me that if libfmt10 is installed, Kodi will use it,
SS>  regardless of whether libfmt9 is available.

You are mistaken.

That is, spdlog-1.11.0-1.2.src contains a patch for fmt-10.0.0, but it
is not a patch for kodi, which itself does not require fmt-related
libraries to run.

In the Message; 

  Subject: Re: [packman] Kodi Tumbleweed symbol not found error - Kodi 
won't start!
  Message-ID : 
  Date & Time: Sat, 20 May 2023 21:03:53 +0200

[MH] == Manfred Hollstein  has written:

[...]
MH>  Just checked if the newly built packages have a direct dependency on
MH>  libfmt9 - they don't :(

You haven't checked the file FMT-VERSION.

LIBNAME=fmt
VERSION=9.1.0
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
SHA512=a18442042722dd48e20714ec034a12fcc0576c9af7be5188586970e2edf47529825bdc99af366b1d5891630c8dbf6f63bfa9f012e77ab3d3ed80d1a118e3b2be
BYPRODUCT=libfmt.a
BYPRODUCT_WIN=fmt.lib

That is, kodi needs libfmt.a for building.

Specifically, when I install the patched spdlog 1.11.0 and fmt 10.0.0
and try to build kodi, it stops with the following fmt-related error.

[...]
/usr/src/packages/BUILD/20.1-Nexus/build/build/include/fmt/core.h:2817:44:   in 
‘constexpr’ expansion of ‘fmt::v10::make_format_args<>(args#0)’
/usr/src/packages/BUILD/20.1-Nexus/build/build/include/fmt/core.h:1691:7: 
error: static assertion failed: Cannot format an argument. To make type T 
formattable provide a formatter specialization: 
https://fmt.dev/latest/api.html#udt
 1691 |   formattable,
  |   ^~~
make[2]: *** 
[build/games/addons/streams/CMakeFiles/game_addon_streams.dir/build.make:121: 
build/games/addons/streams/CMakeFiles/game_addon_streams.dir/GameClientStreamVideo.cpp.o]
 Error 1
make[2]: Leaving directory '/usr/src/packages/BUILD/20.1-Nexus/build'
make[1]: *** [CMakeFiles/Makefile2:7411: 
build/games/addons/streams/CMakeFiles/game_addon_streams.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
[...]

Regards.

---
┏━━┓彡 野宮  賢 mail-to: nomiya @ lake.dti.ne.jp
┃\/彡
┗━━┛   "Bill!
   You married with Computer.
   Not with Me!"
  "No., with money."

___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-21 Diskussionsfäden Dave Plater
On 5/20/23, Manfred Hollstein  wrote:
> On Sat, 20 May 2023, 20:43:44 +0200, Steven Swart wrote:
>> Thank you for your feedback as well, Manfred, I will do as you advise.
>
> Just checked if the newly built packages have a direct dependency on
> libfmt9 - they don't :( Since libfmt appears to be only required by
> *some* addons, adding a hard "Require: libfmt9" would punish all users
> of addons which don't actually need libfmt at all. I'm now going to
> remove the "BuildRequire: ..." again, as it does not solve your problem.
>
> Please check all packages you have installed from the devel:*
> repos/projects!
>
>> Enjoy the rest of your weekend!
>
> Same to you!
>
>> Kind regards,
>> Steven.
>
> Cheers.
>
> l8er
> manfred
>
Hi Manfred, if you want to require the library that the kodi package
was built with you can use a macro like %define  libfmtversion
%(pkg-config --modversion libfmt) replacing "libfmt" with the correct
pkgconfig name eg. "fmt"

Regards
Dave

___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-20 Diskussionsfäden Steven Swart
Thank you, Manfred!

The reason I have the devel repos installed is because I have a lot of
user-contributed software installed, that is available from OBS, but not
the standard repos. Many of these packages require dependencies from the
devel repos. Those who install such software, for example from a one-click
.yml file would have the same problem.

I have been a SUSE user since about 2013, am a developer by trade, and,
while by no means an expert, I can generally figure things out on my own,
given enough time.

So, I am probably above the 'average' SUSE user.

I think there may be others out there who have similar use cases to mine,
so this is probably worth writing up.

I will just add it to my already very long list of things to do, for 'when
I have time'.

Would you mind my sending it to you for review, before I post it?

Kind regards,
Steven.

On Sat, 20 May 2023, 21:36 Manfred Hollstein  wrote:

> Hi Steven,
>
> On Sat, 20 May 2023, 21:08:14 +0200, Steven Swart wrote:
> > Just had a thought, Manfred - would it be worth publishing this issue on
> the
> > forums? Just in case anyone else out there runs into the same problem?
> >
> > In which case, rather you do it than me. I am not sure if I would get it
> > right...
>
> TBH, I really don't like forums - perhaps I'm too old for that. The
> issue really is about having arbitrary repos enabled which are not
> thought for a daily use - this is why they are called "devel" repos.
> When you use such repo, you are on your own to ensure you know the
> implications.
>
> If someone would write this up properly, I certainly wouldn't be against
> it - it's just not me!
>
> > Kind regards,
> > Steven.
>
> Cheers.
>
> l8er
> manfred
>
> > On Sat, 20 May 2023, 21:04 Manfred Hollstein  wrote:
> >
> > On Sat, 20 May 2023, 20:43:44 +0200, Steven Swart wrote:
> > > Thank you for your feedback as well, Manfred, I will do as you
> advise.
> >
> > Just checked if the newly built packages have a direct dependency on
> > libfmt9 - they don't :( Since libfmt appears to be only required by
> > *some* addons, adding a hard "Require: libfmt9" would punish all
> users
> > of addons which don't actually need libfmt at all. I'm now going to
> > remove the "BuildRequire: ..." again, as it does not solve your
> problem.
> >
> > Please check all packages you have installed from the devel:*
> > repos/projects!
> ___
> Packman mailing list
> Packman@links2linux.de
> https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-20 Diskussionsfäden Manfred Hollstein
Hi Steven,

On Sat, 20 May 2023, 21:08:14 +0200, Steven Swart wrote:
> Just had a thought, Manfred - would it be worth publishing this issue on the
> forums? Just in case anyone else out there runs into the same problem?
> 
> In which case, rather you do it than me. I am not sure if I would get it
> right...

TBH, I really don't like forums - perhaps I'm too old for that. The
issue really is about having arbitrary repos enabled which are not
thought for a daily use - this is why they are called "devel" repos.
When you use such repo, you are on your own to ensure you know the
implications.

If someone would write this up properly, I certainly wouldn't be against
it - it's just not me!

> Kind regards,
> Steven.

Cheers.

l8er
manfred

> On Sat, 20 May 2023, 21:04 Manfred Hollstein  wrote:
> 
> On Sat, 20 May 2023, 20:43:44 +0200, Steven Swart wrote:
> > Thank you for your feedback as well, Manfred, I will do as you advise.
> 
> Just checked if the newly built packages have a direct dependency on
> libfmt9 - they don't :( Since libfmt appears to be only required by
> *some* addons, adding a hard "Require: libfmt9" would punish all users
> of addons which don't actually need libfmt at all. I'm now going to
> remove the "BuildRequire: ..." again, as it does not solve your problem.
> 
> Please check all packages you have installed from the devel:*
> repos/projects!


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-20 Diskussionsfäden Steven Swart
Just had a thought, Manfred - would it be worth publishing this issue on
the forums? Just in case anyone else out there runs into the same problem?

In which case, rather you do it than me. I am not sure if I would get it
right...

Kind regards,
Steven.

On Sat, 20 May 2023, 21:04 Manfred Hollstein  wrote:

> On Sat, 20 May 2023, 20:43:44 +0200, Steven Swart wrote:
> > Thank you for your feedback as well, Manfred, I will do as you advise.
>
> Just checked if the newly built packages have a direct dependency on
> libfmt9 - they don't :( Since libfmt appears to be only required by
> *some* addons, adding a hard "Require: libfmt9" would punish all users
> of addons which don't actually need libfmt at all. I'm now going to
> remove the "BuildRequire: ..." again, as it does not solve your problem.
>
> Please check all packages you have installed from the devel:*
> repos/projects!
>
> > Enjoy the rest of your weekend!
>
> Same to you!
>
> > Kind regards,
> > Steven.
>
> Cheers.
>
> l8er
> manfred
> ___
> Packman mailing list
> Packman@links2linux.de
> https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-20 Diskussionsfäden Manfred Hollstein
On Sat, 20 May 2023, 20:43:44 +0200, Steven Swart wrote:
> Thank you for your feedback as well, Manfred, I will do as you advise.

Just checked if the newly built packages have a direct dependency on
libfmt9 - they don't :( Since libfmt appears to be only required by
*some* addons, adding a hard "Require: libfmt9" would punish all users
of addons which don't actually need libfmt at all. I'm now going to
remove the "BuildRequire: ..." again, as it does not solve your problem.

Please check all packages you have installed from the devel:*
repos/projects!

> Enjoy the rest of your weekend!

Same to you!

> Kind regards,
> Steven.

Cheers.

l8er
manfred


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-20 Diskussionsfäden Steven Swart
Thank you for your feedback as well, Manfred, I will do as you advise.

Enjoy the rest of your weekend!

Kind regards,
Steven.

On Sat, 20 May 2023, 20:40 Manfred Hollstein  wrote:

> Hi Steven,
>
> On Sat, 20 May 2023, 18:30:15 +0200, Steven Swart wrote:
> > Greetings, Packmans!
> >
> > Just a quick report back.
>
> thanks for your feedback!
>
> >   Installing the new Packman version of the
> ProjectM
> > music visualiser addon still didn't solve my problem. I was still
> getting this:
> >
> > steven@linux-ll3r:~> kodi
> > /usr/lib64/kodi/kodi.bin: symbol lookup error: /usr/lib64/kodi/kodi.bin:
> > undefined symbol:
> >
> _ZN6spdlog7details7log_msgC1ENS_10source_locEN3fmt2v917basic_string_viewIcEENS_5level10level_enumES6_
> >
> > So, upon investigation, this was the problem. I checked which version of
> > libfmt10 I had installed:
> >
> > steven@linux-ll3r:~> zypper info libfmt10
> > Loading repository data...
> > Reading installed packages...
> >
> >
> > Information for package libfmt10:
> > -
> > Repository : devel:libraries:c_c++
>
> This is the source of your problem! Adding any devel: projects may
> result in a lot of problems; we just recently had that with some issues
> when openssl stopped working properly... I'd suggest you lower the
> priority of all such devel: repos/projects to something higher than 99
> and check all packages you have installed from any of these devel:
> repos/projects!
>
> > [...]
> > I am not a maintainer, but perhaps this means that the Kodi requires
> should
> > change, and maybe that Kodi itself needs to be built against libfmt10?
>
> I just added a BuildRequire: to ban any fmt version >= 10!
>
> > In other news, I now have a Leap 15.4 machine running the ProjectM
> visualiser
> > as well, and another Leap 15.4 machine that I plan to install it on at
> some
> > stage.
> >
> > All in all, a big win all around for all SUSE users who use Kodi, thank
> you so
> > much, Manfred! :-)
>
> Thank you, Steven, to drill down this mess!
>
> > Kind regards,
> > Steven.
>
> Cheers.
>
> l8er
> manfred
> ___
> Packman mailing list
> Packman@links2linux.de
> https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-20 Diskussionsfäden Manfred Hollstein
Hi Steven,

On Sat, 20 May 2023, 18:30:15 +0200, Steven Swart wrote:
> Greetings, Packmans!
> 
> Just a quick report back.

thanks for your feedback!

>   Installing the new Packman version of the ProjectM
> music visualiser addon still didn't solve my problem. I was still getting 
> this:
> 
> steven@linux-ll3r:~> kodi
> /usr/lib64/kodi/kodi.bin: symbol lookup error: /usr/lib64/kodi/kodi.bin:
> undefined symbol:
> _ZN6spdlog7details7log_msgC1ENS_10source_locEN3fmt2v917basic_string_viewIcEENS_5level10level_enumES6_
> 
> So, upon investigation, this was the problem. I checked which version of
> libfmt10 I had installed:
> 
> steven@linux-ll3r:~> zypper info libfmt10
> Loading repository data...
> Reading installed packages...
> 
> 
> Information for package libfmt10:
> -
> Repository     : devel:libraries:c_c++

This is the source of your problem! Adding any devel: projects may
result in a lot of problems; we just recently had that with some issues
when openssl stopped working properly... I'd suggest you lower the
priority of all such devel: repos/projects to something higher than 99
and check all packages you have installed from any of these devel:
repos/projects!

> [...]
> I am not a maintainer, but perhaps this means that the Kodi requires should
> change, and maybe that Kodi itself needs to be built against libfmt10?

I just added a BuildRequire: to ban any fmt version >= 10!

> In other news, I now have a Leap 15.4 machine running the ProjectM visualiser
> as well, and another Leap 15.4 machine that I plan to install it on at some
> stage.
> 
> All in all, a big win all around for all SUSE users who use Kodi, thank you so
> much, Manfred! :-)

Thank you, Steven, to drill down this mess!

> Kind regards,
> Steven.

Cheers.

l8er
manfred


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Steven Swart
Oh that's brilliant! That's first prize, thank you, Manfred!

Kind regards,
Steven.

On Thu, 18 May 2023, 15:24 Manfred Hollstein  wrote:

> Hi Steven,
>
> On Thu, 18 May 2023, 13:12:50 +0200, Steven Swart wrote:
> > Thank you, all, and Manfred!
> >
> > After some investigation and experimentation, I located the source of the
> > problem. It was my hacky method of installing the ProjectM visualisation
> addon.
> >
> > Briefly, libspdlog was updated from v 1.9.2 to 1.11 at some point. The
> Flatpak
> > version has received no updates for quite some time. I tried various
> hacky
> > methods again, like changing the symlinks to the .so files, but they are
> binary
> > incompatible, and that just doesn't work.
> >
> > The only solution is to build the ProjectM addon from source.
> >
> > I will do that shortly, and post an update about how to do that.
>
> I have just checked if the projectm addon still cannot be built, but
> that was apparently only a failure with Leap 15.3. I have therefore
> re-added the addon for all currently supported OSes Leap 15.4, 15.4 and
> Tumbleweed. You should soon see a new package on PMBS or its mirrors.
>
> > Kind regards,
> > Steven.
>
> Cheers.
>
> l8er
> manfred
> ___
> Packman mailing list
> Packman@links2linux.de
> https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Manfred Hollstein
Hi Steven,

On Thu, 18 May 2023, 13:12:50 +0200, Steven Swart wrote:
> Thank you, all, and Manfred!
> 
> After some investigation and experimentation, I located the source of the
> problem. It was my hacky method of installing the ProjectM visualisation 
> addon.
> 
> Briefly, libspdlog was updated from v 1.9.2 to 1.11 at some point. The Flatpak
> version has received no updates for quite some time. I tried various hacky
> methods again, like changing the symlinks to the .so files, but they are 
> binary
> incompatible, and that just doesn't work.
> 
> The only solution is to build the ProjectM addon from source.
> 
> I will do that shortly, and post an update about how to do that.

I have just checked if the projectm addon still cannot be built, but
that was apparently only a failure with Leap 15.3. I have therefore
re-added the addon for all currently supported OSes Leap 15.4, 15.4 and
Tumbleweed. You should soon see a new package on PMBS or its mirrors.

> Kind regards,
> Steven.

Cheers.

l8er
manfred


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Steven Swart
Thank you, all, and Manfred!

After some investigation and experimentation, I located the source of the
problem. It was my hacky method of installing the ProjectM visualisation
addon.

Briefly, libspdlog was updated from v 1.9.2 to 1.11 at some point. The
Flatpak version has received no updates for quite some time. I tried
various hacky methods again, like changing the symlinks to the .so files,
but they are binary incompatible, and that just doesn't work.

The only solution is to build the ProjectM addon from source.

I will do that shortly, and post an update about how to do that.

Kind regards,
Steven.


On Thu, 18 May 2023, 12:25 Manfred Hollstein  wrote:

> On Thu, 18 May 2023, 12:20:42 +0200, Manfred Hollstein wrote:
> > Hi Steven,
> >
> > On Thu, 18 May 2023, 10:43:45 +0200, Steven Swart wrote:
> > > Good day, Manfred, Sagi!
> > >
> > > The only weird thing I have done with this installation of Kodi is
> this:
> > >
> > > https://www.dropbox.com/s/xmk1wb3qw1d2gny/
> > >
> Quick.Way.to.add.the.ProjectM.Visualisation.Addon.to.a.Packman.Kodi.Installation.pdf?
> > > dl=0
> >
> > You should be able to install the addon directly from the Kodi
> > repository:
> >
> >   
> >
> > I remember we had problems with exactly this addon, because it was using
> > a member datadir which did not exist in all OS versions we use to build
> > kodi and the kodi.binary-addons packages for. You can however install
> > any missing addons directly from within Kodi. Perhaps you give it try.
>
> Embarrassing... :( it's not available for Linux, which is probably why
> you followed the Quick.Way... in the first place.
>
> Cheers.
>
> l8er
> manfred
> ___
> Packman mailing list
> Packman@links2linux.de
> https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Manfred Hollstein
On Thu, 18 May 2023, 12:20:42 +0200, Manfred Hollstein wrote:
> Hi Steven,
> 
> On Thu, 18 May 2023, 10:43:45 +0200, Steven Swart wrote:
> > Good day, Manfred, Sagi!
> > 
> > The only weird thing I have done with this installation of Kodi is this:
> > 
> > https://www.dropbox.com/s/xmk1wb3qw1d2gny/
> > Quick.Way.to.add.the.ProjectM.Visualisation.Addon.to.a.Packman.Kodi.Installation.pdf?
> > dl=0
> 
> You should be able to install the addon directly from the Kodi
> repository:
> 
>   
> 
> I remember we had problems with exactly this addon, because it was using
> a member datadir which did not exist in all OS versions we use to build
> kodi and the kodi.binary-addons packages for. You can however install
> any missing addons directly from within Kodi. Perhaps you give it try.

Embarrassing... :( it's not available for Linux, which is probably why
you followed the Quick.Way... in the first place.

Cheers.

l8er
manfred


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Manfred Hollstein
Hi Steven,

On Thu, 18 May 2023, 10:43:45 +0200, Steven Swart wrote:
> Good day, Manfred, Sagi!
> 
> The only weird thing I have done with this installation of Kodi is this:
> 
> https://www.dropbox.com/s/xmk1wb3qw1d2gny/
> Quick.Way.to.add.the.ProjectM.Visualisation.Addon.to.a.Packman.Kodi.Installation.pdf?
> dl=0

You should be able to install the addon directly from the Kodi
repository:

  

I remember we had problems with exactly this addon, because it was using
a member datadir which did not exist in all OS versions we use to build
kodi and the kodi.binary-addons packages for. You can however install
any missing addons directly from within Kodi. Perhaps you give it try.

HTH, cheers.

l8er
manfred


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Masaru Nomiya
Hello,

In the Message; 

  Subject: Re: [packman] Kodi Tumbleweed symbol not found error - Kodi 
won't start!
  Message-ID : 
  Date & Time: Thu, 18 May 2023 10:06:08 +0200

[MH] == Manfred Hollstein  has written:

[...]
MN> > The reason is that fmt has been updated to 10.0.0.

MH>  where do you find fmt 10.0.0? openSUSE:Factory still has 9.1.0.

Ah, sorry.

My repository is M17N.

MN> > kodi does not support this fmt at the moment, so the only solution is
MN> > to install the libfmt9.

MH>  He ought to have libfmt9 installed, either directly or as a dependency
MH>  of kodi. FWIW, I just upgraded my systems to TW snapshot 20230517, and
MH>  kodi runs successfully.

My kodi is a static build, so it has nothing to do with fmt in my
system.

Regards.

---
┏━━┓彡 野宮  賢 mail-to: nomiya @ lake.dti.ne.jp
┃\/彡
┗━━┛   "Bill!
   You married with Computer.
   Not with Me!"
   "No..., with money."

___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Manfred Hollstein
Moin,

On Thu, 18 May 2023, 09:15:46 +0200, Masaru Nomiya wrote:
> Hello,
> 
> In the Message; 
> 
>   Subject    : Re: [packman] Kodi Tumbleweed symbol not found error - Kodi 
> won't start!
>   Message-ID : <634c1a9c-47ab-4c2b-9dee-da431f007...@ssis.sm>
>   Date & Time: Thu, 18 May 2023 08:37:13 +0200
> 
> [DE] == Diego Ercolani  has written:
> 
> DE> Probably you need to wait for a rebuild trigger and the new
> DE> symbols will be imported automatically. Please  see 
> DE> https://openbuildservice.org/ the system used by opensuse and
> DE> packman
> 
> The reason is that fmt has been updated to 10.0.0.

where do you find fmt 10.0.0? openSUSE:Factory still has 9.1.0.

> kodi does not support this fmt at the moment, so the only solution is
> to install the libfmt9.

He ought to have libfmt9 installed, either directly or as a dependency
of kodi. FWIW, I just upgraded my systems to TW snapshot 20230517, and
kodi runs successfully.

@Diego, please show us the error message you get in the console window,
as Sagi already suggested!

> Regards.

Cheers.

l8er
manfred


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Masaru Nomiya
Hello,

In the Message; 

  Subject: Re: [packman] Kodi Tumbleweed symbol not found error - Kodi 
won't start!
  Message-ID : <634c1a9c-47ab-4c2b-9dee-da431f007...@ssis.sm>
  Date & Time: Thu, 18 May 2023 08:37:13 +0200

[DE] == Diego Ercolani  has written:

DE> Probably you need to wait for a rebuild trigger and the new
DE> symbols will be imported automatically. Please  see 
DE> https://openbuildservice.org/ the system used by opensuse and
DE> packman

The reason is that fmt has been updated to 10.0.0.
kodi does not support this fmt at the moment, so the only solution is
to install the libfmt9.

Regards.

---
┏━━┓彡 野宮  賢 mail-to: nomiya @ lake.dti.ne.jp
┃\/彡
┗━━┛   "A bachelor’s degree still holds prestige as a ticket to the
   middle class, but its value has received increasing scrutiny.
   In the last several years, rising tuition and student loan debt
   have led more Americans to reconsider an investment in
   postsecondary education."

-- Washington Post --

___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Sagi Ben-Akiva
Hi,

Can you please share the exact error that you got ?
Just copy the output from the console

Sagi.

On Thu, May 18, 2023 at 9:59 AM Steven Swart  wrote:

> Thank you, Diego!
>
> I am using the Flatpak version at the moment. I will wait until the next
> rebuild becomes available. (It's nice to have the Flatpak version installed
> for times like these.)
>
> Kind regards,
> Steven.
>
> On Thu, 18 May 2023, 08:37 Diego Ercolani  wrote:
>
> > Probably you need to wait for a rebuild trigger and the new symbols will
> > be imported automatically. Please  see  https://openbuildservice.org/
> the
> > system used by opensuse and packman
> >
> > ⁣Ottieni BlueMail per Android ​
> >
> > Il giorno 18 mag 2023, 07:03, alle ore 07:03, Steven Swart <
> > steven.sw...@gmail.com> ha scritto:
> > >Good day, Packmans!
> > >
> > >I have just updated my Tumbleweed machine to the latest version. There
> > >was
> > >a kernel update today.
> > >
> > >After I had rebooted, Kodi from Packman wouldn't start! Running it from
> > >the
> > >command line gave a symbol not found error.
> > >
> > >Is anyone else experiencing this problem?
> > >
> > >Kind regards,
> > >Steven.
> > >___
> > >Packman mailing list
> > >Packman@links2linux.de
> > >https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
> > ___
> > Packman mailing list
> > Packman@links2linux.de
> > https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
> ___
> Packman mailing list
> Packman@links2linux.de
> https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Steven Swart
Thank you, Diego!

I am using the Flatpak version at the moment. I will wait until the next
rebuild becomes available. (It's nice to have the Flatpak version installed
for times like these.)

Kind regards,
Steven.

On Thu, 18 May 2023, 08:37 Diego Ercolani  wrote:

> Probably you need to wait for a rebuild trigger and the new symbols will
> be imported automatically. Please  see  https://openbuildservice.org/ the
> system used by opensuse and packman
>
> ⁣Ottieni BlueMail per Android ​
>
> Il giorno 18 mag 2023, 07:03, alle ore 07:03, Steven Swart <
> steven.sw...@gmail.com> ha scritto:
> >Good day, Packmans!
> >
> >I have just updated my Tumbleweed machine to the latest version. There
> >was
> >a kernel update today.
> >
> >After I had rebooted, Kodi from Packman wouldn't start! Running it from
> >the
> >command line gave a symbol not found error.
> >
> >Is anyone else experiencing this problem?
> >
> >Kind regards,
> >Steven.
> >___
> >Packman mailing list
> >Packman@links2linux.de
> >https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
> ___
> Packman mailing list
> Packman@links2linux.de
> https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-18 Diskussionsfäden Diego Ercolani
Probably you need to wait for a rebuild trigger and the new symbols will be 
imported automatically. Please  see  https://openbuildservice.org/ the system 
used by opensuse and packman

⁣Ottieni BlueMail per Android ​

Il giorno 18 mag 2023, 07:03, alle ore 07:03, Steven Swart 
 ha scritto:
>Good day, Packmans!
>
>I have just updated my Tumbleweed machine to the latest version. There
>was
>a kernel update today.
>
>After I had rebooted, Kodi from Packman wouldn't start! Running it from
>the
>command line gave a symbol not found error.
>
>Is anyone else experiencing this problem?
>
>Kind regards,
>Steven.
>___
>Packman mailing list
>Packman@links2linux.de
>https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

[packman] Kodi Tumbleweed symbol not found error - Kodi won't start!

2023-05-17 Diskussionsfäden Steven Swart
Good day, Packmans!

I have just updated my Tumbleweed machine to the latest version. There was
a kernel update today.

After I had rebooted, Kodi from Packman wouldn't start! Running it from the
command line gave a symbol not found error.

Is anyone else experiencing this problem?

Kind regards,
Steven.
___
Packman mailing list
Packman@links2linux.de
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman