Package Details: vscodium 1.95.3.24321-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: 73
Popularity: 1.59
First Submitted: 2021-04-10 15:12 (UTC)
Last Updated: 2024-11-16 02:00 (UTC)

Pinned Comments

Latest Comments

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

P0rc0R0550 commented on 2022-07-23 12:04 (UTC) (edited on 2022-08-09 18:50 (UTC) by P0rc0R0550)

I use the fix proposed here, here the code I used. Now it complete the process, but takes always long time, how you can see here

PS: I think my notebook isn't real bad, how you can see here, and I think if the script can be rewrite to run in parallels, so we can do it more efficiently

PS2: Today I update the package, but the issue still exist (it takes 47minutes and 26 second to complete):

while ps -o pid,comm,cmd,start,etime -p "98520"; do sleep 1; done
|   PID   | COMMAND |             CMD             |  STARTED  | ELAPSED |
|  98520  |   sed   | sed -i -E s/[^/]+\.data\.mi |  19:41:35 |  47:26  |

cedricroijakkers commented on 2022-07-21 06:24 (UTC)

I had noticed the slow build too since the last version. This is something upstream, which I have reported in the following bug: https://github.com/VSCodium/vscodium/issues/1165

MithicSpirit commented on 2022-07-21 03:22 (UTC)

undo_telemtry.sh works fine, it just takes a while to run since it needs to grep through all of the files and then sed through all of the matching ones (see the source). Didn't time mine but I know it took a long; if you want to make sure it is still working you can check a system resource monitoring tool like htop, as grep or sed should be hovering around 100% CPU usage.

That said, it is probably possible to have it run multiple sed processes simultaneously (one for each file), which would probably speed this process up greatly, though this would require rewriting the script. It would also be important to parse $MAKEFLAGS to limit the number of simultaneous processes.

P0rc0R0550 commented on 2022-07-20 21:47 (UTC)

Remain hours with last display ../undo_telemetry.sh, without return a code error. Follow paste. Please fix it.

Ashark commented on 2022-07-05 23:24 (UTC)

Can you please add vscode to provides array? See https://wiki.archlinux.org/title/Talk:Visual_Studio_Code#Provides_array_for_flavor_packages

cedricroijakkers commented on 2022-06-14 10:07 (UTC)

@willgame: Looks like you cannot DNS lookup the URL registry.yarnpkg.com. This is where packages are downloaded which are needed for the build. Not much we can do about this, except wait for the URL to come back up.

willgame commented on 2022-06-14 09:19 (UTC) (edited on 2022-06-14 09:20 (UTC) by willgame)

I got an error. What is wrong?

https://sebsauvage.net/paste/?15b75dc540228f7a#/Km5tRt4UH2i8XedipJ17CHi9nEKD7DRyeIajWppKro=

6543 commented on 2022-05-17 13:22 (UTC) (edited on 2022-05-17 13:24 (UTC) by 6543)

@cedricroijakkers never mind created systemd-sysvcompat-noop that does exactly nothing :)

-> https://aur.archlinux.org/packages/systemd-sysvcompat-noop

cedricroijakkers commented on 2022-05-17 13:21 (UTC)

@KerfuffleV2 @6543: Well, this is going to be a problem. I cannot add the openrc package, because this will break for people using systemd. And the other way around. And then there are people using runit or some other init. For now, I can only remove the make dependency, since there is no optional version of that. When building in a chroot, you'll have to either install the package manually or add the init executable in some way.