Release 1.35.0 is missing AppImage #1414

Closed
opened 2025-09-10 23:52:47 -05:00 by giteasync · 18 comments
Owner

Originally created by @hexpunk on GitHub.

The latest release, while tagged, is missing binaries.

Originally created by @hexpunk on GitHub. [The latest release](https://github.com/VSCodium/vscodium/releases/tag/1.35.0), while tagged, is missing binaries.
Author
Owner

@stripedpajamas commented on GitHub:

Looks like a transient problem during build. I've restarted the builds.

@stripedpajamas commented on GitHub: Looks like a transient problem during build. I've restarted the builds.
Author
Owner

@tyu1996 commented on GitHub:

The AppImage binary is also missing in v1.35. Is there any issue found during the AppImage building process?

@tyu1996 commented on GitHub: The AppImage binary is also missing in v1.35. Is there any issue found during the AppImage building process?
Author
Owner

@stripedpajamas commented on GitHub:

The Mac install is having a different issue. I'm troubleshooting it -- you can have a look at the build logs here to see: https://travis-ci.com/VSCodium/vscodium/jobs/206168238

@stripedpajamas commented on GitHub: The Mac install is having a different issue. I'm troubleshooting it -- you can have a look at the build logs here to see: https://travis-ci.com/VSCodium/vscodium/jobs/206168238
Author
Owner

@antoniofagardo commented on GitHub:

It seems like the darwin binaries are still missing, is it also part of the pipeline ?

@antoniofagardo commented on GitHub: It seems like the darwin binaries are still missing, is it also part of the pipeline ?
Author
Owner

@stripedpajamas commented on GitHub:

MS has moved from Node 8 to Node 10. Updating our build scripts 3f1e9ec9b4

@stripedpajamas commented on GitHub: MS has moved from Node 8 to Node 10. Updating our build scripts 3f1e9ec9b4d8a7aed577ba835a5014de1d028c49
Author
Owner

@antoniofagardo commented on GitHub:

brew cask upgrade vscodium worked !

Thank you for your help

@antoniofagardo commented on GitHub: brew cask upgrade vscodium worked ! Thank you for your help
Author
Owner

@stripedpajamas commented on GitHub:

Mac build has since succeeded, I will update the cask.

AppImage failed for an unknown reason, I will investigate.

@stripedpajamas commented on GitHub: Mac build has since succeeded, I will update the cask. AppImage failed for an unknown reason, I will investigate.
Author
Owner

@eladcandroid commented on GitHub:

brew cask upgrade vscodium
didn't upgrade to v1.35..

@eladcandroid commented on GitHub: brew cask upgrade vscodium didn't upgrade to v1.35..
Author
Owner

@stripedpajamas commented on GitHub:

Brew cask downloads the Mac binary which does not exist yet. We are working on it.

@stripedpajamas commented on GitHub: Brew cask downloads the Mac binary which does not exist yet. We are working on it.
Author
Owner

@hexpunk commented on GitHub:

It looks like the AppImage version is still missing from the binaries for 1.35.0. This doesn't affect me personally as I needed a deb file for arm64. Should I close this issue or leave it open for the AppImage version?

@hexpunk commented on GitHub: It looks like the AppImage version is still missing from the binaries for 1.35.0. This doesn't affect me personally as I needed a deb file for arm64. Should I close this issue or leave it open for the AppImage version?
Author
Owner

@hexpunk commented on GitHub:

@ntilotta that happened to me as well. This is because the package name changed from vscodium to codium in this release (#176, #187). The solution is to uninstall the old version before installing the new version.

@hexpunk commented on GitHub: @ntilotta that happened to me as well. This is because the package name changed from `vscodium` to `codium` in this release (#176, #187). The solution is to uninstall the old version before installing the new version.
Author
Owner

@stripedpajamas commented on GitHub:

@JayAndCatchFire let's leave this open to track the missing AppImage.

@stripedpajamas commented on GitHub: @JayAndCatchFire let's leave this open to track the missing AppImage.
Author
Owner

@ghost commented on GitHub:

I'm on Kubuntu 19.04, sudo dpkg -i codium_1.35.0-1560135863_amd64.deb

(Reading database ... 223914 files and directories currently installed.)
Preparing to unpack codium_1.35.0-1560135863_amd64.deb ...
Unpacking codium (1.35.0-1560135863) ...
dpkg: error processing archive codium_1.35.0-1560135863_amd64.deb (--install):
trying to overwrite '/usr/share/pixmaps/com.visualstudio.code.oss.png', which is also in package vscodium 1.34.0-1558029460
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
codium_1.35.0-1560135863_amd64.deb

@ghost commented on GitHub: I'm on Kubuntu 19.04, sudo dpkg -i codium_1.35.0-1560135863_amd64.deb (Reading database ... 223914 files and directories currently installed.) Preparing to unpack codium_1.35.0-1560135863_amd64.deb ... Unpacking codium (1.35.0-1560135863) ... dpkg: error processing archive codium_1.35.0-1560135863_amd64.deb (--install): trying to overwrite '/usr/share/pixmaps/com.visualstudio.code.oss.png', which is also in package vscodium 1.34.0-1558029460 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: codium_1.35.0-1560135863_amd64.deb
Author
Owner

@stripedpajamas commented on GitHub:

It is related to the name change, but I'm not sure which places should be changed to codium.

@probonopd can you help?

@stripedpajamas commented on GitHub: It is related to the name change, but I'm not sure which places should be changed to `codium`. @probonopd can you help?
Author
Owner

@tyu1996 commented on GitHub:

Is it related to recent changing name from vscodium to codium? What if rename all the 'vscodium' to 'codium' in VSCodium-AppImage-Recipe.yml?

@tyu1996 commented on GitHub: Is it related to recent changing name from vscodium to codium? What if rename all the 'vscodium' to 'codium' in VSCodium-AppImage-Recipe.yml?
Author
Owner

@tyu1996 commented on GitHub:

As Job #599.1 in Travis build log, line 4526 showed the following error message:

sed: can't read usr/share/applications/vscodium.desktop: No such file or directory

It apparently is related to name changes that the recipe can't proceed to created AppImage.

I did an edit on the recipe file and pull a request. If it works on Travis build, this issue can be marked as solved and closed.

@tyu1996 commented on GitHub: As Job #599.1 in Travis build log, line 4526 showed the following error message: > sed: can't read usr/share/applications/vscodium.desktop: No such file or directory It apparently is related to name changes that the recipe can't proceed to created AppImage. I did an edit on the recipe file and pull a request. If it works on Travis build, this issue can be marked as solved and closed.
Author
Owner

@probonopd commented on GitHub:

This line needs to be changed for sure:

81ef7c6d8f/VSCodium-AppImage-Recipe.yml (L20)

I don't know about these lines, they need to be changed in case the filenames have changed from vscodium to codium:

81ef7c6d8f/VSCodium-AppImage-Recipe.yml (L23-L35)

@probonopd commented on GitHub: This line needs to be changed for sure: https://github.com/VSCodium/vscodium/blob/81ef7c6d8f1e835f8fd3e97447c611555d07b590/VSCodium-AppImage-Recipe.yml#L20 I don't know about these lines, they need to be changed in case the filenames have changed from `vscodium` to `codium`: https://github.com/VSCodium/vscodium/blob/81ef7c6d8f1e835f8fd3e97447c611555d07b590/VSCodium-AppImage-Recipe.yml#L23-L35
Author
Owner

@stripedpajamas commented on GitHub:

Fixed by @tyu1996 in #203 -- AppImage should return on next release.

@stripedpajamas commented on GitHub: Fixed by @tyu1996 in #203 -- AppImage should return on next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#1414