Bug#764893: PATCH for qtwebsockets-opensource-src FTBFS (hppa/ppc/all)

2015-01-25 Thread Helge Deller
Hi Lisandro On 25.01.2015 16:04, Lisandro Damián Nicanor Pérez Meyer wrote: On Sunday 25 January 2015 09:05:15 Helge Deller wrote: [snip] If it's correct, maybe can push it upstream to https://bugreports.qt.io/browse/QTBUG-43804 ?> Upstream Qt uses Gerrit [1][2] for code review, so please subm

Bug#764893: PATCH for qtwebsockets-opensource-src FTBFS (hppa/ppc/all)

2015-01-25 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 24 January 2015 21:43:11 Helge Deller wrote: > I did some more debugging on this bug report. > The problem is, that the code in the testcase is wrong. > One always needs to connect SIGNALs to SLOTS. You can also connect signals to signals. If you connect signal A to signal B, whenever

Bug#764893: PATCH for qtwebsockets-opensource-src FTBFS (hppa/ppc/all)

2015-01-25 Thread Lisandro Damián Nicanor Pérez Meyer
On Sunday 25 January 2015 09:05:15 Helge Deller wrote: [snip] > >> If it's correct, maybe can push it upstream to > >> https://bugreports.qt.io/browse/QTBUG-43804 ?> > > Upstream Qt uses Gerrit [1][2] for code review, so please submit your > > patch that way if you can (you will also need to sign

Bug#764893: PATCH for qtwebsockets-opensource-src FTBFS (hppa/ppc/all)

2015-01-25 Thread Helge Deller
Hi Dmitry, On 25.01.2015 08:49, Dmitry Shachnev wrote: On Sat, 24 Jan 2015 21:43:11 +0100, Helge Deller wrote: Attached patch fixes everything on the hppa architecture. I'm sure that it will fix powerpc and ppc64el architectures too. Thanks a lot for the patch, it does fix powerpc and ppc64e

Bug#764893: PATCH for qtwebsockets-opensource-src FTBFS (hppa/ppc/all)

2015-01-24 Thread Dmitry Shachnev
Hi Helge, On Sat, 24 Jan 2015 21:43:11 +0100, Helge Deller wrote: > Attached patch fixes everything on the hppa architecture. > I'm sure that it will fix powerpc and ppc64el architectures too. Thanks a lot for the patch, it does fix powerpc and ppc64el too. I am uploading it to Debian right now.

Bug#764893: PATCH for qtwebsockets-opensource-src FTBFS (hppa/ppc/all)

2015-01-24 Thread Helge Deller
I did some more debugging on this bug report. The problem is, that the code in the testcase is wrong. One always needs to connect SIGNALs to SLOTS. In the original code for example it was tried to connect the closed signal to a closed slot, although an EchoServer::closed() slot does not exist (bu