looks like systemd-sysvcompat
isn't required anymore? nvm
finally had a release after over a year.
Search Criteria
Package Details: vscodium 1.99.02289-1
Package Actions
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: | 78 |
Popularity: | 2.00 |
First Submitted: | 2021-04-10 15:12 (UTC) |
Last Updated: | 2025-04-05 10:36 (UTC) |
Dependencies (23)
- alsa-lib
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libxkbfile
- libxss
- libxtst
- nss (nss-hgAUR)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- gulp (gulp-cliAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- libxdmcp (make)
- nvm (nvm-gitAUR) (make)
- patch (patch-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-distutils-extra (make)
- Show 3 more dependencies...
Required by (2)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »
eclairevoyant commented on 2022-10-17 16:09 (UTC)
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 clone
d 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
Pinned Comments