Dear X2Go Developer,
please reopen this case:
I am using Raspian, which is the Debian Wheezy version. I downloaded the x2goclient package from http://archive.raspbian.org/raspbian/pool/main/x/x2goclient/x2goclient_4.0.3... and then I tried to install, but it failed. This download version is for Debian Jessie.
sudo dpkg -i x2goclient_4.0.3.1-3_armhf.deb (Reading database ... 71974 files and directories currently installed.) Preparing to replace x2goclient 4.0.3.1-3 (using x2goclient_4.0.3.1-3_armhf.deb) ... Unpacking replacement x2goclient ... dpkg: dependency problems prevent configuration of x2goclient: x2goclient depends on libc6 (>= 2.15); however: Version of libc6:armhf on system is 2.13-38+rpi2+deb7u7. x2goclient depends on libssh-4 (>= 0.5.4-2~); however: Version of libssh-4:armhf on system is 0.5.4-1+deb7u1.
And this is the compile script - and it should be fine
################################################################################ # build x2goclient ################################################################################
mkdir -p $HOME/x2go cd $HOME/x2go
sudo apt-get update # build deps of both nx-libs and x2goclient sudo apt-get install -y libldap2-dev libssh-dev libx11-dev libxpm-dev sudo apt-get install -y debhelper libpng-dev libjpeg-dev zlib1g-dev quilt libfontconfig1-dev libfontenc-dev libfreetype6-dev libxmltok1-dev libxml2-dev autoconf pkg-config x11proto-core-dev man2html-base sudo apt-get install -y expat x11proto-kb-dev libssh-dev libcups2-dev sudo apt-get install -y autotools-dev libqt4-gui libglib2.0-dev m4 qt4-qmake libqt4-dev dh-autoreconf
echo "Getting nx-libs and compiling ..." git clone http://code.x2go.org/git/nx-libs.git cd nx-libs # git checkout redist-server/3.5.0.27 # This will take about 1 hour or so. dpkg-buildpackage -us -uc cd ..
# No new depenendcies for cups-x2go echo "Getting cups-x2go and compiling ..." git clone git://code.x2go.org/cups-x2go.git cd cups-x2go # git checkout 3.0.1.0 dpkg-buildpackage -us -uc cd ..
echo "Getting x2goclient and compiling ..." git clone http://code.x2go.org/git/x2goclient.git cd x2goclient # This will take a few minutes dpkg-buildpackage -us -uc cd ..
So I used the newest code and compiled today and still I get:
Getting x2goclient and compiling ... fatal: destination path 'x2goclient' already exists and is not an empty directory. dpkg-buildpackage: source package x2goclient dpkg-buildpackage: source version 4.0.3.2-0x2go1 dpkg-buildpackage: source changed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> dpkg-source --before-build x2goclient dpkg-buildpackage: host architecture armhf dpkg-checkbuilddeps: Unmet build dependencies: libssh-dev (>= 0.5.4-2~) dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.)
Debian Jessie is still not finished, so I have to use Debian Wheezy.
Have a nice day, Franz Lückl
Next IT Level GmbH Paul Tillich Str. 14 60528 Frankfurt Handelsregister HRB 94885, Frankfurt am Main Finanzamt: Frankfurt/M. – USt-ID: DE285327933
Mobil DE: +49 152 3437 5620 Mobil AT: +43 676 37 00 299 Mobiles Landline: +49 69 3487 8985
mailto:franz@nextitlevel.de Internet Home Page: http://www.nextitlevel.de
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 01.02.2015 um 20:44 schrieb Office NextITLevel GmbH:
please reopen this case:
While Heinrich suggested to close it, it has never been closed. So no need to reopen. ;-)
BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32)
iQEcBAEBAgAGBQJUzy4ZAAoJEG7d9BjNvlEZuT0H/2SSzclMcQjLjjNn6TGkfsmZ /4LY+ny4A/nqxaefKLHFsanP7f2ZYjV36wk9Zvb3G0LlpTM95+NqHES0vrOFVgSw veWTZWoPcpmnqMU7kvI9E6CmlNwVipwZpes6KdhplJ7mEzDXXZa3lr2bVcE7AIAH 7177liONHM0ckK1P+53frBv7YDrLqZP+iC31NUV6LnKjzDNBWlOaQlvHqbcFkSlg 0RiQobvlHes6EkDlfSJ+EbUA7j3q0Q8hJAODvnLprAIWvNwNw1G/6Wy+uKePPV1o csGaUqIiP7BHB75e0Ix/q1gfEkxgAefigRQHuzLl+oTC9/wMgQkk2v8wm13yMh0= =iyBV -----END PGP SIGNATURE-----
Hi Franz,
On So 01 Feb 2015 20:44:52 CET, Office NextITLevel GmbH wrote:
Getting x2goclient and compiling ... fatal: destination path 'x2goclient' already exists and is not an
empty directory. dpkg-buildpackage: source package x2goclient dpkg-buildpackage: source version 4.0.3.2-0x2go1 dpkg-buildpackage: source changed by Mike Gabriel
<mike.gabriel@das-netzwerkteam.de> dpkg-source --before-build x2goclient dpkg-buildpackage: host architecture armhf dpkg-checkbuilddeps: Unmet build dependencies: libssh-dev (>= 0.5.4-2~)
Please get libssh >= 0.6.2 from Debian testing and build it from
source on your rasbian system. Install the freshly built libssh-4 and
libssh-dev on your build system.
dget http://ftp.debian.org/debian/pool/main/libs/libssh/libssh_0.6.3-4.dsc cd libssh-0.6.3 dpkg-buildpackage -uc -us cd .. sudo dpkg -i libssh*.deb
Then build X2Go Client as you already tried to.
Mike
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...