-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
VSCode 1.94 Debian package can not be installed on Debian 11 anymore (uses unknown compression for member 'control.tar.zst', giving up) #230418
Comments
Was that by any chance Debian 12 or another release? |
I can reproduce this issue and I'm running Debian 11. |
I am seeing the same thing. Trying to upgrade on a Raspberry Pi running the equivalent of Debian 11 and it fails with the following:
|
Since M$ |
Either that, or reverting the change, as it does not appear to save any noticeable space anyways (of course
|
Sorry for this unintended change, this seems to have been impacted by our CI changes last milestone ab30106 that bumped the version of dpkg-deb, not sure if the default compression changed with newer versions. I will check and prepare a candidate fix. |
Yeah seems to be the case, in the ubuntu version of the deb tools zstd seems to be default compressor for dpkg-deb. Whereas in the upstream repo it is still xz. We can use |
Thanks for hunting this down! In the long term, it might also be interesting to add a "try to install |
Fair point, our team does sanity testing of build bits before releasing but the issue is that we haven't covered a good array of distros to ensure these types of issues are catched. I will work on improving our sanity testing process. |
Issue will be fixed in tomorrow's insider and will also be fixed in stable |
https://unix.stackexchange.com/a/723014/580693 offers a work-around that looks plausible, and pretty simple, though I haven't tried it myself. Or, if you're feeling ambitious, upgrade to current Debian. Personally, I'll just wait for the fix so thoughtfully provided by @deepak1556. |
This problem would only be caught by testing against old versions of Debian. Debian 11 is currently Since I, and apparently others, are still using the old version, I'm all for such testing, but I just wanted to point out it's a little more ambitious than just testing against the current releases. |
Yes Debian 11 is still supported as "oldstable" and will be supported with security patches until August 31st, 2026. Debian 10 was "oldoldstable" and just went off support effective July 1, 2024. |
Since the VS Code system requirements still state Debian 10 is supported, I was not expecting to see any issues with Debian 11 myself 😇 |
I have the same problem, I have Debian 11 installed on my personal computer. dpkg-deb: error: el archivo |
Tried this workaround on my Raspberry Pi running Debian 11 aarch64, VSCode 1.94 was installed without any issues, thanks! |
got the same issue |
I kindly suggest to people tempted to comment in here to start by reading previous comments, in order to avoid comments with no additional value.
|
Same issue. Hope this can be released ASAP |
Same issue for code_1.94.1-1728111316_amd64.deb |
Closing for verification. Steps:
|
I don't have docker on my Raspberry Pi ... besides it does not have enough space or horsepower to install and run it. |
Wouldn't it be better to close an issue after positive verification of the problem at hand being solved where it first appeared, ie in production?
A simpler verification mechanism would be (on GNU/Linux,
Just tested on this URL, got redirected to a I would however have waited that package to land in the public repository before closing the current issue, as it is technically not resolved in production yet… |
What does that mean? |
"Closing for verification" means "closing to signal to team members that the issue is ready to verify and will show up in the next stable release once verified". |
Problem solved with If you wish so, try to address odd processes at M$ 😉 |
I'm also "just a user" of VS Code, while I understand the reasoning of some other users here, I think it's also good to think about the perspective of the developers/maintainers of VS Code. GitHub issues is the issue tracking system that the developers use to track what issues need to be worked on. If this issue with the compression with the .deb (for Debian 11) is fixed in the main branch, it is fixed (from a dev perspective); even if it is not yet available as a general release. Maybe there should be a clearer separation between whether issues are resolved for a user perspective vs a developer perspective, but just being aware of this difference is I think useful. |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Last working package was version 1.93.1.
The text was updated successfully, but these errors were encountered: