Skip to content

6.8.0 fails to compile on Arch #9076

Description

@felixonmars

I am getting the following build error when trying to compile the latest 6.8.0 release:

../src/inspector_agent.cc: In function 'void node::inspector::{anonymous}::SendProtocolJson(node::inspector::InspectorSocket*)':
../src/inspector_agent.cc:179:32: error: invalid conversion from 'const uint8_t* {aka const unsigned char*}' to 'Bytef* {aka unsigned char*}' [-fpermissive]
   strm.next_in = PROTOCOL_JSON + 3;
                  ~~~~~~~~~~~~~~^~~
make[1]: *** [node.target.mk:155: /build/nodejs/src/nodejs/out/Release/obj.target/node/src/inspector_agent.o] Error 1
make[1]: *** Waiting for unfinished jobs....
rm 1a2fb4f4256e2051b86a2e58121a92cd599f424b.intermediate
make[1]: Leaving directory '/build/nodejs/src/nodejs/out'
make: *** [Makefile:67: node] Error 2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to Node.js builds or CI infrastructure.inspectorIssues and PRs related to the V8 inspector protocol.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions