Package: <x2goclient>
Version: <4.0.2.1-0x2go1+git20140823.626+wheezy.main.1>

$ uname -a
Linux niu5 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/Linux
libc6:armhf          2.13-38+rpi2+de 
gcc                      4:4.6.3-8       armhf 
--


Dear X2go Team,

I cannot compile an x2goclient on a Raspberry PI.  I just wanted a version of 
x2goclient that is newer then
3.99.2.1-5.  I used the instructions on 
http://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goclient
And then Install x2goclient from git
At the end I got the error-msg:
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o sshmasterconnection.o 
../sshmasterconnection.cpp
../sshmasterconnection.cpp: In member function ‘void 
SshMasterConnection::checkReverseTunnelConnections()’:
../sshmasterconnection.cpp:297:73: error: ‘ssh_channel_accept_forward’ was not 
declared in this scope
../sshmasterconnection.cpp:308:33: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
Makefile:710: recipe for target 'sshmasterconnection.o' failed
make[1]: *** [sshmasterconnection.o] Error 1
make[1]: Leaving directory '/home/fraroot/scripts/x2goclient/client_build'
Makefile:39: recipe for target 'build_client' failed
make: *** [build_client] Error 2

I would like to download x2goclient package ready for the Raspberry PI.
But when I say
# apt-get download x2goclient 
I get  x2goclient_3.99.2.1-5_armhf.deb
And this version makes a lot of problems with an X2goserver 4.0.1.16.
If you have a version of x2goclient with 4.x.x for the Raspberry PI that would 
make me happy.

Attached you find the detailed messages.

Thank you very much and have a nice day,
Franz Lückl

Mobil DE:                +49 152 3437 5620
Mobil AT:                +43 676 37 00 299
Mobiles Festnetz:    +49 69 3487 8985
Fax:                     +43 1 89 00 2999

mailto:[email protected] 
Internet Home Page:  http://www.nextitlevel.de


Cloning into 'x2goclient'...
remote: Counting objects: 5354, done.
remote: Compressing objects: 100% (4526/4526), done.
remote: Total 5354 (delta 3903), reused 948 (delta 631)
Receiving objects: 100% (5354/5354), 18.32 MiB | 669 KiB/s, done.
Resolving deltas: 100% (3903/3903), done.
lrelease-qt4 x2goclient.pro
Project MESSAGE: if you want to build x2goplugin you should export 
X2GO_CLIENT_TARGET=pluginProject MESSAGE: building x2goclient x2goplugin with 
ldap and cupsUpdating '/home/fraroot/scripts/x2goclient/x2goclient_de.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_da.qm'...
    Generated 536 translation(s) (526 finished and 10 unfinished)
    Ignored 30 untranslated source text(s)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_es.qm'...
    Generated 554 translation(s) (543 finished and 11 unfinished)
    Ignored 12 untranslated source text(s)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_et.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_fi.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_fr.qm'...
    Generated 254 translation(s) (201 finished and 53 unfinished)
    Ignored 312 untranslated source text(s)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_nb_no.qm'...
    Generated 537 translation(s) (524 finished and 13 unfinished)
    Ignored 29 untranslated source text(s)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_nl.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_pt.qm'...
    Generated 0 translation(s) (0 finished and 0 unfinished)
    Ignored 566 untranslated source text(s)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_ru.qm'...
    Generated 552 translation(s) (543 finished and 9 unfinished)
    Ignored 14 untranslated source text(s)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_sv.qm'...
    Generated 537 translation(s) (523 finished and 14 unfinished)
    Ignored 29 untranslated source text(s)
Updating '/home/fraroot/scripts/x2goclient/x2goclient_zh_tw.qm'...
    Generated 397 translation(s) (372 finished and 25 unfinished)
    Ignored 169 untranslated source text(s)
mkdir -p /home/fraroot/scripts/x2goclient/client_build && cd 
/home/fraroot/scripts/x2goclient/client_build && qmake-qt4 QMAKE_CFLAGS=" " 
QMAKE_CXXFLAGS=" " QMAKE_LFLAGS="-lldap -lcups -lX11 -lXpm" ../x2goclient.pro
Project MESSAGE: if you want to build x2goplugin you should export 
X2GO_CLIENT_TARGET=plugin
Project MESSAGE: building x2goclient with ldap and cups
cd /home/fraroot/scripts/x2goclient/client_build && make
make[1]: Entering directory '/home/fraroot/scripts/x2goclient/client_build'
/usr/bin/lrelease ../x2goclient_de.ts
Updating '../x2goclient_de.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
/usr/bin/lrelease ../x2goclient_da.ts
Updating '../x2goclient_da.qm'...
    Generated 536 translation(s) (526 finished and 10 unfinished)
    Ignored 30 untranslated source text(s)
/usr/bin/lrelease ../x2goclient_es.ts
Updating '../x2goclient_es.qm'...
    Generated 554 translation(s) (543 finished and 11 unfinished)
    Ignored 12 untranslated source text(s)
/usr/bin/lrelease ../x2goclient_et.ts
Updating '../x2goclient_et.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
/usr/bin/lrelease ../x2goclient_fi.ts
Updating '../x2goclient_fi.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
/usr/bin/lrelease ../x2goclient_fr.ts
Updating '../x2goclient_fr.qm'...
    Generated 254 translation(s) (201 finished and 53 unfinished)
    Ignored 312 untranslated source text(s)
