Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 659880 Details for
Bug 741500
app-emulation/virtualbox-6.1.14a[vboxwebsrv]: src/VBox/Main/webservice/vboxweb.cpp:947: error: expression cannot be used as a function
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
virtualbox-6.1.14a-recent_gsoap_compat.patch
recent_gsoap_compat.patch (text/plain), 895 bytes, created by
Greg Turner
on 2020-09-12 21:24:45 UTC
(
hide
)
Description:
virtualbox-6.1.14a-recent_gsoap_compat.patch
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2020-09-12 21:24:45 UTC
Size:
895 bytes
patch
obsolete
>Description: fix build failure with new gsoap >Bug-Debian: https://bugs.debian.org/966182 >Forwarded: https://www.virtualbox.org/ticket/19634 >Author: Gianfranco Costamagna <locutusofborg@debian.org> >Index: src/VBox/Main/webservice/vboxweb.cpp >=================================================================== >--- virtualbox-6.1.12-dfsg.orig/src/VBox/Main/webservice/vboxweb.cpp >+++ virtualbox-6.1.12-dfsg/src/VBox/Main/webservice/vboxweb.cpp >@@ -944,7 +944,11 @@ static void doQueuesLoop() > if (rv == 0) > continue; // timeout, not necessary to bother gsoap > // r < 0, errno >+#if GSOAP_VERSION >= 208103 >+ if (soap_socket_errno == SOAP_EINTR) >+#else > if (soap_socket_errno(soap.master) == SOAP_EINTR) >+#endif > rv = 0; // re-check if we should terminate > break; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 741500
:
659370
| 659880 |
661804