-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
download/unpacking seems to not work (on linux) #11
Comments
Wrt the last issue, I've straced it:
and that of course cannot work. What is this trying to achieve? If I manually copy (3 files), it starts.
Seems to be similar issue like |
I've just released 1.0.7 version, the first case should work now, the second rests on you. If I have a moment, I'll check cefpython solution |
Thanks. Probably takes a bit for the release to be available: 'Failed to collect dependencies at org.panda-lang:pandomium:jar:1.0.7' (tried mvn clean install -U'). |
Artifact should be available: https://repo.panda-lang.org/org/panda-lang/pandomium/1.0.7/pandomium-1.0.7.jar |
Thanks, still getting:
I'll try again later. Forking is easy, juts need to figure how to change my example to use it without having to create a maven repo. I can probably just copy the jar into the maven cache or some hack like this. |
Similar problem: #10 |
I manually downloaded the 1.0.7 and placed it into .m2/repository/org/panda-lang/pandomium/1.0.7/.
There is now an empty 'native/locales/' dir. Since I've figure how to add debug logging and test it, I'll figure it out and let you know whats going on. Thanks for the help so far. |
FYI:
This breaks building Pandomium for me. |
Good point, also removed that one, still fails, here is the full output https://gist.github.com/ensonic/66268842483854caae03e06fc710eb28 |
Fixed: I had both:
after removing the one with the underbar '_', it build. Maybe consider to unify the names? |
It should not be a problem, but I've just reinstalled all artifacts in repository (~ 2 days ago) and it could help. Anyway, |
I've created this example according to the docs on your README:
https://github.com/ensonic/pandomium-example
When running this on linux I get this output:
When I check the 'native' directory, it is empty:
If I manually download and unpack:
(please note that the download is also much slower than the above), it fails differenttly
Any ideas? Is it okay that the maven version is 1.0.6 while the binary linux64-native.tar.xz is 1.0.4 ?
The text was updated successfully, but these errors were encountered: