looks like it's failing in get_repo.sh
. was this tested in a clean chroot?
Search Criteria
Package Details: vscodium 1.99.32562-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.48 |
First Submitted: | 2021-04-10 15:12 (UTC) |
Last Updated: | 2025-04-16 18:58 (UTC) |
Dependencies (24)
- 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-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- 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 4 more dependencies...
Required by (2)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
eclairevoyant commented on 2022-10-07 15:18 (UTC)
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
petronny commented on 2022-09-10 07:52 (UTC)
If you are building in a chroot, make sure package systemd-sysvcompat is installed on your system.
To be more clear, install systemd-sysvcompat
in the chroot, which can also be done by adding it to makedepends
.
BTW, the arch4edu repository starts to providing the prebuilt binary of vscodium.
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.
buzo commented on 2022-09-05 09:57 (UTC)
Building in a clean chroot fails for me:
==> Extracting sources...
-> Creating working copy of vscodium git repo...
Cloning into 'vscodium'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
Downloading and installing node v16.14.2...
Binary download failed, trying source.
==> ERROR: A failure occurred in build().
Aborting...
MithicSpirit commented on 2022-08-23 18:59 (UTC)
Can confirm that making the package is working fine for me in a clean chroot (other than the nvm
bug that requires /sbin/init
to exist).
cedricroijakkers commented on 2022-08-23 07:36 (UTC)
The build issues should be fixed now. I've managed to build the package on a few test machines. You might have to clean your AUR helper (yay, paru, ...) in order to make sure the build succeeds.
MithicSpirit commented on 2022-08-22 22:39 (UTC)
Currently fails due to lack of npm
. Please add it to makedepends
.
==> Starting build()...
Release version: 1.70.2.22230
From https://github.com/Microsoft/vscode.git
Got the MS tag: 1.70.2 version: e4503b30fc78200f846c62cf8091b76ff5547662
From https://github.com/Microsoft/vscode
* branch e4503b30fc78200f846c62cf8091b76ff5547662 -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at e4503b3 Fix Debugger Restart Bug (#158184)
version.sh: line 7: npm: command not found
==> ERROR: A failure occurred in build().
(can send rest of logs if desired)
P.S.: please test making packages in a clean chroot or virtual machine before pushing to the AUR. The devtools
package has some utilities to make doing so easier.
jonathon commented on 2022-08-19 09:36 (UTC)
One person's "nit picking" is another's "iterative improvement".
But here's another: in your linked diff you missed the .git
from the end of the source repo urls.
svallinn commented on 2022-08-18 21:38 (UTC) (edited on 2022-08-19 14:10 (UTC) by svallinn)
Here's the "final version" of the patch
I say final because I'm personally not doing any more changes
There's a whole lot of nitpicking in the comments, but don't worry, I tried to appease all of you
(no need to be cautious, it's just a PrivateBin instance -> https://privatebin.info/directory)
NOTE: Don't copy the text, click the "Save Paste" instead; that way trailing whitespace is preserved (there's a new line at the end of the file that is not reflected in the browser)
https://0.0g.gg/?f91e383298836c80#4yBqasNd77rJzPvjsnB4W8Vhep2fk2x5BHBkg4BdibvS
Pinned Comments