GNU bug report logs - #77911
Kodi-wayland won't compile

Previous Next

Package: guix;

Reported by: Dylan Connell <dylmarcon <at> gmail.com>

Date: Sat, 19 Apr 2025 00:11:03 UTC

Severity: normal

Merged with 77964

Done: Greg Hogan <code <at> greghogan.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77911 in the body.
You can then email your comments to 77911 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#77911; Package guix. (Sat, 19 Apr 2025 00:11:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dylan Connell <dylmarcon <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 19 Apr 2025 00:11:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dylan Connell <dylmarcon <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: Kodi-wayland won't compile
Date: Fri, 18 Apr 2025 20:09:50 -0400
[Message part 1 (text/plain, inline)]
Hi there,

I'm having an issue compiling kodi-wayland on x86. It looks like there's
undeclared types and methods in the fmt 9.1.0 library. I'm not a C++ guy,
but I think that either
 - Compiling is happening with the wrong version of CPP (too old of a
version of CPP for the features used by fmt <at> 9.1.0)
 - Some of the code importing <fmt/core.h> is also using C++20 features and
importing <format> and this is somehow causing a conflict.
I've included the relevant part of my derivation file to show what the
errors are.
[Message part 2 (text/html, inline)]
[kodi-wayland-21.2.drv (application/octet-stream, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#77911; Package guix. (Thu, 24 Apr 2025 14:03:02 GMT) Full text and rfc822 format available.

Message #8 received at 77911 <at> debbugs.gnu.org (full text, mbox):

From: André Batista <nandre <at> riseup.net>
To: Dylan Connell <dylmarcon <at> gmail.com>
Cc: 77911 <at> debbugs.gnu.org
Subject: Re: bug#77911: Kodi-wayland won't compile
Date: Thu, 24 Apr 2025 11:02:34 -0300
Hi Dylan,

sex 18 abr 2025 às 20:09:50 (1745017790), dylmarcon <at> gmail.com enviou:
> Hi there,
> 
> I'm having an issue compiling kodi-wayland on x86. It looks like there's
> undeclared types and methods in the fmt 9.1.0 library. I'm not a C++ guy,
> but I think that either
>  - Compiling is happening with the wrong version of CPP (too old of a
> version of CPP for the features used by fmt <at> 9.1.0)
>  - Some of the code importing <fmt/core.h> is also using C++20 features and
> importing <format> and this is somehow causing a conflict.
> I've included the relevant part of my derivation file to show what the
> errors are.

According to CI, this is happening not only kody-wayland and not only
on x86 systems:

https://ci.guix.gnu.org/build/10016798/details
https://ci.guix.gnu.org/search?query=spec%3Amaster+kodi

Only kodi-cli is building successfully.

Thanks for reporting it.




Information forwarded to bug-guix <at> gnu.org:
bug#77911; Package guix. (Thu, 24 Apr 2025 21:52:02 GMT) Full text and rfc822 format available.

Message #11 received at 77911 <at> debbugs.gnu.org (full text, mbox):

From: André Batista <nandre <at> riseup.net>
To: Dylan Connell <dylmarcon <at> gmail.com>
Cc: 77911 <at> debbugs.gnu.org, control <at> debbugs.gnu.org
Subject: Re: bug#77911: Kodi-wayland won't compile
Date: Thu, 24 Apr 2025 18:51:11 -0300
merge 77911 77964
quit

Hi, this bug is due to the same issue reported by Dariqq on #77964,
which already has a proposed fix by Greg.  After applying that patch
series on top of 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f and
removing 'fmt' from the list of kodi inputs, I've successfully built
it on a x86_64 system.

Cheers!




Merged 77911 77964. Request was from André Batista <nandre <at> riseup.net> to control <at> debbugs.gnu.org. (Thu, 24 Apr 2025 21:52:03 GMT) Full text and rfc822 format available.

Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Fri, 02 May 2025 16:51:02 GMT) Full text and rfc822 format available.

Notification sent to Dylan Connell <dylmarcon <at> gmail.com>:
bug acknowledged by developer. (Fri, 02 May 2025 16:51:02 GMT) Full text and rfc822 format available.

Message #18 received at 77911-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: André Batista <nandre <at> riseup.net>
Cc: 77964-done <at> debbugs.gnu.org, 77911-done <at> debbugs.gnu.org,
 Dylan Connell <dylmarcon <at> gmail.com>, 77406-done <at> debbugs.gnu.org
Subject: Re: bug#77911: Kodi-wayland won't compile
Date: Fri, 2 May 2025 12:50:23 -0400
On Thu, Apr 24, 2025 at 5:52 PM André Batista <nandre <at> riseup.net> wrote:
>
> Hi, this bug is due to the same issue reported by Dariqq on #77964,
> which already has a proposed fix by Greg.  After applying that patch
> series on top of 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f and
> removing 'fmt' from the list of kodi inputs, I've successfully built
> it on a x86_64 system.
>
> Cheers!

I have left "fmt" as an input to kodi since there is no longer a
conflict with "spdlog" (which has been reverted to version 1.13).
j4-dmenu-desktop depends on spdlog-1.15 which is incompatible with the
unversioned "fmt". It's no harm to duplicate a propagated input.

After rechecking that all dependent packages build (except the broken
rxcpp) I have pushed #77406 as
c53da8704b64e835d563b1b1ca64a44f0d1d9746 and #77964 as
0b83a27b67ae92e988795322ae988518ec3e6972.

Greg




Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Fri, 02 May 2025 16:51:03 GMT) Full text and rfc822 format available.

Notification sent to Dariqq <dariqq <at> posteo.net>:
bug acknowledged by developer. (Fri, 02 May 2025 16:51:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#77911; Package guix. (Sat, 03 May 2025 15:45:03 GMT) Full text and rfc822 format available.

Message #26 received at 77911-done <at> debbugs.gnu.org (full text, mbox):

From: André Batista <nandre <at> riseup.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 77964-done <at> debbugs.gnu.org, 77911-done <at> debbugs.gnu.org,
 Dylan Connell <dylmarcon <at> gmail.com>, 77406-done <at> debbugs.gnu.org
Subject: Re: bug#77911: Kodi-wayland won't compile
Date: Sat, 3 May 2025 12:43:54 -0300
sex 02 mai 2025 às 12:50:23 (1746201023), code <at> greghogan.com enviou:
> On Thu, Apr 24, 2025 at 5:52 PM André Batista <nandre <at> riseup.net> wrote:
> >
> > Hi, this bug is due to the same issue reported by Dariqq on #77964,
> > which already has a proposed fix by Greg.  After applying that patch
> > series on top of 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f and
> > removing 'fmt' from the list of kodi inputs, I've successfully built
> > it on a x86_64 system.
> >
> > Cheers!
> 
> I have left "fmt" as an input to kodi since there is no longer a
> conflict with "spdlog" (which has been reverted to version 1.13).
> j4-dmenu-desktop depends on spdlog-1.15 which is incompatible with the
> unversioned "fmt". It's no harm to duplicate a propagated input.
> 

Even better then.

> After rechecking that all dependent packages build (except the broken
> rxcpp) I have pushed #77406 as
> c53da8704b64e835d563b1b1ca64a44f0d1d9746 and #77964 as
> 0b83a27b67ae92e988795322ae988518ec3e6972.
> 

Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 01 Jun 2025 11:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.