Re: [X2Go-Dev] Update for libssh-4

2018-11-22 Thread Mihai Moldovan
* On 11/20/18 8:01 PM, Ulrich Sibiller wrote:
> So I am really astounded that there are
> problems with Debian packages.

There aren't any problems with released packages. So far, only nightly packages
for newer/unstable distro versions were affected.


The problem is that stretch-backports has a newer version of libssh which is
incompatible to the old one (well, more or less, definitely shipping one library
less), so X2Go Client needs to be rebuilt.


We're not building with backports enabled, so even a new version of X2Go Client
won't fix this issue for those users that pull in libssh through
stable-backports. Since this is a build-time check and feature, the only way to
make this work correctly is to rebuild X2Go Client from source (after the next
release, anyway).



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: X2Go issue (in src:x2goserver) has been marked as pending for release

2018-11-22 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org:

> tag #1325 pending
Bug #1325 [x2goserver-x2goagent] Nextcloud desktop GUI crashes in XFCE over x2go
Added tag(s) pending.
> fixed #1325 4.1.0.3
Bug #1325 [x2goserver-x2goagent] Nextcloud desktop GUI crashes in XFCE over x2go
There is no source info for the package 'x2goserver-x2goagent' at version 
'4.1.0.3' with architecture ''
Unable to make a source version for version '4.1.0.3'
Marked as fixed in versions 4.1.0.3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1325: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1325
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1325: X2Go issue (in src:x2goserver) has been marked as pending for release

2018-11-22 Thread Mihai Moldovan
tag #1325 pending
fixed #1325 4.1.0.3
thanks

Hello,

X2Go issue #1325 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=a8b6e14

The issue will most likely be fixed in src:x2goserver (4.1.0.3).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit a8b6e149c34d7de43aa5d50299851d7749548b3b
Author: Mihai Moldovan 
Date:   Thu Nov 22 09:43:47 2018 +0100

x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS; newer 
nx-libs versions (3.5.99.17+) should handle this much better. Fixes: #1325. 
Fixes: #1321.

diff --git a/debian/changelog b/debian/changelog
index bc9e1d6..c1c3fa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,9 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium
 - x2goserver/bin/x2goversion: more curly braces, quotes etc.
 - x2goserver/bin/x2gostartagent: use single quotes instead of double
   quotes for literal strings.
+- x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS;
+  newer nx-libs versions (3.5.99.17+) should handle this much better.
+  Fixes: #1325. Fixes: #1321.
   * x2goserver.spec:
 + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around
   a bug.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] Update for libssh-4

2018-11-22 Thread xalloc
Thanks everyone for the answers, I ended installing the version from heuler 
nightly builds.
Then launching it gave the error "x2goclient: error while loading shared 
libraries: libssh_threads.so.4: cannot open shared object file: No such file or 
directory"
It was enough a "sudo ln -s /usr/lib/x86_64-linux-gnu/libssh.so.4.5.1 
/usr/lib/x86_64-linux-gnu/libssh_threads.so.4", everything works.

Thanks again


‐‐‐ Original Message ‐‐‐
Il mercoledì 21 novembre 2018 20:31, Mike Gabriel 
 ha scritto:

> Hi,
>
> On Di 20 Nov 2018 15:06:07 CET, xalloc wrote:
>
> > ‐‐‐ Original Message ‐‐‐
> > Il martedì 20 novembre 2018 11:03, Tristan Miller > 
> > psychon...@nothingisreal.com ha scritto:
> >
> > > Greetings.
> > > On Tue, 20 Nov 2018 09:28:30 +, xalloc
> > > xal...@protonmail.com wrote:
> > >
> > > > Hi, I'm on Debian stretch with libss-4 v.0.8.0 installed from
> > > > stretch-backports due to Remmina requirements. Installed x2goclient
> > > > is v. 4.1.2.1, from you release builds repo. Now Remmina asks me to
> > > > update but that would update libssh4 to v.0.8.1
> > > > (https://packages.debian.org/stretch-backports/libssh-4) that is
> > > > unsupported by x2goclient.
> > > > Would you consider updating it?
> > >
> > > There is a similar problem for RPM-based distributions -- see Bug #1338
> > > at https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1338 for my report
> > > and for my solution. This can probably be adapted to .deb-based
> > > distributions.
>
> > Thanks Miller for the answer.
> > "However, updating the dependency to a modern libssh requires changing
> > not only the RPM spec file but also the x2goclient source code."
> > That is something x2go devs will be forced to do sooner or later, if > 
> > distros don't distribute anymore that libssh version.
>
> The reasons for this issue are two:
>
> 1.
> When mixing X2Go upstream DEBs for Debian stable with packages from 
> stretch-backports, you are on your own. Not recommended.
>
> 2.
> X2Go Client's master branch has the required patch for libssh4 0.8.x (and 
> 0.8.0 was buggy in the first place). But a release of X2Go Client has not 
> happened for the last 4 months. It's overdue.
>
> Your interim solution: use X2Go Client upstream DEBs from the heuler repo 
> hero (nightly builds). Same probably applies for the RPM builds of X2Go 
> Client.
>
> Hope this helps,
> Mike
>
>
> 
>
> DAS-NETZWERKTEAM
> mike gabriel, herweg 7, 24357 fleckeby
> mobile: +49 (1520) 1976 148
> landline: +49 (4354) 8390 139
>
> GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
> mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de


___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev