GNOME Bugzilla – Bug 701456
Error in gnome/glib/gio/tests/file.c
Last modified: 2013-06-02 14:03:48 UTC
Created attachment 245845 [details] [review] Work-around for the error Running "jhbuild build glib" gives me the following error: file.c: In function ‘test_parse_name’: file.c:121:3: error: format not a string literal and no format arguments [-Werror=format-security] CC gdbus-connection-flush.o cc1: some warnings being treated as errors make[6]: *** [file.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[6]: Leaving directory `/home/shivani/checkout/gnome/glib/gio/tests' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/home/shivani/checkout/gnome/glib/gio/tests' make[4]: *** [all] Error 2 make[4]: Leaving directory `/home/shivani/checkout/gnome/glib/gio/tests' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/shivani/checkout/gnome/glib/gio' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/shivani/checkout/gnome/glib/gio' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/shivani/checkout/gnome/glib' make: *** [all] Error 2 *** Error during phase build of glib: ########## Error running make -j 8 *** [1/1] [1] Rerun phase build [2] Ignore error and continue to install [3] Give up on module [4] Start shell [5] Reload configuration [6] Go to phase "wipe directory and start over" [7] Go to phase "configure" [8] Go to phase "clean" [9] Go to phase "distclean" choice: (L471 in http://paste.ubuntu.com/5725570/)
Created attachment 245852 [details] [review] tests: Remove a leftover debug printf
Thanks for the report. I think this printf was never meant to remain in the code, though, so I'm just removing it entirely. Attachment 245852 [details] pushed as a62079e - tests: Remove a leftover debug printf
Great, thankyou :)