Package Details: vscodium-bin 1.95.3.24321-1

Git Clone URL: https://aur.archlinux.org/vscodium-bin.git (read-only, click to copy)
Package Base: vscodium-bin
Description: Binary releases of VS Code without MS branding/telemetry/licensing.
Upstream URL: https://github.com/VSCodium/vscodium
Licenses: MIT
Conflicts: vscodium
Provides: codium, vscode, vscodium
Submitter: ckatri
Maintainer: sperg512 (Icelk)
Last Packager: Icelk
Votes: 311
Popularity: 7.81
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-11-16 02:00 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC) (edited on 2024-06-04 15:14 (UTC) by sperg512)

@Icelk set up a script that checks for new releases and pushes updates if there are any new ones. I believe it runs every hour so there's no need to flag OOD, unless there's something that needs changed with the PKGBUILD.

Latest Comments

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

Icelk commented on 2024-04-13 19:41 (UTC)

@qwrtln Looks like just the error @Ranguna got. Maybe try reinstalling both packages? Because /usr/lib/debug isn't a file we explicitly write to. That seems to be some debugedit shenanigans.

qwrtln commented on 2024-04-09 21:48 (UTC) (edited on 2024-04-09 21:49 (UTC) by qwrtln)

Hello, while trying to install/upgrade this package to vscodium-bin-1.88.0.24096-1, I get the following error:

error: failed to commit transaction (conflicting files)
vscodium-bin-debug: /usr/lib/debug/.build-id/32/c8758e116376782d0e4f60faa607bd6aff96e1 exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/32/c8758e116376782d0e4f60faa607bd6aff96e1.debug exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/36/7482b7cf3d6ff358f57acd694a1acdd0302596 exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/36/7482b7cf3d6ff358f57acd694a1acdd0302596.debug exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/5c/6db9b54e4ed82973661935a0eca0c1415196ff exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/5c/6db9b54e4ed82973661935a0eca0c1415196ff.debug exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/73/2e24a29d582f7bc4cea91594e5705a473fc762 exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/73/2e24a29d582f7bc4cea91594e5705a473fc762.debug exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/a2/1553c76c8c586d630a0323710633cdb676ae95 exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/a2/1553c76c8c586d630a0323710633cdb676ae95.debug exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/f4/621c3403815feaf0b0e1f04c3cd0a2aa3dddf0 exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/f4/621c3403815feaf0b0e1f04c3cd0a2aa3dddf0.debug exists in filesystem (owned by mullvad-vpn-beta-bin-debug)
Errors occurred, no packages were upgraded.

Indeed I use mullvad-vpn-beta-bin AUR package. According to the article in Archwiki I should file a bug report. What can we do with this?

BryanLiang commented on 2024-03-24 10:41 (UTC)

@Icelk I don't know. It is weird. I tried to build the package via makepkg directly without any AUR helper, but the broken symbolic links still exist.

Icelk commented on 2024-03-23 15:33 (UTC)

@BryanLiang

Yes I am aware, but where do they come from? I don't see their creation in PKGBUILD. This doesn't seem acute since they are benign(?).

BryanLiang commented on 2024-03-21 16:21 (UTC)

@Icelk I go to check the /opt/vscodium-bin after seeing @ZorinArch's comment.

The directory indeed contains multiple broken symbolic links.

Here is the screenshot: https://s2.loli.net/2024/03/22/83WxazUoctL64JD.png

Icelk commented on 2024-03-21 15:55 (UTC)

@ZorinArch

The PKGBUILD doesn't contain commands to link them; at least I'm not seeing it. Please point me in the right direction.

ZorinArch commented on 2024-03-07 09:10 (UTC)

@Icelk, the symlinks inside /opt/vscodium-bin/ do nothing to the app.

Icelk commented on 2024-03-05 09:12 (UTC)

@ZorinArch Why?

ZorinArch commented on 2024-03-05 05:29 (UTC)

Hi @Icelk, please add these lines to clean up symlinks from /opt/vscodium-bin/

package() {
  ....

  # Clean Symlinks
  find "${pkgdir}/opt/${pkgname}/" -type l -delete
}

Icelk commented on 2024-03-04 06:14 (UTC)

@ph14nix no. That seems to be an issue with makepkg: all packages are automatically stripped. Since a month back, the strip command is in the debugedit package. It's the pacman package (which provides makepkg) which should depend on it. We're not explicitly using strip.