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

Che-theia build crash when runing foreach_yarn in Dockerfile #20226

Closed
4 tasks done
zWingz opened this issue Jul 30, 2021 · 1 comment
Closed
4 tasks done

Che-theia build crash when runing foreach_yarn in Dockerfile #20226

zWingz opened this issue Jul 30, 2021 · 1 comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/bug Outline of a bug - must adhere to the bug report template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@zWingz
Copy link

zWingz commented Jul 30, 2021

Describe the bug

Throw error when building [email protected] image

image

I think It is related to eclipse-theia/theia@f9c0311

It add keytar as dependency, and the keytar depend on libsecret
che-theia fixed it in eclipse-che/che-theia@6b900cb

But, In [email protected] , It miss libsecret. So it throw error when running foreach_yarn

I think It is because The cli will update theia version with ^ in code, But the theia will be installed as the latest version actually.

So, My theia version is 1.13.0, and It will installed with 1.16.0

image

I think It should lock the theia version or use ~version

image

Che version

  • 7.31.x

Steps to reproduce

./build.sh

Expected behavior

Build correctly

Environment

  • my computer
    • Linux
    • macOS
@zWingz zWingz added the kind/bug Outline of a bug - must adhere to the bug report template. label Jul 30, 2021
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jul 30, 2021
@dmytro-ndp dmytro-ndp added area/editor/theia Issues related to the che-theia IDE of Che team/editors severity/P2 Has a minor but important impact to the usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Jul 30, 2021
@che-bot
Copy link
Contributor

che-bot commented Jan 26, 2022

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 26, 2022
@che-bot che-bot closed this as completed Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/bug Outline of a bug - must adhere to the bug report template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

3 participants