[01:37:20] *** Quits: Horwitz (~mich1@p200300ec9f049d00022268fffe64e7c4.dip0.t-ipconnect.de) (Ping timeout: 258 seconds) [01:50:09] *** Joins: Horwitz (~mich1@p200300ec9f02ae00022268fffe64e7c4.dip0.t-ipconnect.de) [01:50:09] *** ChanServ sets mode: +o Horwitz [09:04:25] *** Quits: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) (Ping timeout: 240 seconds) [09:19:26] *** Joins: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) [11:31:01] *** Joins: twoelk (~kvirc@p5b2fb97d.dip0.t-ipconnect.de) [15:26:41] *** Parts: twoelk (~kvirc@p5b2fb97d.dip0.t-ipconnect.de) ("No boundaries on the net!") [16:10:38] *** Quits: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) (Remote host closed the connection) [19:33:48] *** Joins: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) [19:34:13] hi all [19:34:57] I just noticed our F-Droid build is quite outdated, we're still on 0.5.0, though I remember a wile ago we tried to get 0.5.4 on F-Droid [19:36:17] but it looks like that version never got built [19:36:28] nor did 0.5.5 last August [19:37:53] I see 0.5.5 is disabled as "fails to build", though I can't find a build log on F-Droid [19:46:00] ah, correction: the build log at https://f-droid.org/wiki/page/org.navitproject.navit/lastbuild_2008082307 is the failed build, the date ext to the link confused me [20:02:17] I asked for more information on the F-Droid IRC: the log is truncated and I don't see the actual error, but our CI logs show me that our build worked [20:51:53] any idea the F-Droid recipe for Navit requests NDK r20b? iirc the F-Droid server only has r12b, and the maintainer notes say that is the tested version as of 0.5.3 [21:55:59] correction: the live F-Droid server indeed has multiple NDK versions, but CI only supports r12b so far [21:56:53] and currently the build won't even start on CI until I remove the explicit NDK specification from the recipe (causing the server to fall back to r12b) [21:59:18] and I am getting an error here: https://gitlab.com/mvglasow/fdroiddata/-/jobs/1012058113#L10583 [21:59:35] which is somewhere deep down in the included glib-2.0 [22:07:45] I'm just trying to build the latest commit, to see if that makes a difference [22:50:23] ...nope, same issue with current master [22:51:33] I do notice that NDK 22 gets installed somewhere along the way, not sure if it's related [23:23:08] the triggering statement is this one: [23:23:15] G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64)); [23:24:22] so apparently we're looking at a failed assertion