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

An adaptation is required for building Che-Code images after CentOS Stream 8 End Of Life #22998

Open
RomanNikitenko opened this issue Jun 5, 2024 · 4 comments
Assignees
Labels
area/editor/vscode Issues related to the Code OSS editor of Che kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system.

Comments

@RomanNikitenko
Copy link
Member

RomanNikitenko commented Jun 5, 2024

Is your task related to a problem? Please describe

CentOS Stream 8 End Of Life was May 31, 2024: https://lists.centos.org/hyperkitty/list/[email protected]/thread/BIWCCSDWOPCX5DMDEYJVTTEXHNYHSJZ3/

Che-Code podman/docker build was affected - https://rpmfind.net was used to install some dependencies.

  • I provided this PR as a solution - it's tested for the x86_64 platform. The PR was merged to unblock Che-Code development.
  • an adaptation for the ppc64 platform was also provided within that ^ PR, but it requires testing on the ppc64platform
  • some adaptation is still required for the s390x platform

Describe the solution you'd like

  • ppc64 platform - testing is required for podman/docker build
  • s390x platform - an adaptation + testing are required for podman/docker build
@RomanNikitenko RomanNikitenko added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Jun 5, 2024
@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 Jun 5, 2024
@RomanNikitenko RomanNikitenko added area/editor/vscode Issues related to the Code OSS editor of Che severity/P1 Has a major impact to usage or development of the system. labels Jun 5, 2024
@ibuziuk ibuziuk moved this to 📅 Planned for this Sprint in Eclipse Che Team B Backlog Jun 5, 2024
@ibuziuk ibuziuk removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jun 6, 2024
@ibuziuk
Copy link
Member

ibuziuk commented Jun 6, 2024

@dmytro-ndp could you please raise this issue on the next DS IBM/x86 QE weekly sync?

@RomanNikitenko
Copy link
Member Author

About s390x platform:

  • ubi9-based assembly - I believe there is no problem - both libsecret and libsecret-devel packages are still present on the https://rpmfind.net.
  • ubi8-based assembly - libsecret-0.20.4-2.fc34.s390x.rpm and libsecret-devel-0.20.4-2.fc34.s390x.rpm were removed from the https://rpmfind.net.

So, adaptation for the ubi8-based assembly is required. There are still available some versions of the packages, probably libsecret-0.21.1-1.fc39.s390x.rpm could be used, but anyway it should tested on the s390x platform.

@RomanNikitenko
Copy link
Member Author

About ppc64 platform:

@RomanNikitenko RomanNikitenko moved this from 📅 Planned for this Sprint to 🚧 In Progress in Eclipse Che Team B Backlog Aug 5, 2024
@RomanNikitenko RomanNikitenko moved this from 🚧 In Progress to 📅 Planned for this Sprint in Eclipse Che Team B Backlog Aug 15, 2024
@RomanNikitenko
Copy link
Member Author

RomanNikitenko commented Aug 15, 2024

Update:
At the moment the problem is actual only for s390x platform - ubi8-based assembly.

I've added a new reference for the libsecret and libsecret-devel packages within che-incubator/che-code#394. Build passed that step successfully on the s390x platform.

Currently there is a problem related to xkbfile package, see https://github.com/che-incubator/che-code/pull/394/files#r1704321241

====

So, actually, it's unclear what resource should be used to get xkbfile package for the ubi8-based assembly of the s390x platform.

@dkwon17 dkwon17 moved this from 📅 Planned for this Sprint to 📋 Backlog (not in current Sprint) in Eclipse Che Team B Backlog Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/vscode Issues related to the Code OSS editor of Che kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system.
Projects
Status: No status
Status: 📋 Backlog (not in current Sprint)
Development

No branches or pull requests

4 participants