Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to launch qtjs #24

Open
tinvaan opened this issue Jul 25, 2016 · 5 comments
Open

Failed to launch qtjs #24

tinvaan opened this issue Jul 25, 2016 · 5 comments

Comments

@tinvaan
Copy link

tinvaan commented Jul 25, 2016

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

@svalaskevicius
Copy link
Owner

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

@tinvaan
Copy link
Author

tinvaan commented Jul 26, 2016

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.

@tinvaan
Copy link
Author

tinvaan commented Jul 26, 2016

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 !

@svalaskevicius
Copy link
Owner

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 :)

@tinvaan
Copy link
Author

tinvaan commented Jul 27, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants