GNOME Bugzilla – Bug 760968
build failure with -Werror=format-security
Last modified: 2016-03-11 18:14:06 UTC
Version: 1.1.90 The 1.1.90 version fails to build on various architectures when using -Werror=format-security [1] with the following error: import-export.c: In function 'do_export': import-export.c:1535:15: error: format '%ld' expects argument of type 'long int', but argument 6 has type 'gint64 {aka long long int}' [-Werror=format=] fprintf (f, "route %s %s %s %ld\n", ^ cc1: all warnings being treated as errors [1] https://buildd.debian.org/status/package.php?p=network-manager-openvpn&suite=experimental
fixed: https://git.gnome.org/browse/network-manager-openvpn/commit/?id=ca01125042e29ca993ad1be6dc72705b9a1daaeb Thanks!