Package: scribus
Severity: minor
Tags: patch
User: pkg-llvm-t...@lists.alioth.debian.org
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/scribus_1.4.2.dfsg.2+r18267-0.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
--- scribus-1.4.2.dfsg.2+r18267/scribus/plugins/scriptplugin/runscriptdialog.h	2008-03-15 03:36:48.000000000 +0300
+++ scribus-1.4.2.dfsg.2+r18267-my/scribus/plugins/scriptplugin/runscriptdialog.h	2014-06-30 02:44:40.041744768 +0400
@@ -21,7 +21,7 @@
 	Q_OBJECT
 
 	public:
-		RunScriptDialog(QWidget* parent, bool extEnable);
+		RunScriptDialog(QWidget* parent = 0, bool extEnable = false);
 		~RunScriptDialog();
 
 		//! \brief Check if the user wanted the script run as an extension script
--- scribus-1.4.2.dfsg.2+r18267/scribus/plugins/scriptplugin/runscriptdialog.cpp	2008-03-15 03:36:48.000000000 +0300
+++ scribus-1.4.2.dfsg.2+r18267-my/scribus/plugins/scriptplugin/runscriptdialog.cpp	2014-06-30 02:43:54.510546677 +0400
@@ -10,7 +10,7 @@
 
 QString RunScriptDialog::m_lastScriptDir;
 
-RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) :
+RunScriptDialog::RunScriptDialog(QWidget* parent, bool extEnable) :
 	QDialog(parent)
 {
 	setupUi(this);

Reply via email to