You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use VS Code to open the carbon-lang directory inside the devcontainer, I get the following error during image build:
[2024-06-19T20:19:22.284Z] Errors were encountered while processing:
/tmp/apt-dpkg-install-nzc56z/31-libclang-rt-15-dev_1%3a15.0.7~++20231019083512+8dfdcc7b7bf6-1~exp1~20231019203551.119_amd64.deb
/tmp/apt-dpkg-install-nzc56z/38-libpolly-15-dev_1%3a15.0.7~++20231019083512+8dfdcc7b7bf6-1~exp1~20231019203551.119_amd64.deb
[2024-06-19T20:19:22.407Z] E: Sub-process /usr/bin/dpkg returned an error code (1)
[2024-06-19T20:19:28.922Z] Error: building at STEP "RUN ./llvm.sh 15 all": while running runtime: exit status 100
I can attempt to update the base ubuntu image and clang versions and send a pull request if this is a valid issue.
The text was updated successfully, but these errors were encountered:
I've encountered the same error while building the image in the devcontainer:
[2024-06-19T20:19:22.284Z] Errors were encountered while processing:
/tmp/apt-dpkg-install-nzc56z/31-libclang-rt-15-dev_1%3a15.0.7~++20231019083512+8dfdcc7b7bf6-1~exp1~20231019203551.119_amd64.deb
/tmp/apt-dpkg-install-nzc56z/38-libpolly-15-dev_1%3a15.0.7~++20231019083512+8dfdcc7b7bf6-1~exp1~20231019203551.119_amd64.deb
[2024-06-19T20:19:22.407Z] E: Sub-process /usr/bin/dpkg returned an error code (1)
[2024-06-19T20:19:28.922Z] Error: building at STEP "RUN ./llvm.sh 15 all": while running runtime: exit status 100
To resolve this, I propose updating the base Ubuntu image and Clang versions used in the build. If this is a valid approach, I can make the necessary changes and submit a pull request for review.
Please let me know if this solution is acceptable, and I'll proceed accordingly.
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please comment or remove the inactive label. The long term label can also be added for issues which are expected to take time.
This issue is labeled inactive because the last activity was over 90 days ago.
When use VS Code to open the carbon-lang directory inside the devcontainer, I get the following error during image build:
I can attempt to update the base ubuntu image and clang versions and send a pull request if this is a valid issue.
The text was updated successfully, but these errors were encountered: