GNOME Bugzilla – Bug 793698
sysprof 3.27.91 fails to build for i586
Last modified: 2018-02-21 19:51:42 UTC
Just updated sysprof packages for openSUSE - and detected a build fail on i586: 'daemon/sysprofd@exe/sysprofd.c.o.d' -o 'daemon/sysprofd@exe/sysprofd.c.o' -c ../daemon/sysprofd.c [ 143s] ../daemon/sysprofd.c: In function ‘sysprofd_get_kernel_symbols’: [ 143s] ../daemon/sysprofd.c:97:21: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘guint64 {aka long long unsigned int}’ [-Werror=format=] [ 143s] g_print ("%s: %lu\n", name, addr); [ 143s] ~~^ [ 143s] %llu [ 143s] ../daemon/sysprofd.c: At top level:
Created attachment 368729 [details] [review] sysprofd: remove lingering debug code
Thanks for letting me know, that should have been removed... Attachment 368729 [details] pushed as d31b4bc - sysprofd: remove lingering debug code