svalaskevicius/qtjs-generator

Failed to launch qtjs

Opened this issue · 5 comments

qtjs fails to launch on my system. I was able to build and update(using the shell script provided in the readme) it successfuly, but I'm unable to run/test the examples.

I'm using Qt packaged by my distro so path to includes would be /usr/include/qt/

Steps followed : https://paste.kde.org/pxylspshm
Build Error log : https://paste.kde.org/p6xnnqt2x

From a quick look out seems like some deps are missing - libffi? (with dev headers)

Hmm, I'm not sure. libffi is already installed on my system. I'm running Archlinux so I don't think there's a separate dev package which provides the dev headers etc, as is the case with ubuntu for eg.

Oh btw, I decided to start with a fresh clone and I spotted that I was actually encountering an error even before the updation stage.

This is actually visible in https://paste.kde.org/pxylspshm too.

make[2]: Entering directory '/home/harish/devel/build/qtjs-generator/lib/node/deps/v8'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
    --revision 1831
svn: E170013: Unable to connect to a repository at URL 'http://gyp.googlecode.com/svn/trunk'
svn: E160013: '/svn/trunk' path not found
make[2]: *** [Makefile:473: dependencies] Error 1
make[2]: Leaving directory '/home/harish/devel/build/qtjs-generator/lib/node/deps/v8'
make[1]: *** [Makefile:2743: /home/harish/devel/build/qtjs-generator/src/..//lib/node/deps/v8/build/gyp/gyp] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/harish/devel/build/qtjs-generator/build/src/core'
make: *** [Makefile:50: sub-src-core-make_first-ordered] Error 2

Can you take a look ? I something wrong with the URL ? and is it in anyway related(or the cause) for the issue I've reported initially.
fyi, I have installed the libffi relevant packages files and I'm able to locate ffi.h as well

~/devel/build/qtjs-generator/build (master ✔)✹ ᐅ  locate ffi.h
/home/harish/devel/build/qtjs-generator/lib/node/tools/wrk/deps/luajit/doc/ext_ffi.html
/usr/lib/libffi-3.2.1/include/ffi.h
/usr/lib32/libffi-3.2.1/include/ffi.h

Thanks !

From the first message out does look that we'd need to update node / v8 and it doesn't look a simple task :/

My backlog is currently full but I'll check at some point - Also not sure whether it's worth to keep this repo up if that's the case :)

Okay, so the issue wasn't at my end. Thanks.