Closed
Bug 931382
Opened 12 years ago
Closed 7 years ago
Sometimes the SockIt compilation fails
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julienw, Unassigned)
References
Details
Compilation error is:
../src/sockit.cc: In static member function ‘static v8::Handle<v8::Value> Sockit::Read(const v8::Arguments&)’:
../src/sockit.cc:269:3: error: ‘Buffer’ is not a member of ‘node’
../src/sockit.cc:269:17: error: ‘heapBuffer’ was not declared in this scope
../src/sockit.cc:269:36: error: ‘node::Buffer’ has not been declared
../src/sockit.cc:271:16: error: ‘node::Buffer’ has not been declared
../src/sockit.cc: In static member function ‘static v8::Handle<v8::Value> Sockit::Write(const v8::Arguments&)’:
../src/sockit.cc:333:29: error: ‘node::Buffer’ has not been declared
../src/sockit.cc:333:57: error: ‘node::Buffer’ has not been declared
make: *** [Release/obj.target/sockit/src/sockit.o] Error 1
make: Leaving directory `/home/travis/build/mozilla-b2g/gaia/node_modules/marionette-client/node_modules/sockit-to-me/build'
See for example https://travis-ci.org/mozilla-b2g/gaia/jobs/13083334#L358
Comment 1•12 years ago
|
||
+aus who wrote the lib
Comment 4•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•