Re: qtwebsockets-opensource FTBFS Bug #1013169

2022-07-24 Thread Christian Marillat
On 24 juil. 2022 11:03, John Paul Adrian Glaubitz 
 wrote:

[...]

>> Finally I fixed this issue.
>
> Cool, thanks! Do you have a patch?

The patch has been submited to the BTS and applied. Bug 1013169 has been
fixed in 5.15.4-3 packages.

Christian



Re: qtwebsockets-opensource FTBFS Bug #1013169

2022-07-24 Thread John Paul Adrian Glaubitz

Hi Christian!

On 7/24/22 11:01, Christian Marillat wrote:

On 19 juil. 2022 08:12, Christian Marillat  wrote:


Hi,

I filed bug #1013169 for a test failure in qtwebsockets-opensource 5.15.4-2

I try to find a solution for this isssue, but I'm unable to reproduce
this issue. The build also fail but with another error in tests:

,
| FAIL!  : tst_QWebSocket::tst_errorString() Compared values are not the same
|Actual   (socketError)   : ProxyProtocolError
|Expected (QAbstractSocket::HostNotFoundError): HostNotFoundError
|Loc: [tst_qwebsocket.cpp(630)
`

Someone can have a look at this issue ?


Finally I fixed this issue.


Cool, thanks! Do you have a patch?

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: qtwebsockets-opensource FTBFS Bug #1013169

2022-07-24 Thread Christian Marillat
On 19 juil. 2022 08:12, Christian Marillat  wrote:

> Hi,
>
> I filed bug #1013169 for a test failure in qtwebsockets-opensource 5.15.4-2
>
> I try to find a solution for this isssue, but I'm unable to reproduce
> this issue. The build also fail but with another error in tests:
>
> ,
> | FAIL!  : tst_QWebSocket::tst_errorString() Compared values are not the same
> |Actual   (socketError)   : ProxyProtocolError
> |Expected (QAbstractSocket::HostNotFoundError): HostNotFoundError
> |Loc: [tst_qwebsocket.cpp(630)
> `
>
> Someone can have a look at this issue ?

Finally I fixed this issue.

Christian



qtwebsockets-opensource FTBFS Bug #1013169

2022-07-19 Thread Christian Marillat
Hi,

I filed bug #1013169 for a test failure in qtwebsockets-opensource 5.15.4-2

I try to find a solution for this isssue, but I'm unable to reproduce
this issue. The build also fail but with another error in tests:

,
| FAIL!  : tst_QWebSocket::tst_errorString() Compared values are not the same
|Actual   (socketError)   : ProxyProtocolError
|Expected (QAbstractSocket::HostNotFoundError): HostNotFoundError
|Loc: [tst_qwebsocket.cpp(630)
`

Someone can have a look at this issue ?

Christian