Bug#816424: Failed to replace libuv1 in r-cran-httpuv
Andreas Tille
andreas at an3as.eu
Sat Mar 24 08:05:44 UTC 2018
Control: tags -1 help
Hi,
I tried to follow the advise given in bug #816424 and commited an
according change to r-cran-httpuv Git[1]. Unfortunately this ends up
in a series of errors like this:
http.cpp: In member function 'void HttpRequest::_on_request_read(uv_stream_t*, ssize_t, uv_buf_t)':
http.cpp:346:5: error: 'uv_err_t' was not declared in this scope
uv_err_t err = uv_last_error(_pLoop);
^~~~~~~~
http.cpp:346:5: note: suggested alternative: 'uv_errno_t'
uv_err_t err = uv_last_error(_pLoop);
^~~~~~~~
uv_errno_t
http.cpp:347:9: error: 'err' was not declared in this scope
if (err.code == UV_EOF /*|| err.code == UV_ECONNRESET*/) {
^~~
http.cpp:347:9: note: suggested alternative: 'erf'
if (err.code == UV_EOF /*|| err.code == UV_ECONNRESET*/) {
^~~
erf
...
Any idea how to fix this?
BTW, I have no idea why UDD did not mentioned the new upstream version
which was fetched by uscan without any problem.
Kind regards
Andreas.
[1] https://salsa.debian.org/r-pkg-team/r-cran-httpuv
--
http://fam-tille.de
More information about the debian-science-maintainers
mailing list