Package: wicd-kde
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=DEFAULT_CONSTRUCTOR
Full build log is available here:
http://clang.debian.net/logs/2014-06-16/wicd-kde_0.3.1-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
--- wicd-kde-0.3.1/applet/networkplotter.cpp 2013-02-07 22:50:06.000000000 +0400
+++ wicd-kde-0.3.1-my/applet/networkplotter.cpp 2014-06-30 22:06:03.515354062 +0400
@@ -25,7 +25,7 @@
#include <Plasma/DataEngineManager>
-NetworkPlotter::NetworkPlotter(QGraphicsItem *parent = 0)
+NetworkPlotter::NetworkPlotter(QGraphicsItem *parent)
: Plasma::SignalPlotter( parent )
{
setThinFrame(false);
--- wicd-kde-0.3.1/applet/networkplotter.h 2013-02-07 22:50:06.000000000 +0400
+++ wicd-kde-0.3.1-my/applet/networkplotter.h 2014-06-30 22:06:19.911058098 +0400
@@ -30,7 +30,7 @@
Q_OBJECT
public:
- NetworkPlotter(QGraphicsItem *parent);
+ NetworkPlotter(QGraphicsItem *parent = 0);
~NetworkPlotter();
void setInterface(const QString interface);