Package Details: vscodium 1.88.1.24104-1

Git Clone URL: https://aur.archlinux.org/vscodium.git (read-only, click to copy)
Package Base: vscodium
Description: Free/Libre Open Source Software Binaries of VSCode (git build from latest release).
Upstream URL: https://github.com/VSCodium/vscodium.git
Licenses: MIT
Conflicts: codium, vscodium, vscodium-bin, vscodium-git
Provides: codium, vscodium
Submitter: cedricroijakkers
Maintainer: cedricroijakkers (daiyam)
Last Packager: daiyam
Votes: 69
Popularity: 2.84
First Submitted: 2021-04-10 15:12 (UTC)
Last Updated: 2024-04-13 02:13 (UTC)

Pinned Comments

cedricroijakkers commented on 2022-09-05 10:41 (UTC)

NOTE: If you are building in a chroot, make sure package systemd-sysvcompat is installed on your system, as this is required for nvm. This cannot be included in the dependencies, since it will break on non-systemd distributions.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

eclairevoyant commented on 2022-10-17 16:09 (UTC)

looks like systemd-sysvcompat isn't required anymore? nvm finally had a release after over a year.

daiyam commented on 2022-10-12 07:23 (UTC)

It should be fixed in the new release. It's an oversight from me when I've moved to the new build process.

lahwaacz commented on 2022-10-12 05:55 (UTC)

Since the maintainer does not respond here, I've created an issue on github: https://github.com/VSCodium/vscodium/issues/1290

MithicSpirit commented on 2022-10-10 17:29 (UTC)

@eclairevoyant Maybe, although it would be easier to just specify the commit/tag in a fragment.

petronny commented on 2022-10-10 17:26 (UTC) (edited on 2022-10-10 17:27 (UTC) by petronny)

@MithicSpirit You are right. They change the upstream in this commit. https://aur.archlinux.org/cgit/aur.git/commit/?h=vscodium&id=0c03f4bf401d3c50b52cb7e8bd46529be129153c

@eclairevoyant Never mind.

eclairevoyant commented on 2022-10-10 15:58 (UTC) (edited on 2022-10-10 15:59 (UTC) by eclairevoyant)

@petronny Sorry if I wasn't clear, my question was not towards you, it was towards the maintainers if they tested in a clean chroot before uploading this version. I was getting the same error when I tried building.

@MithicSpirit if the issue is with version.sh, imo the maintainers should work with upstream to identify/create a script that works when building from source tarball. I don't think we should patch upstream scripts if possible.

MithicSpirit commented on 2022-10-10 15:11 (UTC)

Getting this same issue on my machine when using a clean chroot. I think that the problem is in version.sh [1] as it attempts to get the current version of the vscodium repo (which doesn't have a .git since we are getting it from github releases). The issue does not occur when not building in a chroot (tested in a clean docker container) since the vscodium folder is inside the folder with the PKGBUILD, which does have a .git since it was git cloned from the AUR (thought the version will likely be incorrect).

[1] https://github.com/VSCodium/vscodium/blob/master/version.sh

petronny commented on 2022-10-10 09:17 (UTC)

@eclairevoyant Yes. arch4edu always builds in clean chroots.

eclairevoyant commented on 2022-10-07 15:18 (UTC)

looks like it's failing in get_repo.sh. was this tested in a clean chroot?

petronny commented on 2022-10-07 09:55 (UTC)

The current PKGBUILD fails to build.

fatal: not a git repository (or any of the parent directories): .git
==> ERROR: A failure occurred in build().

https://github.com/arch4edu/cactus/actions/runs/3201909310/jobs/5234412365