Code Oss is no longer opening... Failed to run "code-oss.desktop"

My Code OSS is no longer opening despite having the icon on my desktop. I have unisntalled it a few times and it mostly didn`t do anything. Finally I got this error…

Failed to run “code-oss.desktop”
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dexec_derror_2dquark.Code8: Failed to execute child process"user/bin/code-oss" (No such file or directory)

Any idea what is going on here and how I could troubleshoot the issue?

I was going to post inxi but it said cant post links

Shouldn’t that be /usr/bin/code-oss instead?


Do you have the issue however you launch OSS (terminal, launcher menu, desktop)? Or only from your desktop launcher?

Correct it is supposed to be usr. I had to type it out because I wan’t able to copy paste the error window.

The desktop app gives me the above error. When I search up “code” in th launcher search bar nothing comes up. I tried running it from the terminal but I don’t know the command and couldn’t find it online I tried typing “code”, “launch code” & “run code” into the terminal but none of those worked.

It seems that, by default, the command returns before actually opening in a separate thread.
In order to accurately print logs, you need to use

code --verbose

1 Like

Thanks,

When type
pacman -Qi code
I get

error: package 'code' was not found
code --verbose

returns

error: package 'code' was not found

However

pacman -Qi code --verbose

Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : code
error: package 'code' was not found

Does this mean it is not installed?
As I said before I have tried uninstalling and reinstalling a couple times before

I’d suggest deleting that shortcut for a start.

VSCodium clone Microsoft’s “Code - OSS” repo and add some community-based customisations to create the final product. (unlike VSCode which adds some Microsoft customizations to create the final product with a different licence).

Now open a terminal:

If you do pamac search vscodium you will see listed 'vscodiumandvscodium-bin`. If you don’t want to bother with the build, then I suggest -bin will work quickly.

So now do pamac install vscodium-bin or pamac install vscodium-bin

Pamac will advise you that these are available in AUR, so you can’t find them with pacman. Searching what’s available as well as what’s installed is simpler with Pamac, and I also like ‘yay’ and ‘paru’.

Try it - install paru, then do ‘paru code’ and see the list that comes up.
alias purge='paru -Rnsuv to uninstall.
Or just punch a number to install.

Done.

Yes, pretty much…

Tried installing

pamac install vscoduim-bin

But it got aborted midway through and it gave me this error. Let me know if you need me to copy more…

4:58  0:15:44  196k
curl: (23) Failure writing output to destination
==> ERROR: Failure while downloading https://github.com/VSCodium/vscodium/releases/download/1.68.1/VSCodium-linux-x64-1.68.1.tar.gz
    Aborting...
Error: Failed to build vscodium-bin

