[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+epel-6 #730
jenkins at x2go.org
jenkins at x2go.org
Sun Apr 6 18:21:50 CEST 2025
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+epel-6/730/display/redirect?page=changes>
Changes:
[ionic] src/compat.h: add copy constructor for QString base class.
[ionic] src/compat.h: add trivial/empty constructor.
------------------------------------------
[...truncated 193.90 KiB...]
/usr/include/QtGui/qlineedit.h:177: note: candidates are: void QLineEdit::setText(const QStringCompatWrapper&)
../src/settingswidget.cpp:522: error: no matching function for call to 'QLineEdit::setText(const char [1])'
/usr/include/QtGui/qlineedit.h:177: note: candidates are: void QLineEdit::setText(const QStringCompatWrapper&)
../src/settingswidget.cpp: In member function 'void SettingsWidget::saveSettings()':
../src/settingswidget.cpp:531: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/sharewidget.cpp: In constructor 'ShareWidget::ShareWidget(QStringCompatWrapper, ONMainWindow*, QWidget*, Qt::WindowFlags)':
../src/sharewidget.cpp:64: error: no matching function for call to 'ONMainWindow::iconsPath(const char [21])'
../src/onmainwindow.h:328: note: candidates are: QStringCompatWrapper ONMainWindow::iconsPath(const QStringCompatWrapper&) const
../src/settingswidget.cpp:619: error: no match for 'operator=' in 'clipMode = "both"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:621: error: no match for 'operator=' in 'clipMode = "client"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:623: error: no match for 'operator=' in 'clipMode = "server"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:625: error: no match for 'operator=' in 'clipMode = "none"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:636: error: no match for 'operator=' in 'ktype = "auto"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/sessionwidget.cpp: In member function 'void SessionWidget::slot_changeCmd(int)':
../src/sessionwidget.cpp:469: error: no matching function for call to 'QLineEdit::setText(const char [1])'
/usr/include/QtGui/qlineedit.h:177: note: candidates are: void QLineEdit::setText(const QStringCompatWrapper&)
../src/sessionwidget.cpp:495: error: no matching function for call to 'QLineEdit::setText(const char [1])'
/usr/include/QtGui/qlineedit.h:177: note: candidates are: void QLineEdit::setText(const QStringCompatWrapper&)
../src/settingswidget.cpp: In member function 'void SettingsWidget::updateCmdLine()':
../src/settingswidget.cpp:664: error: conversion from 'const char [9]' to non-scalar type 'QStringCompatWrapper' requested../src/sessionwidget.cpp: In member function 'void SessionWidget::readConfig()':
../src/sessionwidget.cpp:518: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/sharewidget.cpp: In member function 'void ShareWidget::readConfig()':
../src/sharewidget.cpp:216: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/settingswidget.cpp:668: error: no match for 'operator=' in 'userOpt = " -u "'
../src/sessionwidget.cpp:538: error: no matching function for call to 'ONMainWindow::iconsPath(const char [25])'
../src/onmainwindow.h:328: note: candidates are: QStringCompatWrapper ONMainWindow::iconsPath(const QStringCompatWrapper&) const
../src/sessionwidget.cpp:545: error: no matching function for call to 'ONMainWindow::iconsPath(const char [25])'../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:673: error: no match for 'operator=' in 'client = "rdesktop"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:682: error: no match for 'operator=' in 'grOpt = " -f "'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:686: error: no match for 'operator=' in 'grOpt = " -D -g <maxW>x<maxH>"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/onmainwindow.h:328: note: candidates are: QStringCompatWrapper ONMainWindow::iconsPath(const QStringCompatWrapper&) const
../src/sharewidget.cpp:259: error: no matching function for call to 'QString::split(const char [2], Qt::SplitBehaviorFlags)'
/usr/include/QtCore/qstring.h:296: note: candidates are: QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const
/usr/include/QtCore/qstring.h:298: note: QStringList QString::split(const QChar&, QString::SplitBehavior, Qt::CaseSensitivity) const
make[2]: /usr/include/QtCore/qstring.h:301: note: QStringList QString::split(const QRegExp&, QString::SplitBehavior) const*** [configwidget.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../src/settingswidget.cpp:698: error: no match for 'operator=' in 'userOpt = " /u:"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:703: error: no match for 'operator=' in 'grOpt = " /f "'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/sharewidget.cpp: In member function 'void ShareWidget::setDefaults()':
../src/sharewidget.cpp:278: error: conversion from 'const char [6]' to non-scalar type 'QStringCompatWrapper' requested
../src/settingswidget.cpp:707: error: no match for 'operator=' in 'grOpt = " /w:<maxW> /h:<maxH>"'
../src/sharewidget.cpp: In member function 'void ShareWidget::saveSettings()':
../src/sharewidget.cpp:303: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:726: error: no match for 'operator=' in 'client = "x2goagent"'
../src/sharewidget.cpp: In member function 'void ShareWidget::loadEnc(QComboBox*)':
../src/sharewidget.cpp:333: error: no matching function for call to 'QFile::QFile(const char [16])'
/usr/include/QtCore/qfile.h:195: note: candidates are: QFile::QFile(const QFile&)
/usr/include/QtCore/qfile.h:187: note: QFile::QFile(QFilePrivate&, QObject*)
/usr/include/QtCore/qfile.h:104: note: QFile::QFile(const QStringCompatWrapper&, QObject*)
/usr/include/QtCore/qfile.h:103: note: QFile::QFile(QObject*)
/usr/include/QtCore/qfile.h:101: note: QFile::QFile(const QStringCompatWrapper&)
/usr/include/QtCore/qfile.h:100: note: QFile::QFile()
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)In file included from ../src/configdialog.cpp:28:
../src/onmainwindow.h:329: error: default argument for parameter of type 'const QStringCompatWrapper&' has type 'const char [1]'
../src/settingswidget.cpp:730: error: no match for 'operator=' in 'client = "Xnest"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:734: error: no match for 'operator=' in 'grOpt = " -geometry <maxW>x<maxH>"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:743: error: no match for 'operator=' in 'client = "Xephyr"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:746: error: no match for 'operator=' in 'grOpt = " -fullscreen "'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/settingswidget.cpp:750: error: no match for 'operator=' in 'grOpt = " -screen <maxW>x<maxH>"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/mediawidget.cpp: In constructor 'MediaWidget::MediaWidget(QStringCompatWrapper, ONMainWindow*, QWidget*, Qt::WindowFlags)':
../src/mediawidget.cpp:52: error: no matching function for call to 'QRadioButton::QRadioButton(const char [11], QGroupBox*&)'
/usr/include/QtGui/qradiobutton.h:81: note: candidates are: QRadioButton::QRadioButton(const QRadioButton&)
/usr/include/QtGui/qradiobutton.h:62: note: QRadioButton::QRadioButton(const QStringCompatWrapper&, QWidget*)
/usr/include/QtGui/qradiobutton.h:61: note: QRadioButton::QRadioButton(QWidget*)
../src/mediawidget.cpp:53: error: no matching function for call to 'QRadioButton::QRadioButton(const char [5], QGroupBox*&)'
/usr/include/QtGui/qradiobutton.h:81: note: candidates are: QRadioButton::QRadioButton(const QRadioButton&)
/usr/include/QtGui/qradiobutton.h:62: note: QRadioButton::QRadioButton(const QStringCompatWrapper&, QWidget*)
/usr/include/QtGui/qradiobutton.h:61: note: QRadioButton::QRadioButton(QWidget*)
../src/mediawidget.cpp:54: error: no matching function for call to 'QRadioButton::QRadioButton(const char [4], QGroupBox*&)'
/usr/include/QtGui/qradiobutton.h:81: note: candidates are: QRadioButton::QRadioButton(const QRadioButton&)
/usr/include/QtGui/qradiobutton.h:62: note: QRadioButton::QRadioButton(const QStringCompatWrapper&, QWidget*)
/usr/include/QtGui/qradiobutton.h:61: note: QRadioButton::QRadioButton(QWidget*)
make[2]: *** [editconnectiondialog.o] Error 1
../src/sessionwidget.cpp: In member function 'void SessionWidget::setDefaults()':
../src/sessionwidget.cpp:774: error: no matching function for call to 'QLineEdit::setText(const char [1])'
/usr/include/QtGui/qlineedit.h:177: note: candidates are: void QLineEdit::setText(const QStringCompatWrapper&)
../src/sessionwidget.cpp:777: error: no matching function for call to 'QComboBox::addItem(const char [1])'
/usr/include/QtGui/qcombobox.h:321: note: candidates are: void QComboBox::addItem(const QStringCompatWrapper&, const QVariant&)
/usr/include/QtGui/qcombobox.h:323: note: void QComboBox::addItem(const QIcon&, const QStringCompatWrapper&, const QVariant&)
../src/sessionwidget.cpp:788: error: no matching function for call to 'ONMainWindow::iconsPath(const char [25])'
../src/onmainwindow.h:328: note: candidates are: QStringCompatWrapper ONMainWindow::iconsPath(const QStringCompatWrapper&) const
../src/sessionwidget.cpp: In member function 'void SessionWidget::saveSettings()':
../src/sessionwidget.cpp:823: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/mediawidget.cpp: In member function 'void MediaWidget::readConfig()':
../src/mediawidget.cpp:254: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/sessionwidget.cpp:825: error: no matching function for call to 'QString::split(const char [2], Qt::SplitBehaviorFlags) const'
/usr/include/QtCore/qstring.h:296: note: candidates are: QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const
/usr/include/QtCore/qstring.h:298: note: QStringList QString::split(const QChar&, QString::SplitBehavior, Qt::CaseSensitivity) const
/usr/include/QtCore/qstring.h:301: note: QStringList QString::split(const QRegExp&, QString::SplitBehavior) const
../src/mediawidget.cpp: In member function 'void MediaWidget::saveSettings()':
../src/mediawidget.cpp:322: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/sessionwidget.cpp:864: error: no match for 'operator=' in 'command = "RDP"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/sessionwidget.cpp:869: error: no match for 'operator=' in 'command = "XDMCP"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/sessionwidget.cpp:874: error: no match for 'operator=' in 'command = "SHADOW"'
../src/compat.h:55: note: candidates are: QStringCompatWrapper& QStringCompatWrapper::operator=(const QStringCompatWrapper&)
../src/sessionwidget.cpp:926: error: no matching function for call to 'QSettings::setValue(const QString, QString)'
/usr/include/QtCore/qsettings.h:163: note: candidates are: void QSettings::setValue(const QStringCompatWrapper&, const QVariant&)
../src/sessionwidget.cpp:927: error: no matching function for call to 'QSettings::setValue(const QString, QString)'
/usr/include/QtCore/qsettings.h:163: note: candidates are: void QSettings::setValue(const QStringCompatWrapper&, const QVariant&)
../src/sessionwidget.cpp:928: error: no matching function for call to 'QSettings::setValue(const QString, QString)'
/usr/include/QtCore/qsettings.h:163: note: candidates are: void QSettings::setValue(const QStringCompatWrapper&, const QVariant&)
In file included from ../src/connectionwidget.cpp:32:
../src/onmainwindow.h:329: error: default argument for parameter of type 'const QStringCompatWrapper&' has type 'const char [1]'
../src/connectionwidget.cpp: In constructor 'ConnectionWidget::ConnectionWidget(QStringCompatWrapper, ONMainWindow*, QWidget*, Qt::WindowFlags)':
../src/connectionwidget.cpp:51: error: no matching function for call to 'QLabel::QLabel(const char [6], QGroupBox*&)'
/usr/include/QtGui/qlabel.h:158: note: candidates are: QLabel::QLabel(const QLabel&)
/usr/include/QtGui/qlabel.h:71: note: QLabel::QLabel(const QStringCompatWrapper&, QWidget*, Qt::WindowFlags)
/usr/include/QtGui/qlabel.h:70: note: QLabel::QLabel(QWidget*, Qt::WindowFlags)
../src/connectionwidget.cpp:54: error: no matching function for call to 'QLabel::QLabel(const char [5], QGroupBox*&)'
/usr/include/QtGui/qlabel.h:158: note: candidates are: QLabel::QLabel(const QLabel&)
/usr/include/QtGui/qlabel.h:71: note: QLabel::QLabel(const QStringCompatWrapper&, QWidget*, Qt::WindowFlags)
/usr/include/QtGui/qlabel.h:70: note: QLabel::QLabel(QWidget*, Qt::WindowFlags)
../src/connectionwidget.cpp:56: error: no matching function for call to 'QLabel::QLabel(const char [5], QGroupBox*&)'
/usr/include/QtGui/qlabel.h:158: note: candidates are: QLabel::QLabel(const QLabel&)
/usr/include/QtGui/qlabel.h:71: note: QLabel::QLabel(const QStringCompatWrapper&, QWidget*, Qt::WindowFlags)
/usr/include/QtGui/qlabel.h:70: note: QLabel::QLabel(QWidget*, Qt::WindowFlags)
../src/connectionwidget.cpp:58: error: no matching function for call to 'QLabel::QLabel(const char [4], QGroupBox*&)'
/usr/include/QtGui/qlabel.h:158: note: candidates are: QLabel::QLabel(const QLabel&)
/usr/include/QtGui/qlabel.h:71: note: QLabel::QLabel(const QStringCompatWrapper&, QWidget*, Qt::WindowFlags)
/usr/include/QtGui/qlabel.h:70: note: QLabel::QLabel(QWidget*, Qt::WindowFlags)
../src/connectionwidget.cpp:60: error: no matching function for call to 'QLabel::QLabel(const char [4], QGroupBox*&)'
/usr/include/QtGui/qlabel.h:158: note: candidates are: QLabel::QLabel(const QLabel&)
/usr/include/QtGui/qlabel.h:71: note: QLabel::QLabel(const QStringCompatWrapper&, QWidget*, Qt::WindowFlags)
/usr/include/QtGui/qlabel.h:70: note: QLabel::QLabel(QWidget*, Qt::WindowFlags)
../src/connectionwidget.cpp:64: error: conversion from 'const char [6]' to 'QChar' is ambiguous
/usr/include/QtCore/qchar.h:372: note: candidates are: QChar::QChar(int) <near match>
/usr/include/QtCore/qchar.h:371: note: QChar::QChar(uint) <near match>
/usr/include/QtCore/qchar.h:370: note: QChar::QChar(short int) <near match>
/usr/include/QtCore/qchar.h:81: note: QChar::QChar(ushort) <near match>
/usr/include/QtCore/qchar.h:77: note: QChar::QChar(uchar) <near match>
/usr/include/QtCore/qchar.h:76: note: QChar::QChar(char) <near match>
../src/connectionwidget.cpp:65: error: conversion from 'const char [4]' to 'QChar' is ambiguous
/usr/include/QtCore/qchar.h:372: note: candidates are: QChar::QChar(int) <near match>
/usr/include/QtCore/qchar.h:371: note: QChar::QChar(uint) <near match>
/usr/include/QtCore/qchar.h:370: note: QChar::QChar(short int) <near match>
/usr/include/QtCore/qchar.h:81: note: QChar::QChar(ushort) <near match>
/usr/include/QtCore/qchar.h:77: note: QChar::QChar(uchar) <near match>
/usr/include/QtCore/qchar.h:76: note: QChar::QChar(char) <near match>
In file included from ../src/configdialog.cpp:41:
../src/x2goutils.h:43: error: default argument for 'const QStringCompatWrapper& informative_text' has type 'const char [1]'
../src/x2goutils.h:44: error: default argument for 'const QStringCompatWrapper& informative_text' has type 'const char [1]'
../src/connectionwidget.cpp: In member function 'void ConnectionWidget::loadPackMethods()':
../src/connectionwidget.cpp:101: error: no matching function for call to 'QFile::QFile(const char [12])'
/usr/include/QtCore/qfile.h:195: note: candidates are: QFile::QFile(const QFile&)
/usr/include/QtCore/qfile.h:187: note: QFile::QFile(QFilePrivate&, QObject*)
/usr/include/QtCore/qfile.h:104: note: QFile::QFile(const QStringCompatWrapper&, QObject*)
/usr/include/QtCore/qfile.h:103: note: QFile::QFile(QObject*)
/usr/include/QtCore/qfile.h:101: note: QFile::QFile(const QStringCompatWrapper&)
/usr/include/QtCore/qfile.h:100: note: QFile::QFile()
../src/connectionwidget.cpp: In member function 'void ConnectionWidget::readConfig()':
../src/connectionwidget.cpp:130: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/connectionwidget.cpp: In member function 'void ConnectionWidget::setDefaults()':
../src/connectionwidget.cpp:152: error: no matching function for call to 'QComboBox::findText(const char [9])'
/usr/include/QtGui/qcombobox.h:113: note: candidates are: int QComboBox::findText(const QStringCompatWrapper&, Qt::MatchFlags) const
../src/connectionwidget.cpp:154: error: no matching function for call to 'ConnectionWidget::slot_changePack(const char [9])'
../src/connectionwidget.cpp:119: note: candidates are: void ConnectionWidget::slot_changePack(const QStringCompatWrapper&)
../src/connectionwidget.cpp: In member function 'void ConnectionWidget::saveSettings()':
../src/connectionwidget.cpp:160: error: no matching function for call to 'X2goSettings::X2goSettings(const char [9])'
../src/x2gosettings.h:31: note: candidates are: X2goSettings::X2goSettings(QStringCompatWrapper, QSettings::Format)
../src/x2gosettings.h:30: note: X2goSettings::X2goSettings(QStringCompatWrapper)
../src/x2gosettings.h:28: note: X2goSettings::X2goSettings(const X2goSettings&)
../src/configdialog.cpp: In constructor 'ConfigDialog::ConfigDialog(QWidget*, Qt::WindowFlags)':
../src/configdialog.cpp:308: error: no matching function for call to 'ONMainWindow::iconsPath(const char [25])'
../src/onmainwindow.h:328: note: candidates are: QStringCompatWrapper ONMainWindow::iconsPath(const QStringCompatWrapper&) const
make[2]: *** [settingswidget.o] Error 1
make[2]: *** [sharewidget.o] Error 1
make[2]: *** [mediawidget.o] Error 1
make[2]: *** [sessionwidget.o] Error 1
make[2]: *** [connectionwidget.o] Error 1
make[2]: *** [configdialog.o] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/x2goclient-4.1.2.4/client_build'
make[1]: *** [build_client] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/x2goclient-4.1.2.4'
make: *** [build] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.GqOiGU (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.GqOiGU (%build)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/mockbuild/trace_decorator.py", line 89, in trace
result = func(*args, **kw)
File "/usr/lib/python3/dist-packages/mockbuild/util.py", line 568, in do
raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
mockbuild.exception.Error: Command failed. See logs for output.
# bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/x2goclient.spec
+ exit 1
+ cleanup
+ '[' -n /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ ']'
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ ']'
+ case "${TMP_MOCK_CFG_DIR}" in
+ typeset file=
+ for file in "${TMP_MOCK_CFG_DIR}/"*
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ/epel-6-x86_64-x2go-nightly-full.oMaSiF1JK7suwKB7r7dEBHAC.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ/epel-6-x86_64-x2go-nightly-full.oMaSiF1JK7suwKB7r7dEBHAC.cfg
+ for file in "${TMP_MOCK_CFG_DIR}/"*
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ/epel-6-x86_64-x2go-nightly-full.QTA8rQGNYvdr968lJAnTcC0z.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ/epel-6-x86_64-x2go-nightly-full.QTA8rQGNYvdr968lJAnTcC0z.cfg
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ ']'
+ '[' -d /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ ']'
+ rmdir -- /var/lib/jenkins/tmp/x2go-mock-mbAY8ptNpgKRgq5uXZNMgKCQ
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /var/lib/jenkins/tmp/tmp.BL74aCUggYRNcQizYJjBFF90 ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.BL74aCUggYRNcQizYJjBFF90 ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.BL74aCUggYRNcQizYJjBFF90
Build step 'Execute shell' marked build as failure
More information about the x2go-commits
mailing list