/usr/bin/lrelease ../x2goclient_nb_no.ts
Updating '../x2goclient_nb_no.qm'...
    Generated 537 translation(s) (524 finished and 13 unfinished)
    Ignored 29 untranslated source text(s)
/usr/bin/lrelease ../x2goclient_nl.ts
Updating '../x2goclient_nl.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
/usr/bin/lrelease ../x2goclient_pt.ts
Updating '../x2goclient_pt.qm'...
    Generated 0 translation(s) (0 finished and 0 unfinished)
    Ignored 566 untranslated source text(s)
/usr/bin/lrelease ../x2goclient_ru.ts
Updating '../x2goclient_ru.qm'...
    Generated 552 translation(s) (543 finished and 9 unfinished)
    Ignored 14 untranslated source text(s)
/usr/bin/lrelease ../x2goclient_sv.ts
Updating '../x2goclient_sv.qm'...
    Generated 537 translation(s) (523 finished and 14 unfinished)
    Ignored 29 untranslated source text(s)
/usr/bin/lrelease ../x2goclient_zh_tw.ts
Updating '../x2goclient_zh_tw.qm'...
    Generated 397 translation(s) (372 finished and 25 unfinished)
    Ignored 169 untranslated source text(s)
/usr/bin/uic-qt4 ../cupsprintsettingsdialog.ui -o ui_cupsprintsettingsdialog.h
/usr/bin/uic-qt4 ../cupsprintwidget.ui -o ui_cupsprintwidget.h
/usr/bin/uic-qt4 ../printdialog.ui -o ui_printdialog.h
/usr/bin/uic-qt4 ../printercmddialog.ui -o ui_printercmddialog.h
/usr/bin/uic-qt4 ../printwidget.ui -o ui_printwidget.h
/usr/bin/uic-qt4 ../xsettingsui.ui -o ui_xsettingsui.h
/usr/bin/uic-qt4 ../brokerpassdialog.ui -o ui_brokerpassdialog.h
/usr/bin/uic-qt4 ../contest.ui -o ui_contest.h
/usr/bin/uic-qt4 ../appdialog.ui -o ui_appdialog.h
/usr/bin/uic-qt4 ../helpdialog.ui -o ui_helpdialog.h
/usr/bin/uic-qt4 ../folderexplorer.ui -o ui_folderexplorer.h
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o sharewidget.o 
../sharewidget.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o settingswidget.o 
../settingswidget.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o configwidget.o 
../configwidget.cpp
../configwidget.cpp: In constructor ‘ConfigWidget::ConfigWidget(QString, 
ONMainWindow*, QWidget*, Qt::WindowFlags)’:
../configwidget.cpp:28:41: warning: operation on 
‘((ConfigWidget*)this)->ConfigWidget::embedMode’ may be undefined 
[-Wsequence-point]
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o sessionwidget.o 
../sessionwidget.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o connectionwidget.o 
../connectionwidget.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o configdialog.o 
../configdialog.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o editconnectiondialog.o 
../editconnectiondialog.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o exportdialog.o 
../exportdialog.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o imgframe.o ../imgframe.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o LDAPSession.o 
../LDAPSession.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o onmainwindow.o 
../onmainwindow.cpp
../onmainwindow.cpp: In member function ‘void 
ONMainWindow::resumeSession(const x2goSession&)’:
../onmainwindow.cpp:3915:10: warning: variable ‘rootless’ set but not used 
[-Wunused-but-set-variable]
../onmainwindow.cpp: In member function ‘void 
ONMainWindow::processSessionConfig()’:
../onmainwindow.cpp:10356:10: warning: variable ‘haveKey’ set but not used 
[-Wunused-but-set-variable]
../onmainwindow.cpp: At global scope:
../onmainwindow.cpp:11356:6: warning: unused parameter ‘result’ 
[-Wunused-parameter]
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o sessionbutton.o 
../sessionbutton.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o sessionmanagedialog.o 
../sessionmanagedialog.cpp
../sessionmanagedialog.cpp: In member function ‘void 
SessionManageDialog::loadSessions()’:
../sessionmanagedialog.cpp:137:34: warning: unused variable ‘sess’ 
[-Wunused-variable]
../sessionmanagedialog.cpp:138:33: warning: unused variable ‘folders’ 
[-Wunused-variable]
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG 
-DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I../../x2goclient -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I../../x2goclient -I. -I. -I. -o sshmasterconnection.o 
../sshmasterconnection.cpp
../sshmasterconnection.cpp: In member function ‘void 
SshMasterConnection::checkReverseTunnelConnections()’:
../sshmasterconnection.cpp:297:73: error: ‘ssh_channel_accept_forward’ was 
not declared in this scope
../sshmasterconnection.cpp:308:33: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
Makefile:710: recipe for target 'sshmasterconnection.o' failed
make[1]: *** [sshmasterconnection.o] Error 1
make[1]: Leaving directory '/home/fraroot/scripts/x2goclient/client_build'
Makefile:39: recipe for target 'build_client' failed
make: *** [build_client] Error 2

_______________________________________________
x2go-dev mailing list
[email protected]
http://lists.x2go.org/listinfo/x2go-dev

Reply via email to