noise fails to build with newest vala + glib
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Noise |
Fix Committed
|
High
|
Corentin Noël |
Bug Description
The latest betas of some GNOME libraries (glib2, vala, etc.) break the noise build. The following error occurs during build:
> /builddir/
> return ngettext ("%d second", "%d seconds", seconds).printf (seconds);
> ^^^^^^^
> make[2]: *** [core/CMakeFile
The relevant version changes are (I think):
vala 0.34.4-1.fc26 > 0.35.3-1.fc26
glib2 2.51.0-2.fc26 > 2.51.1-1.fc26
A list of all build dependencies that changed between the last good and the first broken build can be found at: https:/
This breakage might indicate a future problem for noise on elementaryOS loki+1(?), too, depending on which version of GNOME libraries make it into ubuntu in time (...)
Changed in noise: | |
status: | New → Fix Committed |
importance: | Undecided → High |
assignee: | nobody → Corentin Noël (tintou) |