Comment 1 for bug 1699599

Revision history for this message
Tiago Stürmer Daitx (tdaitx) wrote : Re: libqmi 1.18.0-1 FTBFS on artful due to test failure

Tracked the error down to glib2.0 version update from 2.52.0-1 to 2.53.1-1 (and later versions).

They introduced an additional NULL check to g_file_test [1] that now breaks this particular test, as the code in qmi-utils.c provides a NULL `path` to g_file_test.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=755046