Source: network-manager-iodine
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs
Hello,
Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).
We detected this kinf of error:
http://clang.debian.net/status.php?version=3.4.2&key=TAUTOLOGICAL-COMPARE
Full build log is available here:
http://clang.debian.net/logs/2014-06-16/network-manager-iodine_0.0.5~0.gita09ce6-1_unstable_clang.log
Thanks,
Alexander
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- network-manager-iodine-0.0.5~0.gita09ce6/src/nm-iodine-service.c 2014-03-17 23:00:26.000000000 +0400
+++ network-manager-iodine-0.0.5~0.gita09ce6-my/src/nm-iodine-service.c 2014-07-10 01:36:43.173622074 +0400
@@ -415,7 +415,7 @@
waitpid (priv->pid, NULL, WNOHANG);
priv->pid = 0;
- if (priv->failure >= 0) {
+ if (priv->failure == 0) {
nm_vpn_plugin_failure (NM_VPN_PLUGIN (plugin),
priv->failure);
} else if (error) {