Missing AUR Packages: llvm10-libs

Greetings lovely community,

After successfully updating to Gnome 41 (that was a close one!), I briefly noticed there’s now a missing AUR package called llvm10-libs after running yay

:: Searching databases for updates...
:: Searching AUR for updates...
 -> Missing AUR Packages:  llvm10-libs
 -> Flagged Out Of Date AUR Packages:  gdm-prime  libgdm-prime
 there is nothing to do
[scott@endeavourOS ~]$ 

I’ve come across this issue before for other packages, and I know it helps to run pacman -Qi
It’s no longer in any of the Arch repos or the AUR. Anyone have any more info on this? I’m assuming it’s safe to simply remove it, but I’d like to know what y’all think about it. Thanks for any input and assistance.

[scott@endeavourOS ~]$ pacman -Qi llvm10-libs
Name            : llvm10-libs
Version         : 10.0.1-9
Description     : LLVM 10 runtime libraries
Architecture    : x86_64
URL             : https://llvm.org/
Licenses        : custom:Apache 2.0 with LLVM Exception
Groups          : None
Provides        : None
Depends On      : gcc-libs  zlib  libffi  libedit  ncurses  libxml2
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 82.95 MiB
Packager        : Evangelos Foutras <foutrelis@archlinux.org>
Build Date      : Sat 09 Oct 2021 10:46:39 PM EDT
Install Date    : Tue 19 Oct 2021 09:55:56 PM EDT
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

Also running yay -Ss turns up nothing:

[scott@endeavourOS ~]$ yay -Ss llvm10-libs
[scott@endeavourOS ~]$ 

Also worth nothing:

@manuel says:
yay report about “missing AUR packages” is a bit misleading.
It seems to mean: I’ve found a package that is not found among available AUR packages.

In practice you may get that message when an installed package is no more available in official or AUR lists. Source: (click here)

Edit: Also noticed that yay put two empty text documents in my Home folder, called “Flagged” and “Missing” but there’s no info when I open these documents. Bit odd if you ask me.

pactree -r it and see if anything still needs it. If not, remove it.

1 Like
[scott@endeavourOS ~]$ pactree -r llvm10-libs
llvm10-libs
[scott@endeavourOS ~]$ 

yay -Ss llvm libs

shows that it is no more available. Maybe you don’t need it?

1 Like

remove it. Probably a former dependency of something else.

1 Like

Consider it gone!

[scott@endeavourOS ~]$ sudo pacman -Rns llvm10-libs
[sudo] password for scott: 
checking dependencies...

Package (1)  Old Version  Net Change

llvm10-libs  10.0.1-9     -82.95 MiB

Total Removed Size:  82.95 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
(1/1) removing llvm10-libs                         [-----------------------] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

I edited my post maybe after y’all saw it, but it looks like yayadded two text files to my Home folder. I’m assuming I can just throw a period in from of them and let me just stay hidden?

Edit: Also thanks very much for the help and the super speedy replies! :wink:

I wouldn’t rename them. If you rename them, whatever was using them won’t be able to find them anymore. You might as well just delete them.

1 Like

Out walking the dog now, but I’ll just delete them when I get back, not a problem. Thanks again for the help!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.