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

fix(IDX): libtinfo5-6.4 is no longer available in ubuntu so use 6.3 #2858

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

basvandijk
Copy link
Collaborator

@basvandijk basvandijk commented Nov 27, 2024

This is to fix the following error when entering the dev container:

$ ci/container/container-run.sh
...
STEP 12/77: RUN mkdir libtinfo &&     cd libtinfo &&     wget "http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.4-2ubuntu0.1_amd64.deb" &&     apt -yqq install ./libtinfo5_6.4-2ubuntu0.1_amd64.deb &&     cd .. &&     rm -rf libtinfo
--2024-11-27 13:23:43--  http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.4-2ubuntu0.1_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 2620:2d:4002:1::103, 2620:2d:4002:1::101, 2620:2d:4000:1::102, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|2620:2d:4002:1::103|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-11-27 13:23:44 ERROR 404: Not Found.

Error: error building at STEP "RUN mkdir libtinfo &&     cd libtinfo &&     wget "http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.4-2ubuntu0.1_amd64.deb" &&     apt -yqq install ./libtinfo5_6.4-2ubuntu0.1_amd64.deb &&     cd .. &&     rm -rf libtinfo": error while running runtime: exit status 8

@basvandijk basvandijk force-pushed the basvandijk/fix-dev-container branch from 2ddfc9b to c6d2f79 Compare November 27, 2024 14:39
@basvandijk basvandijk changed the title Basvandijk/fix dev container fix(IDX): libtinfo5-6.4 is no longer available in ubuntu so use 6.3 Nov 27, 2024
@github-actions github-actions bot added the fix label Nov 27, 2024
basvandijk and others added 2 commits November 27, 2024 14:45
…a54acce299430903f59718f904f273

Image tag: f6b02fd6aa4c143cc46fe7d66403d704903a18f5f05cf987d9f33c04cbc732c7
Copy link
Contributor

Run URL: https://github.com/dfinity/ic/actions/runs/12052669458

New container image: sha256:3cc80d1a2d5789b69f6a7f170280bb3763a54acce299430903f59718f904f273
New container tag: f6b02fd6aa4c143cc46fe7d66403d704903a18f5f05cf987d9f33c04cbc732c7

@basvandijk basvandijk marked this pull request as ready for review November 27, 2024 15:00
@basvandijk basvandijk requested review from a team as code owners November 27, 2024 15:00
@basvandijk basvandijk added this pull request to the merge queue Nov 27, 2024
Merged via the queue into master with commit f06dfa4 Nov 27, 2024
31 checks passed
@basvandijk basvandijk deleted the basvandijk/fix-dev-container branch November 27, 2024 15:23
Bownairo added a commit that referenced this pull request Dec 3, 2024
…se 6.3 (#2858)"

This reverts commit f06dfa4 excluding
container tags.
nmattia added a commit that referenced this pull request Dec 5, 2024
Revert changes from #1946 and
#2858 until we can dynamically link to
an older libraries for broader compatibility in distributed binaries.

---------

Co-authored-by: IDX GitHub Automation <idx@dfinity.org>
Co-authored-by: Nicolas Mattia <nicolas.mattia@dfinity.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants