Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Compillation fails: no type named 'GCEpilogueCallback' in 'v8::Isolate' #5

Closed
yurivict opened this issue May 7, 2016 · 2 comments
Closed

Comments

@yurivict
Copy link

yurivict commented May 7, 2016

Overall sharelatex build (grunt command) fails in syntax with this error:

> v8-profiler@5.6.0 install /tmp/sharelatex/spelling/node_modules/v8-profiler
> node-pre-gyp install --fallback-to-build

gmake: Entering directory '/tmp/sharelatex/spelling/node_modules/v8-profiler/build'
  CXX(target) Release/obj.target/profiler/src/profiler.o
In file included from ../src/profiler.cc:2:
../node_modules/nan/nan.h:590:20: error: no type named 'GCEpilogueCallback' in 'v8::Isolate'
      v8::Isolate::GCEpilogueCallback callback
      ~~~~~~~~~~~~~^
../node_modules/nan/nan.h:596:20: error: no type named 'GCEpilogueCallback' in 'v8::Isolate'
      v8::Isolate::GCEpilogueCallback callback) {
      ~~~~~~~~~~~~~^
../node_modules/nan/nan.h:601:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'
      v8::Isolate::GCPrologueCallback callback
      ~~~~~~~~~~~~~^
../node_modules/nan/nan.h:607:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'
      v8::Isolate::GCPrologueCallback callback) {
      ~~~~~~~~~~~~~^

I am in the process of creating the FreeBSD port for sharelatex, so suggestion to use docker won't work.

node-6.1.0
npm-3.8.8

@henryoswald
Copy link
Contributor

I can't help much but can tell you some of the modules might break on node 6, most of our stuff is still 0.x

@das7pad
Copy link
Member

das7pad commented Aug 6, 2021

Hi!

Thank you for taking the time to write up this issue.

We are in the process of migrating to a monorepo at https://github.com/overleaf/overleaf and will mark this repository read-only soon.
You can read more about the monorepo migration at overleaf/overleaf#923.

We are going to close this issue now to avoid any confusion about the inability to comment further.

If you believe this issue still needs addressing, please create a new issue at https://github.com/overleaf/overleaf.

Thanks again!

@das7pad das7pad closed this as completed Aug 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants