TheGoddessInari / hamsket

Free and Open Source messaging and emailing app that combines common web applications into one.
GNU General Public License v3.0
883 stars 55 forks source link

Can't compile Hamsket #331

Open gbarranco opened 2 years ago

gbarranco commented 2 years ago

Hi all, I am not able to compile Hamsket. I am on ubuntu 20.04 with node 16.15.0 and openjdk-17. I installed Sencha too.

Steps to reproduce

  1. git clone https://github.com/TheGoddessInari/hamsket.git

  2. cd hamsket

  3. npm install

  4. npm run repack:linux64

Expected behavior

Not sure but not having an error message

Actual behavior

I'm having this error message when I launch npm repack:linux64 :

> hamsket@0.6.4 repack:linux64 /home/gubar/Téléchargements/hamsket
> npm run clean && npm run compile && npm run distclean:linux && npm run pack:linux64

> hamsket@0.6.4 clean /home/gubar/Téléchargements/hamsket
> shx rm -rf ./build/production

> hamsket@0.6.4 compile /home/gubar/Téléchargements/hamsket
> sencha app build && shx cp package.json package-lock.json build/production/Hamsket/ && npm run buildversion

Sencha Cmd v7.5.1.20
[INF] Using GPL version of Ext JS version 5.1.1.451 from /home/gubar/Téléchargements/hamsket/ext.
[INF] The implications of using GPL version can be found here (http://www.sencha.com/products/extjs/licensing).
[INF] Processing Build Descriptor : default (production environment)

[ERR] /home/gubar/bin/Sencha/Cmd/7.5.1.20/plugin.xml:333: The following error occurred while executing this line:
/home/gubar/Téléchargements/hamsket/.sencha/app/init-impl.xml:19: Unable to create javax script engine for javascript
[ERR] A log is available in the file "/home/gubar/Téléchargements/hamsket/sencha-error-20220531.log"
[ERR] 
[ERR] The application was last modified by an older version of Sencha Cmd (6.7.0.37).
[ERR] Running "sencha app upgrade" may resolve the error described above.
[ERR] 
npm ERR! code ELIFECYCLE
npm ERR! errno 65
npm ERR! hamsket@0.6.4 compile: `sencha app build && shx cp package.json package-lock.json build/production/Hamsket/ && npm run buildversion`
npm ERR! Exit status 65
npm ERR! 
npm ERR! Failed at the hamsket@0.6.4 compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gubar/.npm/_logs/2022-05-31T09_22_04_342Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 65
npm ERR! hamsket@0.6.4 repack:linux64: `npm run clean && npm run compile && npm run distclean:linux && npm run pack:linux64`
npm ERR! Exit status 65
npm ERR! 
npm ERR! Failed at the hamsket@0.6.4 repack:linux64 script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gubar/.npm/_logs/2022-05-31T09_22_04_357Z-debug.log

I put the error log mentioned in the error message here : sencha-error-20220531.log

ENVIRONMENT

Hamsket: v0.6.4

OS: Linux ubuntu 20.04

Arch: x64

BuildVersion:

Does this happen upstream: unknown