I will try to install vscoduium(without -bin) but that will take longer. I`ll let you know how it goes when I’m done

I just tested - it’s fine. Copy and paste to avoid spelling mistakes… there is no vscoduim-bin

paru vscodium
Summary
    Binary releases of VS Code without MS branding/telemetry/licensing.
 1 aur/vscodium 1.68.1-1 [+39 ~3.85]
    Free/Libre Open Source Software Binaries of VSCode (git build from latest release).
:: Packages to install (eg: 1 2 3, 1-3):
:: 2
[sudo] password for ben: 
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1) vscodium-bin-1.68.1-1

:: Proceed with installation? [Y/n]: 

:: Downloading PKGBUILDs...
 (1/1) vscodium-bin-1.68.1-1                         [------------------------------------------------------------]
fetching devel info...
==> Making package: vscodium-bin 1.68.1-1 (Thu 23 Jun 2022 20:41:55 +07)
==> Retrieving sources...
  -> Found vscodium-bin.desktop
  -> Found vscodium-bin-uri-handler.desktop
  -> Downloading VSCodium-linux-x64-1.68.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  111M  100  111M    0     0  7957k      0  0:00:14  0:00:14 --:--:-- 8736k
==> Validating source files with sha256sums...
    vscodium-bin.desktop ... Passed
    vscodium-bin-uri-handler.desktop ... Passed
==> Validating source_x86_64 files with sha256sums...
    VSCodium-linux-x64-1.68.1.tar.gz ... Passed
==> Making package: vscodium-bin 1.68.1-1 (Thu 23 Jun 2022 20:42:10 +07)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found vscodium-bin.desktop
  -> Found vscodium-bin-uri-handler.desktop
  -> Found VSCodium-linux-x64-1.68.1.tar.gz
==> Validating source files with sha256sums...
    vscodium-bin.desktop ... Passed
    vscodium-bin-uri-handler.desktop ... Passed
==> Validating source_x86_64 files with sha256sums...
    VSCodium-linux-x64-1.68.1.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting VSCodium-linux-x64-1.68.1.tar.gz with bsdtar
==> Sources are ready.
vscodium-bin-1.68.1-1: parsing pkg list...
==> Making package: vscodium-bin 1.68.1-1 (Thu 23 Jun 2022 20:42:12 +07)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "vscodium-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: vscodium-bin 1.68.1-1 (Thu 23 Jun 2022 20:42:19 +07)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) vscodium-bin-1.68.1-1

Total Installed Size:  275.20 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                        [---------------------------------------] 100%
(1/1) checking package integrity                                      [---------------------------------------] 100%
(1/1) loading package files                                           [---------------------------------------] 100%
(1/1) checking for file conflicts                                     [---------------------------------------] 100%
(1/1) checking available disk space                                   [---------------------------------------] 100%
:: Processing package changes...
(1/1) installing vscodium-bin                                         [---------------------------------------] 100%
Optional dependencies for vscodium-bin
    gvfs: For move to trash functionality [installed]
    libdbusmenu-glib: For KDE global menu [installed]
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Refreshing PackageKit...
(3/3) Updating the desktop file MIME type cache...
pamac install vscodium-bin
Summary
❯ pamac install vscodium-bin
Warning: vscodium-bin is only available from AUR
Preparing...
Checking vscodium-bin dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  vscodium-bin  1.68.1-1    AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y

Cloning vscodium-bin build files...
Generating vscodium-bin information...

Building vscodium-bin...
==> Making package: vscodium-bin 1.68.1-1 (Thu 23 Jun 2022 20:45:23 +07)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found vscodium-bin.desktop
  -> Found vscodium-bin-uri-handler.desktop
  -> Downloading VSCodium-linux-x64-1.68.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  111M  100  111M    0     0  11.0M      0  0:00:10  0:00:10 --:--:-- 12.6M
==> Validating source files with sha256sums...
    vscodium-bin.desktop ... Passed
    vscodium-bin-uri-handler.desktop ... Passed
==> Validating source_x86_64 files with sha256sums...
    VSCodium-linux-x64-1.68.1.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting VSCodium-linux-x64-1.68.1.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "vscodium-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: vscodium-bin 1.68.1-1 (Thu 23 Jun 2022 20:45:42 +07)
==> Cleaning up...

Checking keyring...                                                                                            [1/1]
Checking integrity...                                                                                          [1/1]
Loading package files...                                                                                       [1/1]
Checking file conflicts...                                                                                     [1/1]
Checking available disc space...                                                                               [1/1]
Installing vscodium-bin (1.68.1-1)...                                                                          [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate...                                                                                 [1/3]
Refreshing PackageKit...                                                                                       [2/3]
Updating the desktop file MIME type cache...                                                                   [3/3]
Transaction successfully finished.

I’m curious why it had an issue writing the output to the destination - is there some disk fault here? limited space?

If vscodium-bin won’t install, I doubt if building will help any.

There

There was limited space because I have a dual boot with windows at the moment. I cleared out my trash and tried t install paru and this is what I got

Warning: paru is only available from AUR
Preparing...
Checking paru dependencies...
Choose a provider for cargo:
1:  rust    1:1.61.0-1  extra
2:  rustup  1.24.3-2    community

Enter a number (default=1): 1

Resolving dependencies...
Checking inter-conflicts...

To install (1):
  rust  1:1.61.0-1  (Required By: paru)  extra  
To build (1):
  paru  1.10.0-1                         AUR

Total installed size: 547.3 MB

Edit build files : [e] 
Apply transaction ? [e/y/N] y

Checking keyring...                                   [1/1]
Checking integrity...                                 [1/1]
Loading packages files...                             [1/1]
Checking file conflicts...                            [1/1]
Checking available disk space...                      [1/1]
Installing rust (1:1.61.0-1)...                       [1/1]
Cloning paru build files...
Generating paru information...

Building paru...
==> Making package: paru 1.10.0-1 (Thu 23 Jun 2022 04:05:45 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading paru-1.10.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:-  0     0    0     0    0     0      0      0 --:--:-- --:-  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 45089    0 45089    0     0  36997      0 --:--:--  0:0100  242k    0  242k    0     0   109k      0 --:--:--  0:0100  341k    0  341k    0     0   105k      0 --:--:--  0:0100  398k    0  398k    0     0  96688      0 --:--:--  0:0100  443k    0  443k    0     0  85906      0 --:--:--  0:0100  501k    0  501k    0     0  81920      0 --:--:--  0:0100  553k    0  553k    0     0  77372      0 --:--:--  0:0100  613k    0  613k    0     0  74061      0 --:--:--  0:0100  647k    0  647k    0     0  72107      0 --:--:--  0:0100  699k    0  699k    0     0  69974      0 --:--:--  0:0100  743k    0  743k    0     0  67732      0 --:--:--  0:0100  772k    0  772k    0     0  61920      0 --:--:--  0:0100  783k    0  783k    0     0  60446      0 --:--:--  0:0100  815k    0  815k    0     0  58631      0 --:--:--  0:0100  831k    0  831k    0     0  55974      0 --:--:--  0:0100  891k    0  891k    0     0  56040      0 --:--:--  0:0100  938k    0  938k    0     0  55508      0 --:--:--  0:0100  958k    0  958k    0     0  53623      0 --:--:--  0:0100  982k    0  982k    0     0  52215      0 --:--:--  0:0100  996k    0  996k    0     0  50328      0 --:--:--  0:0100 1029k    0 1029k    0     0  49288      0 --:--:--  0:0100 1072k    0 1072k    0     0  49323      0 --:--:--  0:0100 1115k    0 1115k    0     0  49175      0 --:--:--  0:0100 1147k    0 1147k    0     0  48490      0 --:--:--  0:0100 1241k    0 1241k    0     0  50146      0 --:--:--  0:0100 1283k    0 1283k    0     0  50135      0 --:--:--  0:0100 1329k    0 1329k    0     0  49934      0 --:--:--  0:0100 1371k    0 1371k    0     0  49646      0 --:--:--  0:0100 1417k    0 1417k    0     0  49700      0 --:--:--  0:0100 1462k    0 1462k    0     0  49450      0 --:--:--  0:0100 1493k    0 1493k    0     0  49017      0 --:--:--  0:0100 1537k    0 1537k    0     0  48819      0 --:--:--  0:0100 1573k    0 1573k    0     0  48527      0 --:--:--  0:0100 1606k    0 1606k    0     0  48091      0 --:--:--  0:0100 1661k    0 1661k    0     0  48311      0 --:--:--  0:0100 1701k    0 1701k    0     0  48025      0 --:--:--  0:0100 1722k    0 1722k    0     0  47173      0 --:--:--  0:0100 1748k    0 1748k    0     0  46747      0 --:--:--  0:0100 1798k    0 1798k    0     0  46859      0 --:--:--  0:0100 1821k    0 1821k    0     0  46335      0 --:--:--  0:0100 1861k    0 1861k    0     0  46199      0 --:--:--  0:0100 1895k    0 1895k    0     0  45989      0 --:--:--  0:0100 1941k    0 1941k    0     0  46014      0 --:--:--  0:0100 1974k    0 1974k    0     0  45634      0 --:--:--  0:0100 2026k    0 2026k    0     0  45908      0 --:--:--  0:0100 2083k    0 2083k    0     0  46168      0 --:--:--  0:0100 2121k    0 2121k    0     0  45958      0 --:--:--  0:0100 2192k    0 2192k    0     0  46548      0 --:--:--  0:0100 2250k    0 2250k    0     0  46779      0 --:--:--  0:0100 2294k    0 2294k    0     0  46620      0 --:--:--  0:0100 2334k    0 2334k    0     0  46529      0 --:--:--  0:0100 2372k    0 2372k    0     0  46482      0 --:--:--  0:0100 2400k    0 2400k    0     0  46115      0 --:--:--  0:0100 2435k    0 2435k    0     0  45985      0 --:--:--  0:0100 2502k    0 2502k    0     0  46399      0 --:--:--  0:0100 2600k    0 2600k    0     0  47383      0 --:--:--  0:0100 2649k    0 2649k    0     0  47219      0 --:--:--  0:0100 2669k    0 2669k    0     0  46903      0 --:--:--  0:0100 2711k    0 2711k    0     0  46897      0 --:--:--  0:0100 2757k    0 2757k    0     0  46865      0 --:--:--  0:0100 2833k    0 2833k    0     0  47369      0 --:--:--  0:0100 2901k    0 2901k    0     0  47724      0 --:--:--  0:0100 2951k    0 2951k    0     0  47766      0 --:--:--  0:0100 2967k    0 2967k    0     0  47313      0 --:--:--  0:0100 3017k    0 3017k    0     0  47369      0 --:--:--  0:0100 3042k    0 3042k    0     0  47033      0 --:--:--  0:0100 3075k    0 3075k    0     0  46795      0 --:--:--  0:0100 3101k    0 3101k    0     0  46547      0 --:--:--  0:0100 3152k    0 3152k    0     0  46548      0 --:--:--  0:0100 3197k    0 3197k    0     0  46597      0 --:--:--  0:0100 3244k    0 3244k    0     0  46650      0 --:--:--  0:0100 3290k    0 3290k    0     0  46667      0 --:--:--  0:0100 3333k    0 3333k    0     0  46598      0 --:--:--  0:0100 3361k    0 3361k    0     0  46331      0 --:--:--  0:0100 3399k    0 3399k    0     0  46257      0 --:--:--  0:0100 3442k    0 3442k    0     0  46258      0 --:--:--  0:0100 3507k    0 3507k    0     0  46492      0 --:--:--  0:0100 3535k    0 3535k    0     0  46251      0 --:--:--  0:0100 3570k    0 3570k    0     0  46117      0 --:--:--  0:0100 3605k    0 3605k    0     0  46015      0 --:--:--  0:0100 3654k    0 3654k    0     0  46065      0 --:--:--  0:0100 3735k    0 3735k    0     0  46518      0 --:--:--  0:0100 3759k    0 3759k    0     0  46227      0 --:--:--  0:0100 3828k    0 3828k    0     0  46518      0 --:--:--  0:0100 3864k    0 3864k    0     0  46408      0 --:--:--  0:0100 3903k    0 3903k    0     0  46332      0 --:--:--  0:0100 3968k    0 3968k    0     0  46569      0 --:--:--  0:0100 4008k    0 4008k    0     0  46519      0 --:--:--  0:0100 4048k    0 4048k    0     0  46453      0 --:--:--  0:0100 4098k    0 4098k    0     0  46486      0 --:--:--  0:0100 4134k    0 4134k    0     0  46370      0 --:--:--  0:0100 4179k    0 4179k    0     0  46417      0 --:--:--  0:0100 4235k    0 4235k    0     0  46529      0 --:--:--  0:0100 4279k    0 4279k    0     0  46478      0 --:--:--  0:0100 4308k    0 4308k    0     0  46337      0 --:--:--  0:0100 4332k    0 4332k    0     0  46063      0 --:--:--  0:0100 4375k    0 4375k    0     0  46085      0 --:--:--  0:0100 4413k    0 4413k    0     0  45990      0 --:--:--  0:0100 4451k    0 4451k    0     0  45937      0 --:--:--  0:0100 4469k    0 4469k    0     0  45464      0 --:--:--  0:0100 4479k    0 4479k    0     0  45281      0 --:--:--  0:0100 4513k    0 4513k    0     0  45224      0 --:--:--  0:0100 4569k    0 4569k    0     0  45328      0 --:--:--  0:0100 4628k    0 4628k    0     0  45465      0 --:--:--  0:0100 4673k    0 4673k    0     0  45470      0 --:--:--  0:0100 4738k    0 4738k    0     0  45680      0 --:--:--  0:0100 4801k    0 4801k    0     0  45850      0 --:--:--  0:0100 4838k    0 4838k    0     0  45738      0 --:--:--  0:0100 4865k    0 4865k    0     0  45616      0 --:--:--  0:0100 4918k    0 4918k    0     0  45658      0 --:--:--  0:0100 4942k    0 4942k    0     0  45486      0 --:--:--  0:0100 4971k    0 4971k    0     0  45372      0 --:--:--  0:0100 5015k    0 5015k    0     0  45359      0 --:--:--  0:0100 5085k    0 5085k    0     0  45592      0 --:--:--  0:0100 5121k    0 5121k    0     0  45522      0 --:--:--  0:0100 5141k    0 5141k    0     0  45276      0 --:--:--  0:0100 5181k    0 5181k    0     0  45241      0 --:--:--  0:0100 5206k    0 5206k    0     0  45103      0 --:--:--  0:0100 5267k    0 5267k    0     0  45239      0 --:--:--  0:0100 5323k    0 5323k    0     0  45339      0 --:--:--  0:0100 5366k    0 5366k    0     0  45021      0 --:--:--  0:0100 5367k    0 5367k    0     0  44888      0 --:--:--  0:0100 5402k    0 5402k    0     0  44890      0 --:--:--  0:0100 5456k    0 5456k    0     0  44984      0 --:--:--  0:0100 5503k    0 5503k    0     0  45013      0 --:--:--  0:0100 5575k    0 5575k    0     0  45174      0 --:--:--  0:0100 5608k    0 5608k    0     0  45127      0 --:--:--  0:0100 5666k    0 5666k    0     0  45152      0 --:--:--  0:0100 5701k    0 5701k    0     0  45159      0 --:--:--  0:0100 5728k    0 5728k    0     0  45027      0 --:--:--  0:0100 5760k    0 5760k    0     0  44936      0 --:--:--  0:0100 5788k    0 5788k    0     0  44797      0 --:--:--  0:0100 5801k    0 5801k    0     0  44542      0 --:--:--  0:0100 5821k    0 5821k    0     0  44387      0 --:--:--  0:0100 5845k    0 5845k    0     0  44266      0 --:--:--  0:0100 5875k    0 5875k    0     0  44172      0 --:--:--  0:0100 5901k    0 5901k    0     0  44028      0 --:--:--  0:0100 5917k    0 5917k    0     0  43815      0 --:--:--  0:0100 5944k    0 5944k    0     0  43725      0 --:--:--  0:0100 5991k    0 5991k    0     0  43742      0 --:--:--  0:0100 6011k    0 6011k    0     0  43578      0 --:--:--  0:0100 6047k    0 6047k    0     0  43538      0 --:--:--  0:0100 6106k    0 6106k    0     0  43654      0 --:--:--  0:0100 6126k    0 6126k    0     0  43503      0 --:--:--  0:0100 6165k    0 6165k    0     0  43469      0 --:--:--  0:0100 6192k    0 6192k    0     0  43365      0 --:--:--  0:0100 6257k    0 6257k    0     0  43519      0 --:--:--  0:0100 6333k    0 6333k    0     0  43762      0 --:--:--  0:0100 6416k    0 6416k    0     0  43986      0 --:--:--  0:0100 6465k    0 6465k    0     0  44052      0 --:--:--  0:0100 6535k    0 6535k    0     0  44258      0 --:--:--  0:0100 6629k    0 6629k    0     0  44598      0 --:--:--  0:0100 6707k    0 6707k    0     0  44820      0 --:--:--  0:0100 6727k    0 6727k    0     0  44645      0 --:--:--  0:0100 6747k    0 6747k    0     0  44518      0 --:--:--  0:0100 6775k    0 6775k    0     0  44344      0 --:--:--  0:0100 6799k    0 6799k    0     0  44270      0 --:--:--  0:0100 6835k    0 6835k    0     0  44223      0 --:--:--  0:0100 6906k    0 6906k    0     0  44409      0 --:--:--  0:0100 6943k    0 6943k    0     0  44314      0 --:--:--  0:0100 6976k    0 6976k    0     0  44316      0 --:--:--  0:0100 7024k    0 7024k    0     0  44326      0 --:--:--  0:0100 7072k    0 7072k    0     0  44379      0 --:--:--  0:0100 7116k    0 7116k    0     0  44357      0 --:--:--  0:0100 7190k    0 7190k    0     0  44546      0 --:--:--  0:0100 7236k    0 7236k    0     0  44570      0 --:--:--  0:0100 7286k    0 7286k    0     0  44582      0 --:--:--  0:0100 7324k    0 7324k    0     0  44568      0 --:--:--  0:0100 7356k    0 7356k    0     0  44498      0 --:--:--  0:0100 7396k    0 7396k    0     0  44457      0 --:--:--  0:0100 7445k    0 7445k    0     0  44525      0 --:--:--  0:0100 7544k    0 7544k    0     0  44860      0 --:--:--  0:0100 7709k    0 7709k    0     0  45577      0 --:--:--  0:0100 7921k    0 7921k    0     0  46607      0 --:--:--  0:02:54 --:--:--  118k
==> Validating source files with sha256sums...
    paru-1.10.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting paru-1.10.0.tar.gz with bsdtar
==> Starting build()...
    Updating crates.io index
  Downloaded alpm v2.2.1
  Downloaded alpm-utils v1.1.2
  Downloaded anyhow v1.0.56
  Downloaded async-compression v0.3.12
  Downloaded gettext-rs v0.5.0
  Downloaded fxhash v0.2.1
  Downloaded cssparser-macros v0.6.0
  Downloaded kuchiki v0.8.1
  Downloaded terminal_size v0.1.17
  Downloaded thin-slice v0.1.1
  Downloaded htmlescape v0.3.1
  Downloaded thiserror v1.0.30
  Downloaded markup5ever v0.10.1
  Downloaded locale_config v0.3.0
  Downloaded native-tls v0.2.8
  Downloaded number_prefix v0.4.0
  Downloaded nodrop v0.1.14
  Downloaded pacmanconf v1.0.0
  Downloaded once_cell v1.10.0
  Downloaded phf_shared v0.10.0
  Downloaded precomputed-hash v0.1.1
  Downloaded phf_macros v0.8.0
  Downloaded adler v1.0.2
  Downloaded term_size v0.3.2
  Downloaded miniz_oxide v0.4.4
  Downloaded mime v0.3.16
  Downloaded autocfg v1.1.0
  Downloaded ansi_term v0.12.1
  Downloaded tokio-native-tls v0.3.0
  Downloaded matches v0.1.9
  Downloaded tokio-socks v0.5.1
  Downloaded unicode-bidi v0.3.7
  Downloaded try-lock v0.2.3
  Downloaded aho-corasick v0.7.18
  Downloaded futf v0.1.5
  Downloaded dtoa-short v0.3.3
  Downloaded cssparser v0.27.2
  Downloaded tower-service v0.3.1
  Downloaded tinyvec_macros v0.1.0
  Downloaded termcolor v1.1.3
  Downloaded tokio-macros v1.7.0
  Downloaded pkg-config v0.3.24
  Downloaded alpm-sys v2.1.2
  Downloaded nix v0.23.1
  Downloaded tracing v0.1.32
  Downloaded humantime v2.1.0
  Downloaded memoffset v0.6.5
  Downloaded thiserror-impl v1.0.30
  Downloaded phf v0.8.0
  Downloaded phf_generator v0.8.0
  Downloaded phf_shared v0.8.0
  Downloaded num-integer v0.1.44
  Downloaded pin-utils v0.1.0
  Downloaded log v0.4.16
  Downloaded time v0.1.44
  Downloaded socket2 v0.4.4
  Downloaded futures-util v0.3.21
  Downloaded num-traits v0.2.14
  Downloaded new_debug_unreachable v1.0.4
  Downloaded lock_api v0.4.6
  Downloaded dirs v4.0.0
  Downloaded console v0.15.0
  Downloaded async-trait v0.1.52
  Downloaded parking_lot v0.11.2
  Downloaded num_cpus v1.13.1
  Downloaded percent-encoding v2.1.0
  Downloaded phf_codegen v0.8.0
  Downloaded openssl-probe v0.1.5
  Downloaded lazy_static v1.4.0
  Downloaded derive_more v0.99.17
  Downloaded hyper-tls v0.5.0
  Downloaded getrandom v0.1.16
  Downloaded foreign-types-shared v0.1.1
  Downloaded convert_case v0.4.0
  Downloaded either v1.6.1
  Downloaded tinyvec v1.5.1
  Downloaded ppv-lite86 v0.2.16
  Downloaded pin-project-lite v0.2.8
  Downloaded want v0.3.0
  Downloaded tokio-util v0.6.9
  Downloaded parking_lot_core v0.8.5
  Downloaded openssl-sys v0.9.72
  Downloaded bstr v0.2.17
  Downloaded unicode-width v0.1.9
  Downloaded unicode-xid v0.2.2
  Downloaded fnv v1.0.7
  Downloaded form_urlencoded v1.0.1
  Downloaded foreign-types v0.3.2
  Downloaded fastrand v1.7.0
  Downloaded quick-xml v0.22.0
  Downloaded futures-core v0.3.21
  Downloaded cfg-if v1.0.0
  Downloaded crc32fast v1.3.2
  Downloaded byteorder v1.4.3
  Downloaded bitflags v1.3.2
  Downloaded selectors v0.22.0
  Downloaded openssl v0.10.38
  Downloaded serde_derive v1.0.136
  Downloaded servo_arc v0.1.1
  Downloaded semver v1.0.6
  Downloaded rss v2.0.0
  Downloaded slab v0.4.5
  Downloaded atty v0.2.14
  Downloaded memchr v2.4.1
  Downloaded http-body v0.4.4
  Downloaded idna v0.2.3
  Downloaded itoa v1.0.1
  Downloaded remove_dir_all v0.5.3
  Downloaded url v2.2.2
  Downloaded signal-hook-registry v1.4.0
  Downloaded quote v1.0.16
  Downloaded rand_core v0.5.1
  Downloaded serde_urlencoded v0.7.1
  Downloaded rustc_version v0.4.0
  Downloaded rand_chacha v0.2.2
  Downloaded h2 v0.3.12
  Downloaded bytes v1.1.0
  Downloaded rand v0.7.3
  Downloaded scopeguard v1.1.0
  Downloaded siphasher v0.3.10
  Downloaded ryu v1.0.9
  Downloaded cc v1.0.73
  Downloaded proc-macro-hack v0.5.19
  Downloaded futures-executor v0.3.21
  Downloaded signal-hook v0.3.13
  Downloaded serde_json v1.0.79
  Downloaded smallvec v1.8.0
  Downloaded proc-macro2 v1.0.36
  Downloaded serde v1.0.136
  Downloaded regex-syntax v0.6.25
  Downloaded reqwest v0.11.10
  Downloaded regex v1.5.5
  Downloaded stable_deref_trait v1.2.0
  Downloaded utf-8 v0.7.6
  Downloaded unicode-normalization v0.1.19
  Downloaded tr v0.1.6
  Downloaded tracing-core v0.1.23
  Downloaded aur-fetch v0.10.0
  Downloaded dtoa v0.4.8
  Downloaded libc v0.2.121
  Downloaded aur-depends v1.0.3
  Downloaded dirs-sys v0.3.7
  Downloaded tendril v0.4.2
  Downloaded raur v5.0.1
  Downloaded base64 v0.13.0
  Downloaded smart-default v0.6.0
  Downloaded mio v0.8.2
  Downloaded env_logger v0.9.0
  Downloaded rand_pcg v0.2.1
  Downloaded futures v0.3.21
  Downloaded futures-channel v0.3.21
  Downloaded flate2 v1.0.22
  Downloaded cini v1.0.0
  Downloaded chrono v0.4.19
  Downloaded html5ever v0.25.2
  Downloaded mac v0.1.1
  Downloaded cini v0.1.1
  Downloaded tokio v1.17.0
  Downloaded futures-sink v0.3.21
  Downloaded futures-macro v0.3.21
  Downloaded httpdate v1.0.2
  Downloaded instant v0.1.12
  Downloaded globset v0.4.8
  Downloaded futures-task v0.3.21
  Downloaded futures-io v0.3.21
  Downloaded hyper v0.14.18
  Downloaded ipnet v2.4.0
  Downloaded tempfile v3.3.0
  Downloaded httparse v1.6.0
  Downloaded indicatif v0.16.2
  Downloaded itoa v0.4.8
  Downloaded indexmap v1.8.0
  Downloaded http v0.2.6
  Downloaded hashbrown v0.11.2
  Downloaded syn v1.0.89
  Downloaded string_cache_codegen v0.5.1
  Downloaded srcinfo v1.0.0
  Downloaded string_cache v0.8.3
  Downloaded encoding_rs v0.8.30
  Downloaded gettext-sys v0.19.9
  Downloaded 180 crates (17.0 MB) in 4.32s (largest was `gettext-sys` at 7.2 MB)
   Compiling proc-macro2 v1.0.36
   Compiling unicode-xid v0.2.2
   Compiling libc v0.2.121
   Compiling syn v1.0.89
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.1.0
   Compiling memchr v2.4.1
   Compiling log v0.4.16
   Compiling pkg-config v0.3.24
   Compiling getrandom v0.1.16
   Compiling pin-project-lite v0.2.8
   Compiling cc v1.0.73
   Compiling futures-core v0.3.21
   Compiling ppv-lite86 v0.2.16
   Compiling lazy_static v1.4.0
   Compiling once_cell v1.10.0
   Compiling siphasher v0.3.10
   Compiling bytes v1.1.0
   Compiling futures-channel v0.3.21
   Compiling futures-sink v0.3.21
   Compiling futures-task v0.3.21
   Compiling bitflags v1.3.2
   Compiling serde_derive v1.0.136
   Compiling futures-util v0.3.21
   Compiling serde v1.0.136
   Compiling slab v0.4.5
   Compiling matches v0.1.9
   Compiling futures-io v0.3.21
   Compiling pin-utils v0.1.0
   Compiling itoa v1.0.1
   Compiling fnv v1.0.7
   Compiling proc-macro-hack v0.5.19
   Compiling tinyvec_macros v0.1.0
   Compiling foreign-types-shared v0.1.1
   Compiling smallvec v1.8.0
   Compiling openssl v0.10.38
   Compiling native-tls v0.2.8
   Compiling encoding_rs v0.8.30
   Compiling crc32fast v1.3.2
   Compiling hashbrown v0.11.2
   Compiling httparse v1.6.0
   Compiling regex-syntax v0.6.25
   Compiling parking_lot_core v0.8.5
   Compiling percent-encoding v2.1.0
   Compiling adler v1.0.2
   Compiling new_debug_unreachable v1.0.4
   Compiling scopeguard v1.1.0
   Compiling openssl-probe v0.1.5
   Compiling unicode-bidi v0.3.7
   Compiling try-lock v0.2.3
   Compiling serde_json v1.0.79
   Compiling ryu v1.0.9
   Compiling tower-service v0.3.1
   Compiling precomputed-hash v0.1.1
   Compiling mac v0.1.1
   Compiling httpdate v1.0.2
   Compiling utf-8 v0.7.6
   Compiling async-trait v0.1.52
   Compiling dtoa v0.4.8
   Compiling either v1.6.1
   Compiling stable_deref_trait v1.2.0
   Compiling base64 v0.13.0
   Compiling cini v0.1.1
   Compiling itoa v0.4.8
   Compiling mime v0.3.16
   Compiling nodrop v0.1.14
   Compiling ipnet v2.4.0
   Compiling byteorder v1.4.3
   Compiling convert_case v0.4.0
   Compiling remove_dir_all v0.5.3
   Compiling fastrand v1.7.0
   Compiling anyhow v1.0.56
   Compiling thin-slice v0.1.1
   Compiling signal-hook v0.3.13
   Compiling termcolor v1.1.3
   Compiling number_prefix v0.4.0
   Compiling humantime v2.1.0
   Compiling unicode-width v0.1.9
   Compiling ansi_term v0.12.1
   Compiling htmlescape v0.3.1
   Compiling cini v1.0.0
   Compiling srcinfo v1.0.0
   Compiling instant v0.1.12
   Compiling tracing-core v0.1.23
   Compiling indexmap v1.8.0
   Compiling miniz_oxide v0.4.4
   Compiling num-traits v0.2.14
   Compiling num-integer v0.1.44
   Compiling memoffset v0.6.5
   Compiling phf_shared v0.8.0
   Compiling alpm-sys v2.1.2
   Compiling http v0.2.6
   Compiling tinyvec v1.5.1
   Compiling foreign-types v0.3.2
   Compiling phf_shared v0.10.0
   Compiling form_urlencoded v1.0.1
   Compiling lock_api v0.4.6
   Compiling futf v0.1.5
   Compiling dtoa-short v0.3.3
   Compiling openssl-sys v0.9.72
   Compiling gettext-sys v0.19.9
   Compiling pacmanconf v1.0.0
   Compiling servo_arc v0.1.1
   Compiling fxhash v0.2.1
   Compiling tracing v0.1.32
   Compiling tendril v0.4.2
   Compiling want v0.3.0
   Compiling unicode-normalization v0.1.19
   Compiling aho-corasick v0.7.18
   Compiling bstr v0.2.17
   Compiling quote v1.0.16
   Compiling http-body v0.4.4
   Compiling signal-hook-registry v1.4.0
   Compiling socket2 v0.4.4
   Compiling mio v0.8.2
   Compiling num_cpus v1.13.1
   Compiling terminal_size v0.1.17
   Compiling time v0.1.44
   Compiling tempfile v3.3.0
   Compiling atty v0.2.14
   Compiling dirs-sys v0.3.7
   Compiling term_size v0.3.2
   Compiling idna v0.2.3
   Compiling quick-xml v0.22.0
   Compiling regex v1.5.5
   Compiling flate2 v1.0.22
   Compiling nix v0.23.1
   Compiling rand_core v0.5.1
   Compiling alpm v2.2.1
error: linking with `cc` failed: exit status: 1
  |
  = note: "cc" "-m64" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.0.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.1.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.10.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.11.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.12.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.13.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.14.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.15.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.2.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.3.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.4.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.5.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.6.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.7.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.8.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.build_script_build.38672ac6-cgu.9.rcgu.o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b.1d0aojg0rjoq813k.rcgu.o" "-Wl,--as-needed" "-L" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps" "-L" "/usr/lib" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps/libalpm_sys-df8a2e0a7d75fc5e.rlib" "-Wl,--start-group" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-23db2345e0778dfb.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-caa91e5bb8377bd2.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-53a290794efacf02.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e63798f8e6704b3.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-37b3d4340cecd0d8.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f6a91485e320ceea.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-cc5111292627520c.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-315ef61e587c291c.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-a3076ce7b8642b62.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d8fbc78cb38d72ae.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-607c52c073829315.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7e0ea57a6ac0c314.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-d07fc4d3249bcdde.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-afac70328781b51f.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c109ffe5ce81b4ae.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a68e3a51a0917fd.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6f503291b114273f.rlib" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-48384a47bbcacd7e.rlib" "-Wl,--end-group" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6b2c1396410cc3a8.rlib" "-Wl,-Bdynamic" "-lalpm" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/build/alpm-88a8b064a5e64e5b/build_script_build-88a8b064a5e64e5b" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs"
  = note: /usr/bin/ld: final link failed: No space left on device
          collect2: error: ld returned 1 exit status
          

error: could not compile `alpm` due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to write /var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps/rmetaEsZQyw/lib.rmeta: No space left on device (os error 28)

error: failed to write bytecode to /var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps/encoding_rs-aece3c94ac117722.encoding_rs.05632084-cgu.0.rcgu.bc: No space left on device (os error 28)

error: could not compile `regex` due to previous error
error: could not compile `encoding_rs` due to previous error
error: failed to write bytecode to /var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps/idna-7dfb46bf54cb92e9.idna.52631fc2-cgu.0.rcgu.bc: No space left on device (os error 28)

error: could not compile `idna` due to previous error
error: failed to write bytecode to /var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps/signal_hook-8d2e0d20dba92ca1.signal_hook.59f10feb-cgu.0.rcgu.bc: No space left on device (os error 28)

error: could not compile `signal-hook` due to previous error
error: couldn't create a temp dir: No space left on device (os error 28) at path "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps/rmetaXFXzcp"

error: could not compile `nix` due to previous error
error: couldn't create a temp dir: No space left on device (os error 28) at path "/var/tmp/pamac-build-phil/paru/src/paru-1.10.0/target/release/deps/rmetaRzZsc8"

error: could not compile `syn` due to previous error
==> ERROR: A failure occurred in build().
    Aborting...

Also trying to install vscodium-bin gave me this error

Warning: vscodium-bin is only available from AUR
Preparing...
Cloning vscodium-bin build files...
Generating vscodium-bin information...
Checking vscodium-bin dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  vscodium-bin  1.68.1-1    AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y


Building vscodium-bin...
==> Making package: vscodium-bin 1.68.1-1 (Thu 23 Jun 2022 04:47:32 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found vscodium-bin.desktop
  -> Found vscodium-bin-uri-handler.desktop
  -> Downloading VSCodium-linux-x64-1.68.1.tar.gz...
** Resuming transfer from byte position 34676736
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:-  0     0    0     0    0     0      0      0 --:--:-- --:-  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0 78.4M    0     0    0     0      0      0 --:--:--  0:0  0 78.4M    0  4125    0     0   2389      0  9:33:49  0:00:01  9:33:48  335k
curl: (23) Failure writing output to destination
==> ERROR: Failure while downloading https://github.com/VSCodium/vscodium/releases/download/1.68.1/VSCodium-linux-x64-1.68.1.tar.gz
    Aborting...
Error: Failed to build vscodium-bin

That may not have been sufficient to clear enough space…