Re: [Spice-devel] [spice-gtk 1/2] Revert "channel-usbredir: Fix crash due to a Task returning earlier than expected"

2016-03-28 Thread Jonathon Jongsma
On Wed, 2016-03-23 at 10:48 +0100, Fabiano FidĂȘncio wrote: > This reverts commit 7774b8c0dd85ce2bb311d8bbe1c25deb73970b6e. > > The crash was fixed, but not properly. GTask shouldn't return > immediately in that scenario. Next patch brings a proper fix for the > issue. > > Signed-off-by: Fabiano F

[Spice-devel] [[PATCH] [spice-common] 2/2] Add check for openssl

2016-03-28 Thread Eduardo Lima (Etrunko)
From: "Eduardo Lima (Etrunko)" It is required to compile ssl-verify.[ch]. Signed-off-by: Eduardo Lima (Etrunko) --- configure.ac | 5 +++-- m4/spice-deps.m4 | 9 + 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bfdf869..1064bd6 100

[Spice-devel] [[PATCH] [spice-common] 1/2] Update glib requirements to 2.38

2016-03-28 Thread Eduardo Lima (Etrunko)
From: "Eduardo Lima (Etrunko)" Recent logging tests make use of g_test_subprocess() and g_test_trap_subprocess() functions, available only in glib newer than 2.38. Signed-off-by: Eduardo Lima (Etrunko) --- configure.ac | 2 +- m4/spice-deps.m4 | 2 +- 2 files changed, 2 insertions(+), 2 de

[Spice-devel] [[PATCH] [spice-common] 0/2] Configure fixes

2016-03-28 Thread Eduardo Lima (Etrunko)
From: "Eduardo Lima (Etrunko)" Eduardo Lima (Etrunko) (2): Update glib requirements to 2.38 Add check for openssl configure.ac | 7 --- m4/spice-deps.m4 | 11 ++- 2 files changed, 14 insertions(+), 4 deletions(-) -- 1.8.3.1 __

Re: [Spice-devel] "undefined reference" errors while running make

2016-03-28 Thread Eduardo Lima (Etrunko)
On 03/28/2016 05:00 PM, Mahmood Naderan wrote: > Hi, > The outcome of './configure --prefix=/opt/spice' shows everything is OK > > config.status: executing libtool commands > configure: > > Spice 0.13.0.232-8b1e-dirty > == > > prefix: /opt/s

Re: [Spice-devel] make says nothing to be done for 'all'

2016-03-28 Thread Eduardo Lima (Etrunko)
Can you paste the contents of config.log file, and also the output from configure? On 03/28/2016 04:58 PM, Mahmood Naderan wrote: > I have to say that, I was able to install the RPM file. However, if > anybody have an idea about that error which prevented me to install > spice-protocol from source

Re: [Spice-devel] RFC: XSpice shift to an 'x11spice' approach

2016-03-28 Thread Fabio Fantoni
Il 28/03/2016 16:19, Jeremy White ha scritto: > Hi folks, > > As you know, I've done a lot of work on XSpice over the past few years. > I plan to take a new approach by following the model of the excellent > 'x11vnc' client. Thanks for your work with spice projects. Even if good x11vnc I think th

[Spice-devel] RFC: XSpice shift to an 'x11spice' approach

2016-03-28 Thread Jeremy White
Hi folks, As you know, I've done a lot of work on XSpice over the past few years. I plan to take a new approach by following the model of the excellent 'x11vnc' client. That is, instead of having our own X server and capturing the output, I plan to instead use an xdummy style server with a frame

Re: [Spice-devel] current git head spice-common fails to build on glib2 < 2.38

2016-03-28 Thread Eduardo Lima (Etrunko)
On 03/27/2016 11:19 AM, Fabiano FidĂȘncio wrote: > Brad, > > On Sat, Mar 26, 2016 at 2:53 PM, Brad Campbell > wrote: >> Checking the git logs, in Oct the required glib version was bumped to 2.22. >> Since that point logging has been added using g_test_* functions which were >> apparently added in