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

Is possible compile in ubuntu? #110

Closed
dacorsa opened this issue Dec 29, 2021 · 3 comments
Closed

Is possible compile in ubuntu? #110

dacorsa opened this issue Dec 29, 2021 · 3 comments

Comments

@dacorsa
Copy link

dacorsa commented Dec 29, 2021

npm run build

[email protected] build
grunt build

Running "write-config:dist" (write-config) task

Running "eslint:src" (eslint) task

Running "jasmine:src" (jasmine) task
Testing jasmine specs via phantom

Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Load timeout for modules: text!language/languages.json_unnormalized2,i18n!nls/strings_unnormalized3,i18n!nls/urls_unnormalized4,i18n!nls/strings-app_unnormalized5,text!config.json_unnormalized6
http://requirejs.org/docs/errors.html#timeout at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:16 w
.grunt/grunt-contrib-jasmine/require.js:16

Warning: PhantomJS timed out, possibly due to an unfinished async spec. Use --force to continue.

Aborted due to warnings.
npm ERR! code 90
npm ERR! path /app/brackets
npm ERR! command failed
npm ERR! command sh -c grunt build

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-12-29T11_13_58_765Z-debug.log

grunt build
Running "write-config:dist" (write-config) task

Running "eslint:src" (eslint) task

Running "jasmine:src" (jasmine) task
Testing jasmine specs via phantom

Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Load timeout for modules: text!language/languages.json_unnormalized2,i18n!nls/strings_unnormalized3,i18n!nls/urls_unnormalized4,i18n!nls/strings-app_unnormalized5,text!config.json_unnormalized6
http://requirejs.org/docs/errors.html#timeout at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:16 w
.grunt/grunt-contrib-jasmine/require.js:16

Warning: PhantomJS timed out, possibly due to an unfinished async spec. Use --force to continue.

grunt build --force
Running "write-config:dist" (write-config) task

Running "eslint:src" (eslint) task

Running "jasmine:src" (jasmine) task
Testing jasmine specs via phantom

Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Script error
http://requirejs.org/docs/errors.html#scripterror at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:31
Error: Load timeout for modules: text!language/languages.json_unnormalized2,i18n!nls/strings_unnormalized3,i18n!nls/urls_unnormalized4,i18n!nls/strings-app_unnormalized5,text!config.json_unnormalized6
http://requirejs.org/docs/errors.html#timeout at
.grunt/grunt-contrib-jasmine/require.js:31
.grunt/grunt-contrib-jasmine/require.js:14 z
.grunt/grunt-contrib-jasmine/require.js:16 w
.grunt/grunt-contrib-jasmine/require.js:16

Warning: PhantomJS timed out, possibly due to an unfinished async spec. Used --force, continuing.

@abose
Copy link
Member

abose commented Dec 30, 2021

Thanks for raising the issue. We are with the Linux community on this and are working on top priority for a Linux port.
Adobe had ditched support for Linux in its final build of brackets and I'm afraid it is due to a CEF platform limitation with the older CEF builds that Adobe used for brackets.
The Brackets community is now working on a larger platform migration to move away from CEF-based brackets-shell for Linux support. We expect to complete it by March 2022 and will have Linux builds for most Linux flavors soon after.
More details can be found here: #26

@abose
Copy link
Member

abose commented Dec 30, 2021

Closing as we do not plan to support brackets shell builds in the future after electron port

follow #26 for electron migration status

@abose
Copy link
Member

abose commented Dec 31, 2021

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