yay icon indicating copy to clipboard operation
yay copied to clipboard

yay -cc not detecting lib32-librsvg

Open bgkillas opened this issue 2 years ago • 2 comments

Affected Version

yay v11.0.2 - libalpm v13.0.1

Describe the bug

lib32-librsvg not detected by yay -c/-cc

Reproduction Steps

1.yay -S --asdeps lib32-librsvg 2.yay -cc

Expected behavior

detecting the package

bgkillas avatar Dec 31 '21 02:12 bgkillas

Hey @bgkillas , can you send over the output of yay -Qi lib32-librsvg

Jguer avatar Dec 31 '21 16:12 Jguer

/home 0 yay -Qi lib32-librsvg 
Name            : lib32-librsvg
Version         : 2:2.52.5-1
Description     : SVG rendering library (32-bit)
Architecture    : x86_64
URL             : https://wiki.gnome.org/Projects/LibRsvg
Licenses        : LGPL
Groups          : None
Provides        : librsvg-2.so=2-32
Depends On      : lib32-gdk-pixbuf2  lib32-pango  lib32-libxml2  librsvg
Optional Deps   : None
Required By     : None
Optional For    : lib32-gdk-pixbuf2
Conflicts With  : None
Replaces        : None
Installed Size  : 9.22 MiB
Packager        : Jan Alexander Steffens (heftig) <[email protected]>
Build Date      : Fri 17 Dec 2021 05:56:47 PM EST
Install Date    : Fri 31 Dec 2021 12:06:23 PM EST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : SHA-256 Sum

something i also noticed right now is lib32-librsvg does not seem to be detected with bash completion when i tab at `yay -S lib32-librsv

bgkillas avatar Dec 31 '21 17:12 bgkillas

lib32-gdk-pixbuf2 seems to be pulling it which would invalidate -Yc. For -Ycc it's less clear what's going on

Jguer avatar Feb 21 '23 03:02 Jguer