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

jenkins at x2go.org jenkins at x2go.org
Thu May 24 10:48:42 CEST 2018


See <http://jenkins.x2go.org:8080/job/x2goclient+nightly+osx-10.11/103/display/redirect?page=changes>

Changes:

[ionic] src/onmainwindow.cpp: re-add periodic xmodmap keyboard sync for OS

------------------------------------------
[...truncated 35.88 KB...]
/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/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 LDAPSession.o ../src/LDAPSession.cpp
../src/LDAPSession.cpp:81:5: warning: 'ldap_init' is deprecated: first deprecated in OS X 10.10 - use ldap_initialize [-Wdeprecated-declarations]
        ld=ldap_init ( server.c_str(),port );
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1526:1: note: 'ldap_init' has been explicitly marked deprecated here
ldap_init LDAP_P(( /* deprecated, use ldap_create or ldap_initialize */
^
../src/LDAPSession.cpp:85:11: warning: 'ldap_set_option' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
        int errc=ldap_set_option ( ld,LDAP_OPT_PROTOCOL_VERSION,&ver );
                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:984:1: note: 'ldap_set_option' has been explicitly marked deprecated here
ldap_set_option LDAP_P((
^
../src/LDAPSession.cpp:88:24: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                                     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:91:8: warning: 'ldap_start_tls_s' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                errc=ldap_start_tls_s ( ld,NULL,NULL );
                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1569:1: note: 'ldap_start_tls_s' has been explicitly marked deprecated here
ldap_start_tls_s LDAP_P((
^
../src/LDAPSession.cpp:94:25: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                                             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:98:8: warning: 'ldap_bind_s' is deprecated: first deprecated in OS X 10.10 - use ldap_sasl_bind_s [-Wdeprecated-declarations]
                errc=ldap_bind_s ( ld,bindDN.c_str(),pass.c_str(),
                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1275:1: note: 'ldap_bind_s' has been explicitly marked deprecated here
ldap_bind_s LDAP_P((    /* deprecated, use ldap_sasl_bind_s */
^
../src/LDAPSession.cpp:102:25: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                                             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:106:8: warning: 'ldap_simple_bind_s' is deprecated: first deprecated in OS X 10.10 - use ldap_sasl_bind_s [-Wdeprecated-declarations]
                errc=ldap_simple_bind_s ( ld,bindDN.c_str(),pass.c_str() );
                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1291:1: note: 'ldap_simple_bind_s' has been explicitly marked deprecated here
ldap_simple_bind_s LDAP_P(( /* deprecated, use ldap_sasl_bind_s */
^
../src/LDAPSession.cpp:109:25: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                                             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:154:12: warning: 'ldap_add_s' is deprecated: first deprecated in OS X 10.10 - use ldap_add_ext_s [-Wdeprecated-declarations]
        int errc= ldap_add_s ( ld,dn.c_str(),mods );
                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1175:1: note: 'ldap_add_s' has been explicitly marked deprecated here
ldap_add_s LDAP_P((     /* deprecated, use ldap_add_ext_s */
^
../src/LDAPSession.cpp:156:37: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                throw LDAPExeption ( "ldap_add_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:158:2: warning: 'ldap_mods_free' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
        ldap_mods_free ( mods,1 );
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:2014:1: note: 'ldap_mods_free' has been explicitly marked deprecated here
ldap_mods_free LDAP_P((
^
../src/LDAPSession.cpp:200:12: warning: 'ldap_modify_s' is deprecated: first deprecated in OS X 10.10 - use ldap_modify_ext_s [-Wdeprecated-declarations]
        int errc= ldap_modify_s ( ld,dn.c_str(),mods );
                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:1445:1: note: 'ldap_modify_s' has been explicitly marked deprecated here
ldap_modify_s LDAP_P((  /* deprecated, use ldap_modify_ext_s */
^
../src/LDAPSession.cpp:202:40: warning: 'ldap_err2string' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
                throw LDAPExeption ( "ldap_modify_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:204:2: warning: 'ldap_mods_free' is deprecated: first deprecated in OS X 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations]
        ldap_mods_free ( mods,1 );
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ldap.h:2014:1: note: 'ldap_mods_free' has been explicitly marked deprecated here
ldap_mods_free LDAP_P((
^
../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 */
^
/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/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 onmainwindow.o ../src/onmainwindow.cpp
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/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:2973:66: warning: unused parameter 'connection' [-Wunused-parameter]
void ONMainWindow::slotSshInteractionFinish(SshMasterConnection* connection)
                                                                 ^
../src/onmainwindow.cpp:5993:15: error: no member named 'empty' in 'QString'
    if (kbMap.empty ()) {
        ~~~~~ ^
../src/onmainwindow.cpp:6073:60: warning: unused parameter 'err' [-Wunused-parameter]
void ONMainWindow::slotProxyError ( QProcess::ProcessError err )
                                                           ^
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:2066: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:7170: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*)
4 warnings and 1 error 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.XK0iYFq5rvjztwrKZJof3QDn ']'
+ '[' -d /Users/jenkins/tmp//tmp.XK0iYFq5rvjztwrKZJof3QDn ']'
+ rm -Rf -- /Users/jenkins/tmp//tmp.XK0iYFq5rvjztwrKZJof3QDn
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list