[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+osx-10.11 #300

jenkins at x2go.org jenkins at x2go.org
Mon Apr 7 14:25:06 CEST 2025


See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+osx-10.11/300/display/redirect?page=changes>

Changes:

[ionic] src/compat.h: it was fun while it lasted, but this scheme is too complicated and unnecessary.

[ionic] src/{sharewidget.{cpp,h},configwidget.h}: move compat.h include back down.

[ionic] src/{exportdialog,folder{button,explorer},httpbrokerclient,onmainwindow,session{button,explorer,managedialog,widget},sharewidget,sshmasterconnectioni}.cpp: use compat macros.

[ionic] src/{{share,config}widget,exportdialog,folder{button,explorer},httpbrokerclient,onmainwindow,session{button,explorer,managedialog,widget},sshmasterconnection}.h: revert compat.h inclusion.


------------------------------------------
[...truncated 48.80 KiB...]
^
../src/LDAPSession.cpp:209:12: warning: 'ldap_delete_s' is deprecated: first deprecated in OS X 10.10 - use ldap_delete_ext_s [-Wdeprecated-declarations]
        int errc= ldap_delete_s ( ld,dn.c_str() );
                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1363:1: note: 'ldap_delete_s' has been explicitly marked deprecated here
ldap_delete_s LDAP_P((  /* deprecated, use ldap_delete_ext_s */
^
../src/LDAPSession.cpp:211:40: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                throw LDAPExeption ( "ldap_delete_s",ldap_err2string ( errc ) );
                                                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here
ldap_err2string LDAP_P((
^
../src/LDAPSession.cpp:232:11: warning: 'ldap_search_s' is deprecated: first deprecated in OS X 10.10 - use ldap_search_ext_s [-Wdeprecated-declarations]
        int errc=ldap_search_s ( ld,dn.c_str(),LDAP_SCOPE_SUBTREE,
                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1925:1: note: 'ldap_search_s' has been explicitly marked deprecated here
ldap_search_s LDAP_P((  /* deprecated, use ldap_search_ext_s */
^
../src/LDAPSession.cpp:244:40: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                throw LDAPExeption ( "ldap_search_s",ldap_err2string ( errc ) );
                                                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here
ldap_err2string LDAP_P((
^
../src/LDAPSession.cpp:246:21: warning: 'ldap_first_entry' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
        LDAPMessage *entry=ldap_first_entry ( ld,res );
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1623:1: note: 'ldap_first_entry' has been explicitly marked deprecated here
ldap_first_entry LDAP_P((
^
../src/LDAPSession.cpp:255:17: warning: 'ldap_get_values_len' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                        berval **atr=ldap_get_values_len ( ld,entry,
                                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1820:1: note: 'ldap_get_values_len' has been explicitly marked deprecated here
ldap_get_values_len LDAP_P((
^
../src/LDAPSession.cpp:257:14: warning: 'ldap_count_values_len' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                        int count=ldap_count_values_len ( atr );
                                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1826:1: note: 'ldap_count_values_len' has been explicitly marked deprecated here
ldap_count_values_len LDAP_P((
^
../src/LDAPSession.cpp:264:4: warning: 'ldap_value_free_len' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                        ldap_value_free_len ( atr );
                        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1830:1: note: 'ldap_value_free_len' has been explicitly marked deprecated here
ldap_value_free_len LDAP_P((
^
../src/LDAPSession.cpp:267:9: warning: 'ldap_next_entry' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                entry=ldap_next_entry ( ld,entry );
                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1628:1: note: 'ldap_next_entry' has been explicitly marked deprecated here
ldap_next_entry LDAP_P((
^
../src/LDAPSession.cpp:299:11: warning: 'ldap_search_s' is deprecated: first deprecated in OS X 10.10 - use ldap_search_ext_s [-Wdeprecated-declarations]
        int errc=ldap_search_s ( ld,dn.c_str(),LDAP_SCOPE_SUBTREE,
                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1925:1: note: 'ldap_search_s' has been explicitly marked deprecated here
ldap_search_s LDAP_P((  /* deprecated, use ldap_search_ext_s */
^
../src/LDAPSession.cpp:311:40: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                throw LDAPExeption ( "ldap_search_s",ldap_err2string ( errc ) );
                                                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here
ldap_err2string LDAP_P((
^
../src/LDAPSession.cpp:313:21: warning: 'ldap_first_entry' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
        LDAPMessage *entry=ldap_first_entry ( ld,res );
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1623:1: note: 'ldap_first_entry' has been explicitly marked deprecated here
ldap_first_entry LDAP_P((
^
../src/LDAPSession.cpp:322:15: warning: 'ldap_get_values' is deprecated: first deprecated in OS X 10.10 - use ldap_get_values_len [-Wdeprecated-declarations]
                        char **atr=ldap_get_values ( ld,entry,
                                   ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1835:1: note: 'ldap_get_values' has been explicitly marked deprecated here
ldap_get_values LDAP_P((        /* deprecated, use ldap_get_values_len */
^
../src/LDAPSession.cpp:324:14: warning: 'ldap_count_values' is deprecated: first deprecated in OS X 10.10 - use ldap_count_values_len [-Wdeprecated-declarations]
                        int count=ldap_count_values ( atr );
                                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1841:1: note: 'ldap_count_values' has been explicitly marked deprecated here
ldap_count_values LDAP_P((      /* deprecated, use ldap_count_values_len */
^
../src/LDAPSession.cpp:329:4: warning: 'ldap_value_free' is deprecated: first deprecated in OS X 10.10 - use ldap_value_free_len [-Wdeprecated-declarations]
                        ldap_value_free ( atr );
                        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1845:1: note: 'ldap_value_free' has been explicitly marked deprecated here
ldap_value_free LDAP_P((        /* deprecated, use ldap_value_free_len */
^
../src/LDAPSession.cpp:332:9: warning: 'ldap_next_entry' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                entry=ldap_next_entry ( ld,entry );
                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1628:1: note: 'ldap_next_entry' has been explicitly marked deprecated here
ldap_next_entry LDAP_P((
^
../src/LDAPSession.cpp:376:2: warning: 'ldap_unbind' is deprecated: first deprecated in OS X 10.10 - use ldap_unbind_ext [-Wdeprecated-declarations]
        ldap_unbind ( ld );
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1967:1: note: 'ldap_unbind' has been explicitly marked deprecated here
ldap_unbind LDAP_P(( /* deprecated, use ldap_unbind_ext */
^
32 warnings generated.
/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -g3 -ggdb3 -gdwarf-4 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.11 -Wall -W -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -DCFGCLIENT -DMACPORTS_PREFIX="\"/opt/local/\"" -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/libexec/qt4/share/mkspecs/macx-g++ -I../../x2goclient -I. -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I../src -I/opt/local/include -I/opt/local/include -I/opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/include -I. -I../../x2goclient -I. -F/opt/local/libexec/qt4/Library/Frameworks -F/opt/local/libexec/qt4/lib -o sessionbutton.o ../src/sessionbutton.cpp
../src/onmainwindow.cpp:1628:41: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
    x2goDebug<<"Close event received."<<Qt::endl;
                                        ^~~~~~~~
                                        endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:1652:68: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
    x2goDebug<<"Quitting from tray icon and closing application."<<Qt::endl;
                                                                   ^~~~~~~~
                                                                   endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:2295:116: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
                      x2goDebug << "Failed to change recording status of PulseManager. PulseAudio not started?" << Qt::endl;
                                                                                                                   ^~~~~~~~
                                                                                                                   endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:2382:41: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
        if(config.brokerSyncTimeout*1000!=brokerSyncTimer->interval())
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/onmainwindow.cpp:3177:66: warning: unused parameter 'connection' [-Wunused-parameter]
void ONMainWindow::slotSshInteractionFinish(SshMasterConnection* connection)
                                                                 ^
../src/onmainwindow.cpp:3265:135: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
                                                        x2goDebug << "Unknown passphrase type requested! Was: " << passphrase_type << Qt::endl;
                                                                                                                                      ^~~~~~~~
                                                                                                                                      endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:6718:60: warning: unused parameter 'err' [-Wunused-parameter]
void ONMainWindow::slotProxyError ( QProcess::ProcessError err )
                                                           ^
../src/onmainwindow.cpp:7069:34: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
    x2goDebug<<"Setting focus."<<Qt::endl;
                                 ^~~~~~~~
                                 endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:9221:62: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
    x2goDebug<<"Post-cleanup for startX2goMount triggered."<<Qt::endl;
                                                             ^~~~~~~~
                                                             endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:9234:92: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
        x2goDebug<<"startX2goMount failed to mount client-side folder, reason: "<<message<<Qt::endl;
                                                                                           ^~~~~~~~
                                                                                           endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:9314:62: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
                                         QFile::ExeOwner ) <<Qt::endl;
                                                             ^~~~~~~~
                                                             endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:9386:41: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
                 readExportsFrom <<":"<<Qt::endl;
                                        ^~~~~~~~
                                        endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:9392:62: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
                                         QFile::ExeOwner ) <<Qt::endl;
                                                             ^~~~~~~~
                                                             endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:9771:38: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
    x2goDebug<<"SCDAEMON finished."<<Qt::endl;
                                     ^~~~~~~~
                                     endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:10316:72: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
    x2goDebug<<"FS tunnel through SSH seems to be up and running ..."<<Qt::endl;
                                                                       ^~~~~~~~
                                                                       endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
../src/onmainwindow.cpp:10511:51: error: no member named 'endl' in namespace 'Qt'; did you mean simply 'endl'?
    x2goDebug<<"Calling startX2goMount command."<<Qt::endl;
                                                  ^~~~~~~~
                                                  endl
/opt/local/libexec/qt4/include/QtCore/qtextstream.h:321:28: note: 'endl' declared here
Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
                           ^
In file included from ../src/onmainwindow.cpp:18:
In file included from ../src/onmainwindow_privat.h:22:
In file included from /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/QTextStream:1:
In file included from /opt/local/libexec/qt4/include/QtCore/qtextstream.h:45:
In file included from /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qiodevice.h:46:
In file included from /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qobject.h:50:
/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qlist.h:381:22: warning: source of this 'memcpy' call is a pointer to class containing a dynamic class 'QPixmap'; vtable pointer will be copied [-Wdynamic-class-memaccess]
    else ::memcpy(n, &t, sizeof(T));
         ~~~~~~~~    ^
/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qlist.h:512:13: note: in instantiation of member function 'QList<user>::node_construct' requested here
            node_construct(n, t);
            ^
../src/onmainwindow.cpp:2211:18: note: in instantiation of member function 'QList<user>::append' requested here
        userList.append ( u );
                 ^
/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qlist.h:381:22: note: explicitly cast the pointer to silence this warning
    else ::memcpy(n, &t, sizeof(T));
                     ^
                     (void*)
/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qlist.h:381:22: warning: source of this 'memcpy' call is a pointer to class containing a dynamic class 'QPixmap'; vtable pointer will be copied [-Wdynamic-class-memaccess]
    else ::memcpy(n, &t, sizeof(T));
         ~~~~~~~~    ^
/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qlist.h:512:13: note: in instantiation of member function 'QList<Application>::node_construct' requested here
            node_construct(n, t);
            ^
../src/onmainwindow.cpp:7846:26: note: in instantiation of member function 'QList<Application>::append' requested here
            applications.append(app);
                         ^
/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers/qlist.h:381:22: note: explicitly cast the pointer to silence this warning
    else ::memcpy(n, &t, sizeof(T));
                     ^
                     (void*)
5 warnings and 13 errors generated.
make: *** [onmainwindow.o] Error 1
make: *** Waiting for unfinished jobs....
+ cleanup
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n '' ']'
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /Users/jenkins/tmp//tmp.Iv71YeMCd6Rj9b9SJVlNJcdg ']'
+ '[' -d /Users/jenkins/tmp//tmp.Iv71YeMCd6Rj9b9SJVlNJcdg ']'
+ rm -Rf -- /Users/jenkins/tmp//tmp.Iv71YeMCd6Rj9b9SJVlNJcdg
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list