This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch feature/focal-ppa
in repository x2goclient.
at f18c58a add build dependencies for qt5 and testing on own remote branch
This branch includes the following new commits:
new f18c58a add build dependencies for qt5 and testing on own remote branch
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+osx-10.11/196/display/…>
Changes:
[ionic] src/sshmasterconnection: send EOF before closing channel.
[ionic] src/sshmasterconnection: return false if login check remote command execution failed.
[ionic] src/sshmasterconnection: refactor some of the channel loop and fix channel/session closes.
[ionic] src/sshmasterconnection: fix 'when not' password auth.
[ionic] src/sshmasterconnection: correct retval check.
[ionic] src/sshmasterconnection: explicitly mark function parameters as unused.
[ionic] .gitignore: ignore Visual Studio temporary files. Fixes: #1469.
------------------------------------------
[...truncated 44.03 KB...]
../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 */
^
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:2331:41: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
if(config.brokerSyncTimeout*1000!=brokerSyncTimer->interval())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/onmainwindow.cpp:3089:66: warning: unused parameter 'connection' [-Wunused-parameter]
void ONMainWindow::slotSshInteractionFinish(SshMasterConnection* connection)
^
../src/onmainwindow.cpp:6491:60: warning: unused parameter 'err' [-Wunused-parameter]
void ONMainWindow::slotProxyError ( QProcess::ProcessError err )
^
/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 sessionmanagedialog.o ../src/sessionmanagedialog.cpp
/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 sshmasterconnection.o ../src/sshmasterconnection.cpp
../src/sshmasterconnection.cpp:61:1: error: 'static' can only be specified inside the class definition
static bool SshMasterConnection::createChannelConnection (int i, int &maxsock, fd_set &rfds, ssh_channel *read_chan);
^~~~~~~
../src/sshmasterconnection.cpp:61:34: error: out-of-line declaration of 'createChannelConnection' does not match any declaration in 'SshMasterConnection'
static bool SshMasterConnection::createChannelConnection (int i, int &maxsock, fd_set &rfds, ssh_channel *read_chan);
^~~~~~~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:438:79: warning: unused parameter 'connection' [-Wunused-parameter]
void SshMasterConnection::slotSshProxyInteractionFinish (SshMasterConnection* connection /* unused */) {
^
../src/sshmasterconnection.cpp:443:78: warning: unused parameter 'connection' [-Wunused-parameter]
void SshMasterConnection::slotSshProxyInteractionStart (SshMasterConnection* connection /* unused */, QString prompt) {
^
../src/sshmasterconnection.cpp:447:79: warning: unused parameter 'connection' [-Wunused-parameter]
void SshMasterConnection::slotSshProxyInteractionUpdate (SshMasterConnection* connection /* unused */, QString output) {
^
../src/sshmasterconnection.cpp:2109:1: error: 'static' can only be specified inside the class definition
static bool SshMasterConnection::createChannelConnection (int i, int &maxsock, fd_set &rfds, ssh_channel *read_chan) {
^~~~~~~
../src/sshmasterconnection.cpp:2110:19: error: invalid use of member 'channelConnections' in static member function
int tcpSocket=channelConnections.at ( i ).sock;
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2113:10: error: invalid use of member 'channelConnections' in static member function
if ( channelConnections.at ( i ).channel==0l )
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2116:49: error: invalid use of member 'my_ssh_session' in static member function
ssh_channel channel = ssh_channel_new ( my_ssh_session );
^~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2119:42: error: invalid use of member 'my_ssh_session' in static member function
QString err = ssh_get_error (my_ssh_session);
^~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2122:18: error: call to non-static member function without an object argument
emit ioErr (channelConnections[i].creator, error_msg, err);
^~~~~
../src/sshmasterconnection.cpp:2122:25: error: invalid use of member 'channelConnections' in static member function
emit ioErr (channelConnections[i].creator, error_msg, err);
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2129:9: error: invalid use of member 'channelConnections' in static member function
channelConnections[i].channel=channel;
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2132:68: error: invalid use of member 'channelConnections' in static member function
x2goDebug << "Forwarding parameters: from remote (" << channelConnections.at (i).forwardHost << ":"
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2133:26: error: invalid use of member 'channelConnections' in static member function
<< channelConnections.at (i).forwardPort << ") to local ("
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2134:26: error: invalid use of member 'channelConnections' in static member function
<< channelConnections.at (i).localHost << ":" << channelConnections.at (i).localPort
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2134:72: error: invalid use of member 'channelConnections' in static member function
<< channelConnections.at (i).localHost << ":" << channelConnections.at (i).localPort
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2147:22: error: call to non-static member function without an object argument
emit ioErr (channelConnections[i].creator, error_msg, "");
^~~~~
../src/sshmasterconnection.cpp:2147:29: error: invalid use of member 'channelConnections' in static member function
emit ioErr (channelConnections[i].creator, error_msg, "");
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2150:37: error: invalid use of member 'channelConnections' in static member function
QByteArray tmp_BA = channelConnections.at (i).forwardHost.toLocal8Bit ();
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2151:38: error: invalid use of member 'channelConnections' in static member function
const int tmp_port = channelConnections.at (i).forwardPort;
^~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:2172:17: error: invalid use of member 'channelConnections' in static member function
channelConnections[i].forwardHost = QString (inferred_host);
^~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
3 warnings and 20 errors generated.
make: *** [sshmasterconnection.o] Error 1
make: *** Waiting for unfinished jobs....
3 warnings generated.
+ cleanup
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n '' ']'
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /Users/jenkins/tmp//tmp.ev52uQyflCRIm9vExlgm5gaW ']'
+ '[' -d /Users/jenkins/tmp//tmp.ev52uQyflCRIm9vExlgm5gaW ']'
+ rm -Rf -- /Users/jenkins/tmp//tmp.ev52uQyflCRIm9vExlgm5gaW
Build step 'Execute shell' marked build as failure